Submail / 赛邮云 Connector for AI agents.
8 live capabilities
Manage multi-channel SMS, email, and voice notifications from a single chat.
Waiting for input…
Why people use Submail / 赛邮云
Submail Multi-Channel Messaging: No more dashboard hopping
With the Submail MCP, you just tell your agent to send a voice code to this number. It handles the API call, pulls the correct template, and confirms the delivery. You get immediate results without ever opening a browser tab.
What Vinkius changes
You get a unified way to manage multi-channel messaging through your AI agent.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
OTP Verification
A user signs up and the agent uses send_voice_verify to give them a code.
- Real-world use case 02
Low Balance Alert
An engineer asks the agent to check credits using get_voice_balance and gets a status.
- Real-world use case 03
Marketing Blast
A manager asks the agent to send a newsletter using send_mail.
Complete set · 8capabilities
The complete Submail / 赛邮云 capability set.
These are the exact actions your AI can choose when you ask it to work with Submail / 赛邮云.
01—04
4 capabilities in this set.
Part of 8 available through Submail / 赛邮云.
- 01 Capability
Get mail balance
Check your current email credit balance. This helps you stay on top of your costs and avoid service interruptions.
- 02 Capability
Get sms balance
See how many SMS credits you have left. Use this to monitor your spending and ensure your messaging stays active.
- 03 Capability
Get voice balance
Find out your remaining voice credits. This is useful for making sure your voice notifications don't get cut off.
- 04 Capability
Send mail
Send an HTML email directly through your AI client. It handles the delivery of your message to the recipient's inbox.
05—08
4 capabilities in this set.
Part of 8 available through Submail / 赛邮云.
- 05 Capability
Send sms
Send a standard SMS message to a phone number. This is perfect for quick, plain-text alerts or notifications.
- 06 Capability
Send template sms
Send a project-based template SMS using custom variables. This allows for dynamic content like names or order numbers.
- 07 Capability
Send voice
Dispatch a voice notification to a user. Use this to deliver spoken messages directly to a phone.
- 08 Capability
Send voice verify
Send a voice verification code for security. This is a great way to authenticate users through a phone call.
Set up in minutes
One URL. Then ask Submail / 赛邮云 to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Submail / 赛邮云 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_EpMEZ6BRzhmG8EQi1n9acOv3GUMZFHIoPfzvXJ1m/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 Submail / 赛邮云, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Submail / 赛邮云 for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_EpMEZ6BRzhmG8EQi1n9acOv3GUMZFHIoPfzvXJ1m/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 Submail / 赛邮云 URL.
- Step 03
Save and start
Save the connection and enable Submail / 赛邮云 in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"submail": {
"url": "https://edge.vinkius.com/vk_preview_EpMEZ6BRzhmG8EQi1n9acOv3GUMZFHIoPfzvXJ1m/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 Submail / 赛邮云
Open Agent mode in chat and ask: "Using Submail / 赛邮云, help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"submail": {
"url": "https://edge.vinkius.com/vk_preview_EpMEZ6BRzhmG8EQi1n9acOv3GUMZFHIoPfzvXJ1m/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 Submail / 赛邮云
Ask Copilot: "Using Submail / 赛邮云, help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"submail": {
"url": "https://edge.vinkius.com/vk_preview_EpMEZ6BRzhmG8EQi1n9acOv3GUMZFHIoPfzvXJ1m/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 Submail / 赛邮云
Open Cascade and ask: "Using Submail / 赛邮云, help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"submail": {
"url": "https://edge.vinkius.com/vk_preview_EpMEZ6BRzhmG8EQi1n9acOv3GUMZFHIoPfzvXJ1m/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 Submail / 赛邮云
Ask Cline: "Using Submail / 赛邮云, help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add submail --transport http "https://edge.vinkius.com/vk_preview_EpMEZ6BRzhmG8EQi1n9acOv3GUMZFHIoPfzvXJ1m/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 Submail / 赛邮云
Ask Claude: "Using Submail / 赛邮云, show me...". 8 tools are ready
Where the request belongs
Work Submail / 赛邮云 can move forward.
The ops engineer who's tired of clicking through three different dashboards at 2am just to send a single verification alert. It's for the person who needs to manage high-volume communications without the manual overhead.
DevOps Engineer
Monitoring system health and sending out automated alerts when a service goes down.
Customer Operations
Verifying user identities and sending transactional updates to customers in real time.
Backend Developer
Integrating multi-channel communication APIs into daily workflows without writing extra glue code.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBrevo
Engage customers across email, SMS, and chat with marketing campaigns and transactional messaging that scale with you.
SendCloud
Leading email and SMS marketing platform. manage campaigns, templates, and addresses via AI.
MessageBird
Manage your global communications. send SMS and audit contacts via AI.
Sender.net
Send email and SMS campaigns that convert with an affordable marketing platform built for e-commerce and small businesses.
Smaily
Automate email marketing and automations via Smaily. manage subscribers, campaigns, and responders directly from any AI agent.
Twilio SendGrid
Equip your AI agent with capabilities to natively dispatch HTML emails, prune suppression bounce lists, and manage marketing contacts via the SendGrid API.
Bring your own AI
Change the model, client or framework. Keep Submail / 赛邮云 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 Submail / 赛邮云.
The practical details behind the request, access and result.
What is Submail MCP for AI Agents?
It's a connector that lets your AI agent send SMS, emails, and voice calls directly. It handles all the communication logic so you can manage your messaging through a simple chat interface.
Can I use Submail MCP to send bulk marketing emails?
Yes, you can use it to send HTML emails. It handles the delivery of your messages, making it easy to manage large-scale communications through your AI client.
How do I check my communication credits with Submail MCP?
You can simply ask your AI agent to check your balance. It will query the platform and tell you exactly how many SMS, Mail, and Voice credits you have left.
Does Submail MCP support voice verification codes?
Yes, it can trigger voice verification codes. This allows your agent to handle security checks by calling a user and reading a code to them automatically.
Is Submail MCP good for China-based messaging?
Yes, it is a premier cloud communication platform in China. It is specifically designed to handle multi-channel messaging in that region reliably.
How do I set up Submail MCP in my AI client?
Once you subscribe in the Vinkius marketplace, you just need to provide your AppID and AppKey. After that, you can start managing your messages through Claude, Cursor, or any other compatible client.
How do I find my Submail AppID and AppKey?
Log in to the Submail Management Console, navigate to the relevant project type (SMS, Mail, or Voice) and look for the 'AppID' and 'AppKey' in the project settings or credentials section.
Does this server handle MD5 signatures?
Yes! The server automatically calculates the required MD5 signature for every request using your provided AppKey, ensuring secure authorized communication with Submail APIs.
Can I send template-based SMS?
Yes! Use the send_template_sms capability. You will need the Project ID of your template and a JSON string containing the variables defined in that template.
One connection away
Give your agent a direct line to Submail / 赛邮云.
Connect Submail / 赛邮云 once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available