{
  "markdown": "# China Phone MCP Server\n\n[![MCP](https://img.shields.io/badge/MCP-Server-blue)](https://modelcontextprotocol.io)\n[![RapidAPI](https://img.shields.io/badge/RapidAPI-China%20Phone%20Number%20API-green)](https://rapidapi.com/liluismx/api/china-phone-number-api2)\n\nA Model Context Protocol (MCP) server that enables AI agents (Claude Code, Cursor, Windsurf) to look up Chinese phone number carrier and location information.\n\n## What it does\n\nGiven an 11-digit Chinese mobile number, returns:\n- **Carrier**: China Mobile / China Unicom / China Telecom / China Broadnet\n- **Location**: Province, city, area code, postal code, region code\n- **Number type**: Mobile or landline\n- **Prefix validity**: Based on MIIT official allocation tables\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `lookup_china_phone` | Full attribution lookup with all fields |\n| `get_china_phone_info` | Detailed carrier + geographic info |\n\n## Data Source\n\nOfficial MIIT (Ministry of Industry and Information Technology) public number allocation tables, updated monthly. No carrier networks accessed. No personal data collected.\n\n## Quick Start\n\n### Install in Claude Code\n\n```bash\nclaude mcp add china-phone https://china-phone-mcp.vercel.app/api/index\n```\n\n### Use with Cursor\n\nAdd to your Cursor MCP config:\n\n```json\n{\n  \"mcpServers\": {\n    \"china-phone\": {\n      \"url\": \"https://china-phone-mcp.vercel.app/api/index\"\n    }\n  }\n}\n```\n\n### Run locally\n\n```bash\npip install -r requirements.txt\nexport RAPIDAPI_KEY=your_key_here\npython server.py\n```\n\n## Deployment\n\nDeploy to Vercel with one click, or run on any Python host.\n\nSet the environment variable `RAPIDAPI_KEY` in your deployment.\n\n## Pricing\n\nThe underlying API has a free tier (1,000 requests/day). Paid plans start at $14.99/month for 100,000 requests/month.\n\n[Get your RapidAPI key →](https://rapidapi.com/liluismx/api/china-phone-number-api2/pricing)\n\n## License\n\nMIT\n",
  "bytes": 1916,
  "sha": "f9b6559fbe73547b9b04eabe981a8a1585911703d545a40d669b1c9a5b30685d",
  "repo_slug": "bg7iuy/china-phone-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_bg7iuy_china_phone_7343ab8a/readme"
}