Sipgate API MCP Server
@BlackMac
关于 Sipgate API MCP Server
MCP Server for the sipgate API
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"sipgate-api": {
"command": "npx",
"args": [
"-y",
"sipgateio-mcp"
],
"env": {
"SIPGATE_TOKEN_ID": "your-token-id",
"SIPGATE_TOKEN": "your-token"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Sipgate API MCP Server?
The Sipgate API MCP Server is an unofficial community integration that provides access to the sipgate API through the Model Context Protocol. It enables AI assistants to interact with sipgate services including SMS, calls, and account management. This server is for users with a sipgate account who want to control telephony features from their AI tools.
How to use Sipgate API MCP Server?
Configure the server by adding the npx command sipgateio-mcp to your MCP client settings (Claude, VS Code, Cursor, Cline, or Roo Code) and set the environment variables SIPGATE_TOKEN_ID and SIPGATE_TOKEN with credentials from your sipgate account. Once installed, your AI assistant can invoke tools like send_sms, initiate_call, get_phone_numbers, and get_call_history.
Key features of Sipgate API MCP Server
- Send SMS messages via the sipgate API
- Initiate phone calls programmatically
- Retrieve account and user information
- List associated phone numbers and devices
- Access call history records
- Supports Claude, VS Code, Cursor, Cline, and Roo Code
Use cases of Sipgate API MCP Server
- Automate sending SMS notifications from an AI assistant
- Trigger outbound phone calls as part of a workflow
- Retrieve and review call history for analytics or reporting
- Look up current device and phone number inventory on a sipgate account
FAQ from Sipgate API MCP Server
What is required to use this server?
You need a sipgate account and a Personal Access Token (Token ID and Token) created from the sipgate settings page. The server runs via npx and requires Node.js.
How do I install the server for Claude?
Add the server configuration to claude_desktop_config.json with the command npx -y sipgateio-mcp and the environment variables SIPGATE_TOKEN_ID and SIPGATE_TOKEN. The config file is accessed from Claude Settings > Advanced > Open config file.
What tools does this server provide?
The server offers tools for account management (get_account_info, get_user_info), communication (send_sms, initiate_call), and phone system queries (get_phone_numbers, get_devices, get_call_history).
Is this an official sipgate product?
No. This is an unofficial community project that uses the public sipgate API. It is not affiliated with, maintained, or endorsed by sipgate GmbH.
What should I do if I get authentication errors?
Verify that your Token ID and Token are correct and that the token has the required permissions. Also check that the server is enabled in your MCP settings and that you have an internet connection.
开发工具 分类下的更多 MCP 服务器
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
评论