How to Use the Authkey MCP in Windsurf
Connect Authkey to Windsurf and let Cascade handle user verification flows, from sending an OTP to checking its status, all in one go.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Authkey MCP to Windsurf
Create your Vinkius account to connect Authkey to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automate User Sign-ups and Verification
Connect Authkey and let Windsurf's Cascade agent take over your entire user verification workflow. You can give it a goal like "verify this new user's phone number" and it will chain the necessary steps. Cascade automatically uses `send_otp` to send the code and then waits to `verify_otp` when the user enters it. No more manual prompting for each step. Your agent can also check your account status with `check_balance` before sending a large batch of messages, or use `list_templates` to find the right message format. It just handles it.
Full Communication Control in Windsurf
This MCP Server gives your agent direct control over SMS, email, and voice channels. Tell Cascade to `send_sms` for a quick notification or `send_email` with a welcome message. It reads your intent and picks the right tool. You can also manage outbound campaigns directly from your IDE. Have Cascade `send_bulk_sms` to a list of numbers or trigger a pre-recorded message using `send_voice`. It's all done without leaving Windsurf.
Monitor Delivery and Account Status
Keep an eye on your communications without checking a separate dashboard. Just ask Windsurf to get the status of a specific message. Your agent uses `get_sms_status` or `get_email_status` to give you a direct answer. Need to see what you've sent? The agent can pull your complete message history with `list_sms_history`. It’s a fast way to debug a delivery issue or confirm a message was sent, right inside your editor.
Set up Authkey MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the Authkey MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my Authkey payment history." If connected, Cascade will call the Authkey tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"authkey-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Authkey. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Authkey MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Authkey MCP today
We host it, we monitor it, we maintain it. You just paste one token.