Authkey Connector for AI agents.
13 live capabilities
Send transactional SMS and voice OTPs through a unified communication gateway.
Waiting for input…
Why people use Authkey
Authkey for Automated Transactional SMS and OTPs
This Connector changes that by letting your AI agent do the work. You just tell the agent what needs to happen, and it handles the connection to Authkey.io. You get your notifications sent out instantly without ever leaving your primary workspace.
What Vinkius changes
You get a unified way to manage all your outgoing communications through a single natural language interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Automating 2FA Codes
A security engineer asks their agent to send a code to a user's phone.
- Real-world use case 02
Monitoring Marketing Spend
A marketing lead asks 'How many SMS credits do I have left?
- Real-world use case 03
Sending Order Confirmations
A support lead tells the agent to 'Send an email confirmation to user #402.
Complete set · 13capabilities
The complete Authkey capability set.
These are the exact actions your AI can choose when you ask it to work with Authkey.
01—04
4 capabilities in this set.
Part of 13 available through Authkey.
- 01 Capability
List templates
View all your saved SMS and email templates. This helps you ensure your agent uses the correct brand-approved wording.
- 02 Capability
Check balance
See your current remaining credits for all communication channels. Use this to monitor your spend in real-time.
- 03 Capability
Get sms status
Check if a sent SMS was delivered or failed. Use this to track the success of your outgoing messages.
- 04 Capability
Get voice status
See if a voice call was completed or reached the recipient. This helps you monitor your voice alert success.
05—07
3 capabilities in this set.
Part of 13 available through Authkey.
- 05 Capability
Send bulk sms
Send a large batch of SMS messages to a list of recipients. Use this for mass notifications or alerts.
- 06 Capability
Send voice
Initiate an automated voice call with a specific message. This is great for high-priority security alerts.
- 07 Capability
Check authkey status
Verify that your connection to the Authkey gateway is active. Use this to troubleshoot your connection quickly.
08—10
3 capabilities in this set.
Part of 13 available through Authkey.
- 08 Capability
Get email status
Check the delivery status of a sent email. This lets you confirm if a message reached the recipient.
- 09 Capability
List sms history
Pull a list of previous SMS messages sent from your account. Use this to audit your communication logs.
- 10 Capability
Send email
Send a transactional email to a specific recipient. It handles the delivery for order updates or alerts.
11—13
3 capabilities in this set.
Part of 13 available through Authkey.
- 11 Capability
Send otp
Dispatch a one-time password to a user for verification. This is the core capability for building secure login flows.
- 12 Capability
Send sms
Send a single SMS message to a phone number. Use this for quick, individual customer notifications.
- 13 Capability
Verify otp
Confirm a user-provided code against a specific log ID. This completes the verification cycle for your users.
Set up in minutes
One URL. Then ask Authkey to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Authkey from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_2kqsfbbsNjvtsbzHGPv5pNvntszTFMtMvOeALAp0/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Authkey, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Authkey for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_2kqsfbbsNjvtsbzHGPv5pNvntszTFMtMvOeALAp0/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Authkey URL.
- Step 03
Save and start
Save the connection and enable Authkey in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"authkey": {
"url": "https://edge.vinkius.com/vk_preview_2kqsfbbsNjvtsbzHGPv5pNvntszTFMtMvOeALAp0/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Authkey
Open Agent mode in chat and ask: "Using Authkey, help me...". 13 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"authkey": {
"url": "https://edge.vinkius.com/vk_preview_2kqsfbbsNjvtsbzHGPv5pNvntszTFMtMvOeALAp0/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Authkey
Ask Copilot: "Using Authkey, help me...". 13 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"authkey": {
"url": "https://edge.vinkius.com/vk_preview_2kqsfbbsNjvtsbzHGPv5pNvntszTFMtMvOeALAp0/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Authkey
Open Cascade and ask: "Using Authkey, help me...". 13 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"authkey": {
"url": "https://edge.vinkius.com/vk_preview_2kqsfbbsNjvtsbzHGPv5pNvntszTFMtMvOeALAp0/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Authkey
Ask Cline: "Using Authkey, help me...". 13 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add authkey --transport http "https://edge.vinkius.com/vk_preview_2kqsfbbsNjvtsbzHGPv5pNvntszTFMtMvOeALAp0/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Authkey
Ask Claude: "Using Authkey, show me...". 13 tools are ready
Where the request belongs
Work Authkey can move forward.
This is for the ops engineer who's tired of switching tabs to send a single verification code or the security lead who needs to automate 2FA without building a custom dashboard.
Security Engineer
Automates 2FA and OTP verification for internal capabilities and custom bots.
Customer Support Lead
Sends instant order updates and verification codes via voice or text using natural language.
Marketing Manager
Dispatches omnichannel campaigns and monitors credit usage through simple AI queries.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsTermii
Verify users and send business messages across SMS, WhatsApp, and voice channels with an African-first communication API.
Chuanglan 253 / 创蓝
Leading cloud communication and KYC platform in China. send ultra-high volume SMS and verify user identities via AI.
Everyware Payments & Messaging
Equip your AI agent to manage payments, track digital invoices, and monitor SMS messages via the Everyware API.
Mitto
Automate SMS messaging and 2FA verification via Mitto. send single or bulk messages, verify OTPs, and lookup phone numbers directly from your AI agent.
MobTech Platform
Bring MobTech's SMSSDK and ShareSDK to your AI workflow. Automate SMS code verifications and analyze social engagement.
Submail / 赛邮云
Powerful SMS, Email, and Voice communication platform. orchestrate multi-channel messaging via AI.
Bring your own AI
Change the model, client or framework. Keep Authkey connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Authkey.
The practical details behind the request, access and result.
Can I use Authkey MCP to send text messages to my customers?
Yes, you can use this Connector to send individual SMS messages or bulk updates to your customer list. Your AI agent handles the delivery through the Authkey gateway so you don't have to.
How does Authkey MCP handle two-factor authentication?
It handles 2FA by sending a one-time password to a user's phone and then verifying that code when the user types it back in. It turns your AI into a secure gatekeeper.
Does Authkey MCP support automated voice calls?
Yes, it can trigger voice calls with high-fidelity text-to-speech. This is great for urgent alerts or security notifications that need to be heard immediately.
Can I check my messaging balance through the AI?
You can. Your agent can check your real-time credits for SMS, voice, and email. This helps you keep an eye on your spending without leaving your chat.
Is Authkey MCP good for sending marketing emails?
It's best for transactional emails like order confirmations or password resets. For large-scale marketing newsletters, you might want a dedicated email marketing platform.
How do I manage my message content with Authkey MCP?
You can use the capability to list and manage your existing templates. This ensures your AI always uses the correct, brand-approved wording for every message it sends.
How do I find my Authkey API Key?
Log in to your account at authkey.io, navigate to the dashboard, and copy your unique Authkey.
Can I verify OTPs via AI?
Yes! The verify_otp capability allows your agent to confirm security codes by providing the Log ID from the original request and the code entered by the user.
How do I check my remaining credits?
Use the check_balance capability to retrieve high-fidelity real-time credit status for SMS, Voice, and Email channels directly through your agent.
One connection away
Give your agent a direct line to Authkey.
Connect Authkey once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available