Telinfy MCP server
Send SMS, WhatsApp, and RCS messages programmatically with DLT compliance. Manage contacts, schedule campaigns, and track delivery reports.
Ads
Overview
How to connect and use the Telinfy MCP server with AI assistants The Telinfy MCP server provides programmatic access to Telinfy's SMS, WhatsApp, and RCS messaging capabilities, allowing AI assistants to send messages, manage contacts, schedule campaigns, and retrieve reports on your behalf. The Model Context Protocol (MCP) is an open standard that enables AI applications to securely connect to MCP-compatible data sources and tools. Think of MCP like a USB-C port for AI applications - a standardized way to connect AI apps to different services.
Installation
claude mcp add -s user -t http telinfy https://mcp.telinfy.com/sse
Configuration
{
"mcpServers": {
"telinfy": {
"serverUrl": "https://mcp.telinfy.com/sse"
}
}
}Capabilities
- Authenticate securely
Ask your assistant to log in via `login_to_telinfy` using your Telinfy username and password to establish a session.
- Send DLT-compliant SMS
Use `send_sms` to send transactional or promotional messages with sender name and template ID, e.g., "Send an OTP to +919876543210."
- Schedule dynamic campaigns
Leverage `scheduleDynamicCampaign` to send personalized bulk SMS using an Excel file with variable substitution (e.g., name, order ID).
- Manage contact groups
Create phonebooks with `create_phonebook`, list groups via `get_phonebook_groups`, and view or edit contacts using `get_group_contacts` and `edit_contact`.
- Send WhatsApp campaigns
Use `send_whatsapp_campaign` with pre-created templates to message customers, then track performance via `fetch_whatsapp_smart_report`.
- Fetch delivery reports
Retrieve SMS, WhatsApp, or RCS campaign reports with date filtering using `fetch_sms_campaign_report`, `fetch_rcs_report`, or `getMessageReport`.
Tags
- sms
- communication
- productivity
Related MCP servers
ElevenLabs
OfficialThe official ElevenLabs MCP server
Resend Email
OfficialSend emails directly from your editor using the Resend API.
AgentRPC
OfficialConnect to any function, any language, across network boundaries using AgentRPC.
Twilio
OfficialInteract with Twilio APIs to send messages, manage phone numbers, configure your account, and more.