Sponsored by Deepsite.site

Sipgate API MCP Server

Created By
BlackMaca year ago
MCP Server for the sipgate API
Content

Sipgate API MCP Server

Disclaimer: This is an unofficial integration and is not affiliated with, officially maintained, or endorsed by sipgate GmbH. This is a community project that uses the public sipgate API.

MCP server that provides access to the sipgate API, enabling AI assistants to interact with sipgate services including SMS, calls, and account management.

Prerequisites

  1. A sipgate account (https://www.sipgate.de/)
  2. Personal Access Token credentials from sipgate:
    • Log in to your sipgate account
    • Navigate to "Settings" > "Personal Access Tokens"
    • Create a new token
    • Note down the Token ID and Token

Installation

Claude

Add to your claude_desktop_config.json file:

{
  "mcpServers": {
    "sipgate-api": {
      "command": "npx",
      "args": [
        "-y",
        "sipgateio-mcp"
      ],
      "env": {
        "SIPGATE_TOKEN_ID": "your-token-id",
        "SIPGATE_TOKEN": "your-token"
      }
    }
  }
}

To find the claude_desktop_config.json file, open the Claude app and go to Settings > Advanced > Open config file.

VS Code

Install the Sipgate API MCP server in VS Code using:

# For VS Code
code --add-mcp '{"name":"sipgate-api","command":"npx","args":["-y","sipgateio-mcp"],"env":{"SIPGATE_TOKEN_ID":"your-token-id","SIPGATE_TOKEN":"your-token"}}'

# For VS Code Insiders
code-insiders --add-mcp '{"name":"sipgate-api","command":"npx","args":["-y","sipgateio-mcp"],"env":{"SIPGATE_TOKEN_ID":"your-token-id","SIPGATE_TOKEN":"your-token"}}'

Cursor

To add this server to Cursor IDE:

  1. Navigate to Cursor Settings > MCP
  2. Click + Add new Global MCP Server
  3. Add the following to your global .cursor/mcp.json file:
{
  "mcpServers": {
    "sipgate-api": {
      "command": "npx",
      "args": [
        "-y",
        "sipgateio-mcp"
      ],
      "env": {
        "SIPGATE_TOKEN_ID": "your-token-id",
        "SIPGATE_TOKEN": "your-token"
      }
    }
  }
}

Cline

Add to your cline_mcp_settings.json via the Cline MCP Server settings:

{
  "mcpServers": {
    "sipgate-api": {
      "command": "npx",
      "args": [
        "-y",
        "sipgateio-mcp"
      ],
      "env": {
        "SIPGATE_TOKEN_ID": "your-token-id",
        "SIPGATE_TOKEN": "your-token"
      }
    }
  }
}

Roo Code

Access MCP settings via "Edit MCP Settings" in Roo Code settings:

{
  "mcpServers": {
    "sipgate-api": {
      "command": "npx",
      "args": [
        "-y",
        "sipgateio-mcp"
      ],
      "env": {
        "SIPGATE_TOKEN_ID": "your-token-id",
        "SIPGATE_TOKEN": "your-token"
      }
    }
  }
}

Available Tools

Account Management

  • get_account_info: Get information about your sipgate account
  • get_user_info: Get information about the authenticated user

Communication

  • send_sms: Send SMS messages
  • initiate_call: Start phone calls

Phone System

  • get_phone_numbers: List associated phone numbers
  • get_devices: List associated devices
  • get_call_history: Access call history

For detailed tool documentation and parameters, use your AI assistant's help command.

Available Resources

  • sipgate://account - Account information
  • sipgate://numbers - Phone numbers
  • sipgate://history - Call history
  • sipgate://devices - Devices

Example Usage

<use_mcp_tool>
<server_name>sipgate-api</server_name>
<tool_name>get_phone_numbers</tool_name>
<arguments>
{}
</arguments>
</use_mcp_tool>

Troubleshooting

Common issues:

  1. Authentication Errors:

    • Verify your Token ID and Token are correct
    • Check if the token has the required permissions
  2. Installation Issues:

    • Ensure Node.js is installed
    • Try running npx clear-npx-cache before installation
  3. Server Connection:

    • Check your internet connection
    • Verify the server is enabled in your MCP settings

For more help, open an issue on GitHub with:

  • Your platform and environment details
  • Error messages
  • Steps to reproduce

Development

Contributions welcome!

License

MIT

Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Playwright McpPlaywright MCP server
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
WindsurfThe new purpose-built IDE to harness magic
Tavily Mcp
DeepChatYour AI Partner on Desktop
ChatWiseThe second fastest AI chatbot™
Amap Maps高德地图官方 MCP Server
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
CursorThe AI Code Editor
Serper MCP ServerA Serper MCP Server
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.