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.
Server Config
{
"mcpServers": {
"smsvertpro": {
"command": "python",
"args": [
"server.py"
],
"env": {
"SMSVERTPRO_API_TOKEN": "<YOUR_API_TOKEN>"
}
}
}
}