Skip to main content
Glama

Sinch MCP Server

Official
by sinch

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MAILGUN_DOMAINNoMailgun domain from the Mailgun / Domains section of the Mailgun dashboard
MAILGUN_API_KEYNoMailgun API key from the Mailgun / Domains section of the Mailgun dashboard
NGROK_AUTH_TOKENNoIf you want to use the tool get-message-events, you have to be able to receive events related to a message. If this variable is set, the MCP server will open a tunnel to your local machine using ngrok
GEOCODING_API_KEYNoYour Google Geocoding API key if you want to use the location feature. This is needed to convert an address to a latitude/longitude pair
CONVERSATION_APP_IDNoThis is the ID of the conversation app you want to use. You can find it in the Conversation API / Apps section of the Sinch Build dashboard. If you don't set it, you will have to specify it in the prompt
CONVERSATION_KEY_IDNoSelect or create a new access key in the Access keys section of the Sinch Build dashboard
CONVERSATION_REGIONNoThis is the region where your conversation app and templates are located. It can be us, eu, or br. If you don't set it, it defaults to usus
VOICE_APPLICATION_KEYNoVoice API application key from the Voice / Apps section of the Sinch Build dashboard
DEFAULT_SMS_ORIGINATORNoThe phone number that will be used as the sender for SMS messages. Depending on your country, this setting may be required
MAILGUN_SENDER_ADDRESSNoMailgun sender address for sending emails
CONVERSATION_KEY_SECRETNoThis is the secret associated with the Access Key you selected or created
CONVERSATION_PROJECT_IDNoSelect the project you want to use from your Sinch Build dashboard
VOICE_APPLICATION_SECRETNoVoice API application secret from the Voice / Apps section of the Sinch Build dashboard
CALLING_LINE_IDENTIFICATIONNoThe phone number that will be displayed to the user when they receive a call
VERIFICATION_APPLICATION_KEYNoVerification API application key from the Verification / Apps section of the Sinch Build dashboard
VERIFICATION_APPLICATION_SECRETNoVerification API application secret from the Verification / Apps section of the Sinch Build dashboard

Schema

Prompts

Interactive templates invoked by user choice

NameDescription
conversation-app-id

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
sinch-mcp-configuration

This tool allows you to retrieve the configuration of the Sinch MCP server. It provides information about which tools are enabled and disabled with some troubleshooting information about why a tool would be disabled.

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sinch/sinch-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server