china-phone-mcp
Provides phone number lookup capabilities using the China Phone Number API on RapidAPI.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@china-phone-mcplook up 13800138000"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
China Phone MCP Server
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 |
| Full attribution lookup with all fields |
| 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/indexUse 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.pyDeployment
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.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables AI assistants to perform IP geolocation and nearby place searches using the Amap (Gaode Maps) API in China.Last updated26
- AlicenseBqualityDmaintenanceDetects 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).Last updated2MIT
- AlicenseAqualityBmaintenanceProvides 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.Last updated846MIT

CNBizAPI MCP Serverofficial
Alicense-qualityCmaintenanceEnables 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.Last updatedMIT
Related MCP Connectors
Phone carrier lookup, append, verification, DNC, and fraud data services.
Read-only phone intelligence for AI voice agents — line type, risk, DNC, signed receipts.
Real SIM-backed mobile numbers for AI agents to receive SMS and OTP codes.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bg7iuy/china-phone-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server