Sipgate API MCP Server
@BlackMac
About Sipgate API MCP Server
MCP Server for the sipgate API
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"sipgate-api": {
"command": "npx",
"args": [
"-y",
"sipgateio-mcp"
],
"env": {
"SIPGATE_TOKEN_ID": "your-token-id",
"SIPGATE_TOKEN": "your-token"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Developer Tools MCP servers
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
Huoshan Test
volcengineCode Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
Comments