Skip to main content
Glama
bg7iuy

china-phone-mcp

by bg7iuy

China Phone MCP Server

MCP RapidAPI

A Model Context Protocol (MCP) server that enables AI agents (Claude Code, Cursor, Windsurf) to look up Chinese phone number carrier and location information.

What it does

Given an 11-digit Chinese mobile number, returns:

  • Carrier: China Mobile / China Unicom / China Telecom / China Broadnet

  • Location: Province, city, area code, postal code, region code

  • Number type: Mobile or landline

  • Prefix validity: Based on MIIT official allocation tables

Related MCP server: Phone Carrier Detector MCP Server

Tools

Tool

Description

lookup_china_phone

Full attribution lookup with all fields

get_china_phone_info

Detailed carrier + geographic info

Data Source

Official MIIT (Ministry of Industry and Information Technology) public number allocation tables, updated monthly. No carrier networks accessed. No personal data collected.

Quick Start

Install in Claude Code

claude mcp add china-phone https://china-phone-mcp.vercel.app/api/index

Use with Cursor

Add to your Cursor MCP config:

{
  "mcpServers": {
    "china-phone": {
      "url": "https://china-phone-mcp.vercel.app/api/index"
    }
  }
}

Run locally

pip install -r requirements.txt
export RAPIDAPI_KEY=your_key_here
python server.py

Deployment

Deploy to Vercel with one click, or run on any Python host.

Set the environment variable RAPIDAPI_KEY in your deployment.

Pricing

The underlying API has a free tier (1,000 requests/day). Paid plans start at $14.99/month for 100,000 requests/month.

Get your RapidAPI key →

License

MIT

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    C
    maintenance
    Detects Chinese mobile phone number carriers (China Mobile, China Unicom, China Telecom, etc.) and their geographical location (province and city) using a database of 492,088 records. Supports both single and batch number detection (up to 100 numbers).
    2
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Provides North American (NANP) area code and phone number intelligence for AI agents, including area code lookup, phone validation, carrier info, city/state coverage, local time, and scam context.
    8
    37 npm
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI agents to query detailed information on 77M+ Chinese companies, including basic data, shareholders, legal risks, and more, through a pay-per-query MCP server.
    1
    MIT