
Sinch MCP Server
@sinch
关于 Sinch MCP Server
Sinch provides a global, scalable, secure platform for businesses to communicate with their customers - for messaging, voice, verification and email. These communication capabilities are vital for anyone building customer-connected solutions with AI systems.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"sinch": {
"command": "node",
"args": [
"/your/path/to/sinch-mcp-server/mcp/dist/index.js"
],
"env": {
"CONVERSATION_PROJECT_ID": "",
"CONVERSATION_KEY_ID": "",
"CONVERSATION_KEY_SECRET": "",
"CONVERSATION_APP_ID": "",
"CONVERSATION_REGION": "",
"DEFAULT_SMS_ORIGINATOR": "",
"GEOCODING_API_KEY": "",
"VERIFICATION_APPLICATION_KEY": "",
"VERIFICATION_APPLICATION_SECRET": "",
"VOICE_APPLICATION_KEY": "",
"VOICE_APPLICATION_SECRET": "",
"CALLING_LINE_IDENTIFICATION": "",
"MAILGUN_API_KEY": "",
"MAILGUN_DOMAIN": "",
"MAILGUN_SENDER_ADDRESS": ""
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Sinch MCP Server?
The Sinch MCP Server enables AI agents and agentic experiences to use Sinch’s global communication platform for messaging, voice, verification, and email. It follows the Model Context Protocol (MCP) client-server architecture, allowing host applications like Claude AI Assistant, Cursor, and Google Agent Development Kit to invoke communication tools.
How to use Sinch MCP Server?
Install the Sinch MCP Server
沟通协作 分类下的更多 MCP 服务器
Modular Outlook MCP Server
ryakerMCP server for Claude to access Outlook data via Microsoft Graph API
MCP-Discord
barryyip0625Implement Discord MCP server enabling AI assistants to interact with the Discord platform.
Discord MCP Server
hanwegMCP server for discord bot
WhatsApp MCP Server
msaelicesWhatsapp MCP Server implemented in Python

Slack
modelcontextprotocolModel Context Protocol Servers
评论