MCP.so
登录
P

phone carrier detector

@dahuangbaojian

关于 phone carrier detector

phone carrier detector

基本信息

分类

沟通协作

传输方式

stdio

发布者

dahuangbaojian

提交者

jian huang

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "name": "phone-carrier-detector",
  "version": "1.0.0",
  "description": "MCP server for detecting Chinese mobile phone carriers and locations",
  "main": "mcp_server.py",
  "scripts": {
    "start": "python mcp_server.py",
    "test": "python tests/run_tests.py",
    "test:unit": "python tests/run_tests.py --unit",
    "test:integration": "python tests/run_tests.py --integration",
    "parse-data": "python parse_phone_data.py"
  },
  "keywords": [
    "mcp",
    "phone",
    "carrier",
    "detection",
    "china",
    "mobile",
    "telecom",
    "location"
  ],
  "author": "dahuangbaojian",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/dahuangbaojian/sms-mcp-server.git"
  },
  "bugs": {
    "url": "https://github.com/dahuangbaojian/sms-mcp-server/issues"
  },
  "homepage": "https://github.com/dahuangbaojian/sms-mcp-server#readme",
  "engines": {
    "python": ">=3.8"
  },
  "mcpServers": {
    "phone-carrier-detector": {
      "command": "python",
      "args": [
        "mcp_server.py"
      ],
      "env": {}
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is phone carrier detector?

How to use phone carrier detector?

Key features of phone carrier detector

Use cases of phone carrier detector

FAQ from phone carrier detector

评论

沟通协作 分类下的更多 MCP 服务器