Sinch Connector for AI agents.
10 live capabilities
Send and manage high-volume SMS campaigns through your AI client.
Waiting for input…
Why people use Sinch
Sinch SMS Marketing: Stop Manually Blasting Texts
This Connector lets your agent do the heavy lifting. You just tell your agent to send a campaign to your Active Leads group, and it handles the API calls, batching, and delivery tracking in one go. You get a clear status update without ever opening a second tab.
What Vinkius changes
That your AI agent becomes your dedicated SMS dispatcher, handling everything from initial send to final delivery report.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Automated Order Updates
A customer asks about an order; the agent sends a confirmation SMS via send_sms to provide an instant update.
- Real-world use case 02
Targeted Marketing Blasts
A marketer tells the agent to send a discount code to the VIP group using create_sms_group for specific targeting.
- Real-world use case 03
Delivery Status Audits
A support lead asks the agent to check the delivery report for a specific batch using get_delivery_report to verify reach.
Complete set · 10capabilities
The complete Sinch capability set.
These are the exact actions your AI can choose when you ask it to work with Sinch.
01—04
4 capabilities in this set.
Part of 10 available through Sinch.
- 01 Capability
Get batch details
See the specific details for a single SMS batch. This gives you a clear view of the parameters for any recent message send.
- 02 Capability
Get delivery report
Check the delivery status for a specific message batch. You can see exactly how many messages were delivered or failed.
- 03 Capability
Get group details
Pull specific information about a contact group. Use this to verify the contents of a targeted audience segment.
- 04 Capability
List sms batches
See a list of your recent SMS message batches. This is helpful for auditing recent outgoing communications.
05—07
3 capabilities in this set.
Part of 10 available through Sinch.
- 05 Capability
List sms groups
View all the contact groups you've created. You can use this to see your full list of organized audiences.
- 06 Capability
Send sms
Send a text message to one or more international phone numbers. This handles the actual delivery of your content to your recipients.
- 07 Capability
Update sms batch
Change the parameters of an existing SMS batch. Use this to modify a pending campaign before it finishes sending.
08—10
3 capabilities in this set.
Part of 10 available through Sinch.
- 08 Capability
Create sms group
Create a new group of contacts for targeted messaging. This helps you organize your audience for specific marketing campaigns.
- 09 Capability
Delete sms group
Permanently remove a contact group from your list. Use this to clean up old segments when they are no longer needed.
- 10 Capability
Cancel sms batch
Stop a pending batch of messages from being delivered. This allows you to pull back a mistake before it reaches the customer.
Set up in minutes
One URL. Then ask Sinch to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Sinch 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_g8v7rDoVBby7soP9ozlOWqPvG7wen6V72hzycLpV/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 Sinch, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Sinch for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_g8v7rDoVBby7soP9ozlOWqPvG7wen6V72hzycLpV/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 Sinch URL.
- Step 03
Save and start
Save the connection and enable Sinch in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"sinch": {
"url": "https://edge.vinkius.com/vk_preview_g8v7rDoVBby7soP9ozlOWqPvG7wen6V72hzycLpV/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 Sinch
Open Agent mode in chat and ask: "Using Sinch, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"sinch": {
"url": "https://edge.vinkius.com/vk_preview_g8v7rDoVBby7soP9ozlOWqPvG7wen6V72hzycLpV/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 Sinch
Ask Copilot: "Using Sinch, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"sinch": {
"url": "https://edge.vinkius.com/vk_preview_g8v7rDoVBby7soP9ozlOWqPvG7wen6V72hzycLpV/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 Sinch
Open Cascade and ask: "Using Sinch, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"sinch": {
"url": "https://edge.vinkius.com/vk_preview_g8v7rDoVBby7soP9ozlOWqPvG7wen6V72hzycLpV/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 Sinch
Ask Cline: "Using Sinch, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add sinch --transport http "https://edge.vinkius.com/vk_preview_g8v7rDoVBby7soP9ozlOWqPvG7wen6V72hzycLpV/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 Sinch
Ask Claude: "Using Sinch, show me...". 10 tools are ready
Where the request belongs
Work Sinch can move forward.
This is for the growth marketer who needs to hit scale without the manual headache, or the support lead who wants automated, reliable transactional alerts.
Marketing Manager
Launching SMS campaigns to thousands of leads without manual CSV uploads or dashboard jumping.
Customer Success Lead
Sending automated order updates or 2FA codes via text to keep customers informed in real time.
Backend Developer
Integrating automated SMS alerts into existing app workflows without building a custom messaging bridge.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsMessageBird
Manage your global communications. send SMS and audit contacts via AI.
ClickSend
Manage SMS and multi-channel messaging via ClickSend. send messages, track history, and monitor inbound SMS directly from any AI agent.
Plivo
Build voice and SMS applications with a cloud communications API that scales globally and offers competitive per-message pricing.
BulkSMS
Send and manage SMS messages via BulkSMS.com. track delivery, manage groups, and monitor credits directly from any AI agent.
BulkSMS.com
Reach customers worldwide with reliable bulk SMS delivery, contact list management, and real-time message status tracking.
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 Sinch 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 Sinch.
The practical details behind the request, access and result.
Can I use the Sinch MCP for marketing?
Yes, it's designed for high-volume outreach. You can use it to send bulk messages to large audiences and manage different segments for different campaigns.
How do I track if my SMS reached the customers?
The Connector provides delivery reports that show exactly how many messages were delivered, how many are still pending, and how many failed.
Can I send messages to multiple people at once?
Absolutely. You can send a single message to a list of phone numbers or trigger a campaign to an entire contact group in one command.
How does the Sinch MCP handle international numbers?
It supports international phone formats, making it easy to reach customers in different countries without worrying about the technical formatting.
Can I cancel a message campaign if I make a mistake?
Yes, if you have a pending batch that hasn't been delivered yet, you can tell your agent to cancel it immediately to stop the messages from going out.
Is this good for sending 2FA codes?
Yes, it's great for transactional messages like 2FA codes or order confirmations because it handles the delivery status reliably.
Can it accidentally affect my entire Sinch account?
No. The integration only supports sending SMS, managing batches, and handling contact groups. It cannot modify billing, account settings, or access other Sinch services.
How does authentication work?
You provide your Service Plan ID and API Token. The integration generates a Bearer token header automatically for each request. no OAuth setup required.
What is a batch in Sinch?
A batch is a single SMS send operation that can target one or many recipients. Each batch has a unique ID and can be tracked, updated, or cancelled before delivery.
One connection away
Give your agent a direct line to Sinch.
Connect Sinch once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available