MCP.so
ログイン

SMS MCP Server

@675256493

SMS MCP Server について

sms mcp server

基本情報

カテゴリ

コミュニケーション

ランタイム

python

トランスポート

stdio

公開者

675256493

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "sms-mcp-server-675256493": {
      "command": "python",
      "args": [
        "main.py"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is SMS MCP Server?

SMS MCP Server is a lightweight MCP server that provides mobile phone carrier detection for Chinese phone numbers. It exposes a RESTful API that identifies whether a number belongs to China Mobile, China Unicom, or China Telecom. This server is intended for developers who need to verify carrier information programmatically.

How to use SMS MCP Server?

Clone the repository, install dependencies with pip install -r requirements.txt, then run python main.py. The server starts on http://localhost:8000. Use a POST request to /detect-carrier with a JSON body containing the phone_number field, e.g., curl -X POST "http://localhost:8000/detect-carrier" -H "Content-Type: application/json" -d '{"phone_number": "13812345678"}'.

Key features of SMS MCP Server?

  • Mobile carrier detection for Chinese phone numbers
  • RESTful API with JSON interface
  • Supports China Mobile, China Unicom, and China Telecom
  • Interactive API docs at /docs (Swagger UI)

Use cases of SMS MCP Server?

  • Validate the carrier of a phone number before sending SMS messages
  • Build automated number lookups in customer support systems
  • Enrich CRM records with carrier metadata
  • Power routing logic that depends on the subscriber's network

FAQ from SMS MCP Server?

コメント

「コミュニケーション」の他のコンテンツ