SMS Mobile API Connector for AI agents.
11 live capabilities
Send SMS and WhatsApp messages from your Android phones to customers.
Waiting for input…
Why people use SMS Mobile API
SMS Mobile API for Android Mobile Messaging Automation
With the SMS Mobile API, your AI agent handles the switching for you. It reads the incoming texts, checks your contacts, and sends replies directly from your mobile gateway. You stay in your workspace while the agent manages the actual communication on your phone.
What Vinkius changes
You get a direct line from your AI to your mobile carrier's network.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Replying to customer inquiries
A customer asks for a status update.
- Real-world use case 02
Following up on missed leads
A lead calls while the owner is busy.
- Real-world use case 03
Sending personalized sale updates
The agent uses send_whatsapp to reach out to a list of contacts found via list_contacts to share the news.
Complete set · 11capabilities
The complete SMS Mobile API capability set.
These are the exact actions your AI can choose when you ask it to work with SMS Mobile API.
01—04
4 capabilities in this set.
Part of 11 available through SMS Mobile API.
- 01 Capability
List connected devices
See all the Android phones currently linked to your gateway. Use this to manage your messaging fleet.
- 02 Capability
List missed calls
Get a log of every call you didn't pick up. This helps you prioritize your follow-up list.
- 03 Capability
Send sms
Send a standard text message from your mobile device. This is the primary way to reach customers on their phones.
- 04 Capability
Send whatsapp
Send a WhatsApp message through your connected device. This lets you use your own number for business chats.
05—08
4 capabilities in this set.
Part of 11 available through SMS Mobile API.
- 05 Capability
Get account info
Check your current usage stats and account details. It helps you keep an eye on your spending and limits.
- 06 Capability
Get delivery status
See if a specific message actually reached the recipient. This is key for confirming important notifications.
- 07 Capability
Get device
Pull specific details about a connected Android phone. Use this to identify which gateway is currently active.
- 08 Capability
List contacts
Get a full list of your saved mobile contacts. This makes it easier for your agent to know who it's talking to.
09—11
3 capabilities in this set.
Part of 11 available through SMS Mobile API.
- 09 Capability
List sent messages
View a history of every message your agent has sent. It's great for auditing your communication history.
- 10 Capability
Send mms
Send a message that includes a photo or video file. This works well for sending receipts or visual confirmations.
- 11 Capability
Get received sms
Pull the latest incoming text messages into your chat. This keeps your agent updated on what customers are saying.
Set up in minutes
One URL. Then ask SMS Mobile API to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use SMS Mobile API 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_aMHP4ydC8ingvFlflqPT8PPbU9H13sTqRh2GCs7n/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 SMS Mobile API, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable SMS Mobile API for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_aMHP4ydC8ingvFlflqPT8PPbU9H13sTqRh2GCs7n/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 SMS Mobile API URL.
- Step 03
Save and start
Save the connection and enable SMS Mobile API in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"sms-mobile-api": {
"url": "https://edge.vinkius.com/vk_preview_aMHP4ydC8ingvFlflqPT8PPbU9H13sTqRh2GCs7n/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 SMS Mobile API
Open Agent mode in chat and ask: "Using SMS Mobile API, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"sms-mobile-api": {
"url": "https://edge.vinkius.com/vk_preview_aMHP4ydC8ingvFlflqPT8PPbU9H13sTqRh2GCs7n/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 SMS Mobile API
Ask Copilot: "Using SMS Mobile API, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"sms-mobile-api": {
"url": "https://edge.vinkius.com/vk_preview_aMHP4ydC8ingvFlflqPT8PPbU9H13sTqRh2GCs7n/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 SMS Mobile API
Open Cascade and ask: "Using SMS Mobile API, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"sms-mobile-api": {
"url": "https://edge.vinkius.com/vk_preview_aMHP4ydC8ingvFlflqPT8PPbU9H13sTqRh2GCs7n/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 SMS Mobile API
Ask Cline: "Using SMS Mobile API, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add sms-mobile-api --transport http "https://edge.vinkius.com/vk_preview_aMHP4ydC8ingvFlflqPT8PPbU9H13sTqRh2GCs7n/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 SMS Mobile API
Ask Claude: "Using SMS Mobile API, show me...". 11 tools are ready
Where the request belongs
Work SMS Mobile API can move forward.
This is for small business owners who need to send personal-feeling texts at scale, support leads who can't miss a call, and developers who want to skip the high costs of enterprise SMS APIs.
Support Lead
Checks list_missed_calls and get_received_sms to ensure no customer query goes unanswered.
Small Business Owner
Uses send_sms and send_whatsapp to send personalized order updates without leaving their desktop.
Automation Engineer
Monitors list_connected_devices and get_delivery_status to ensure the messaging pipeline stays up.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsSmsmobile
Turn your smartphone into an SMS/WhatsApp gateway. send messages, read incoming texts, and track call logs directly from any AI agent.
Clickatell
Deliver transactional and marketing messages over SMS, WhatsApp, and chat channels with global reach and high deliverability.
2Chat
Programmable WhatsApp automation. send messages, manage groups, and verify numbers via AI.
Kudosity
Automate SMS & WhatsApp messaging via Kudosity. send and cancel SMS, send WhatsApp messages, manage contacts and lists, track delivery, and check account balance from any AI agent.
WhatsApp Message Sender
This MCP does exactly one thing: it sends text messages using the official Meta WhatsApp Cloud API. That's its only function, and nothing else. Incredible for giving your AI agents direct access to customers.
Texter
Send automated text messages and run SMS drip campaigns that engage leads and customers with timely follow-ups.
Bring your own AI
Change the model, client or framework. Keep SMS Mobile API 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 SMS Mobile API.
The practical details behind the request, access and result.
Can I use my own phone number with the SMS Mobile API?
Yes, this Connector connects your AI agent to your actual Android device. This means you can send and receive messages using your own mobile data plan and phone number instead of a secondary business line.
Does the SMS Mobile API work for WhatsApp?
It does. The Connector allows your agent to send WhatsApp messages through your connected mobile device, making it a great way to manage your personal or business WhatsApp account.
How do I know if my messages are actually being delivered?
You can ask your agent to check the delivery status for any specific message. The Connector pulls this data directly from your mobile gateway so you can confirm the recipient got it.
Can the SMS Mobile API help me track missed calls?
Yes, it can pull a log of your missed calls. This helps you see who tried to reach you while you were away so you can follow up on those leads quickly.
Is this good for a small business with high text volume?
It's great for high-touch, conversational messaging. If you need to send thousands of texts at once, a dedicated API might be better, but for personalized customer support, this is a perfect fit.
Do I need to keep my phone turned on?
Since this Connector uses your Android device as a gateway, your phone needs to stay powered on and connected to the internet for the agent to send or receive messages.
How do I find my SMSMobileAPI Key?
Log in to the SMS Mobile API web dashboard or open the Android app and navigate to the Settings or Help section to find your unique API Key.
One connection away
Give your agent a direct line to SMS Mobile API.
Connect SMS Mobile API once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available