MCP server to send professional SMS via SMS Vert Pro API.
9 tools: send_sms, check_credits, get_delivery_report, get_responses, verify_number, get_blacklist, generate_otp, verify_otp, cancel_sms.
Built-in OTP, scheduled SMS with cancellation, delivery reports.
European provider since 2009, GDPR compliant.
Also available in TypeScript and PHP.
Overview
SMS Vert Pro MCP Server
Send professional SMS from any MCP-compatible AI assistant (Claude Desktop, Cursor, Windsurf).
Features
- 9 tools including OTP, delivery reports, blacklist, scheduled SMS
- No subscription — pay per SMS
- 10 free SMS to test
- European infrastructure, GDPR compliant
Also available
Server Config
{
"mcpServers": {
"smsvertpro": {
"command": "python",
"args": [
"server.py"
],
"env": {
"SMSVERTPRO_API_TOKEN": "<YOUR_API_TOKEN>"
}
}
}
}