Sinch
OfficialIntegrates with Sinch's communication APIs to send messages across SMS, WhatsApp, RCS, and email cha...
Create/Get a Sinch Build Account
- Visit the Sinch Build dashboard and sign up or log in.
Obtain Conversation API Credentials
- Project ID:
- Select your desired project from the left of the top toolbar on the Sinch Build dashboard.
- Fill the value for
CONVERSATION_PROJECT_IDin the FastMCP connection interface.
- Access Key and Secret:
- Go to Access keys section.
- Select or create a new access key.
- Fill
CONVERSATION_KEY_IDand the one-timeCONVERSATION_KEY_SECRETin the FastMCP connection interface.
- Conversation App ID (optional):
- Go to the Conversation API / Apps section.
- Find the desired app's ID and fill
CONVERSATION_APP_IDin the FastMCP connection interface.
- Region (optional):
- Set
CONVERSATION_REGIONtous,eu, orbrbased on your app's location. Defaults tous.
- Set
- SMS Channel Originator (as needed):
- Set
DEFAULT_SMS_ORIGINATORto your sender phone number if applicable.
- Set
- Google Geocoding API Key (as needed):
- If using address-to-location features, create and copy your Google Maps Geocoding API key.
- Fill
GEOCODING_API_KEYin the interface.
- ngrok Auth Token (as needed for message events):
- Log in to ngrok, copy your auth token, and fill
NGROK_AUTH_TOKEN.
- Log in to ngrok, copy your auth token, and fill
- Project ID:
Obtain Verification API Credentials
- Go to Verification / Apps section.
- Create or select an app; copy the
VERIFICATION_APPLICATION_KEYandVERIFICATION_APPLICATION_SECRET. - Fill these in the FastMCP connection interface.
Obtain Voice API Credentials
- Go to Voice / Apps section.
- Create or select an app; copy the
VOICE_APPLICATION_KEYandVOICE_APPLICATION_SECRET. - Fill these in the FastMCP connection interface.
- (Optional) Set
CALLING_LINE_IDENTIFICATIONto specify the displayed caller ID phone number.
Obtain Mailgun API Credentials (Email Tools)
- Sign in to Mailgun.
- Select or create a domain.
- Go to your domain’s API security page to copy the
MAILGUN_API_KEY. - Record the domain as
MAILGUN_DOMAINand choose aMAILGUN_SENDER_ADDRESS. - Fill these values in the FastMCP connection interface.
Save/Install
- Click the “Install Now” (or corresponding) button to apply and connect using your provided credentials.
Note:
All values should be filled into the FastMCP connection interface when prompted. Most keys can be regenerated if lost, except key secrets (copy upon creation).
Quick Start
Choose Connection Type for
Authentication Required
Please sign in to use FastMCP hosted connections
Configure Environment Variables for
Please provide values for the following environment variables:
started!
The MCP server should open in . If it doesn't open automatically, please check that you have the application installed.
Copy and run this command in your terminal:
Make sure Gemini CLI is installed:
Visit Gemini CLI documentation for installation instructions.
Make sure Claude Code is installed:
Visit Claude Code documentation for installation instructions.
Installation Steps:
Configuration
Installation Failed
More for Communication
View All →
Slack
Experience the most powerful MCP server for Slack workspaces with advanced message and channel support. This feature-rich server allows fetching messages from channels, threads, DMs, and group DMs with embedded user info and smart history pagination by date or count. It supports enterprise workspaces, caching for faster access, and flexible transports like Stdio and SSE with proxy settings. Designed for stealth operation or secure access via OAuth, it integrates channel and thread lookups by name or ID to give rich, contextual Slack workspace data efficiently and reliably. Perfect for developers needing robust Slack data handling.