Navigation
Juhe Mobile Phone Location MCP Server: Precision & Reliability - MCP Implementation

Juhe Mobile Phone Location MCP Server: Precision & Reliability

Juhe Mobile Phone Location MCP Server: Precision tracking, real-time accuracy, and rock-solid reliability for apps that demand flawless location data. Scale smartly – no compromises." )

Location Services
4.7(196 reviews)
294 saves
137 comments

Ranked in the top 1% of all AI tools in its category

About Juhe Mobile Phone Location MCP Server

What is Juhe Mobile Phone Location MCP Server: Precision & Reliability?

想象一下,你的手机突然变成了一个会说方言的“人”,这个服务器就是它的“方言翻译官”!它能精准识别手机号码段的归属地,比如告诉你某个号码是“河南郑州移动族”还是“广东深圳电信派”,误差率比你猜同事午饭吃了啥还要低。

How to use Juhe Mobile Phone Location MCP Server: Precision & Reliability?

三步走,像点外卖一样简单:
1️⃣ 安装姿势:pip/uvx二选一,选错也没关系,AI会比你更擅长后悔
2️⃣ API密钥:去聚合资历办“手机归属地护照”(点击申办
3️⃣ 调用姿势:输入手机号,坐等返回结果——比等电梯还快

Juhe Mobile Phone Location MCP Server Features

Key Features of Juhe Mobile Phone Location MCP Server: Precision & Reliability?

  • 精准度:比你确认“这个笑话到底好不好笑”还要准(准确率99.9%)
  • 可靠性:就算服务器在加班,也不会像你熬夜写代码一样崩溃
  • 多平台兼容:MacOS/Windows双修选手,连Claude Desktop都夸它“好上手”

Use cases of Juhe Mobile Phone Location MCP Server: Precision & Reliability?

应用场景多到能写成段子集:
• 客服人员:瞬间识别客户地域口音(“您好,我们注意到您是东北老乡…”)
• 市场分析:给用户打上“江浙沪包邮区”标签
• 社交破冰:看到陌生号能秒回“老乡,你是不是也吃过螺蛳粉?”

Juhe Mobile Phone Location MCP Server FAQ

FAQ from Juhe Mobile Phone Location MCP Server: Precision & Reliability?

问:API密钥被狗吃掉了怎么办?
答:别慌,服务器比你更擅长处理“意外情况”,重新申请就好(但狗建议去派出所备案)
问:能查国际号码吗?
答:暂时只服务地球村中国分社,想查+81的号?建议先问问哆啦A梦借时珍
问:返回结果有错字怎么办?
答:可能是服务器在用河南话和程序员沟通,建议直接看拼音(比如“ZzZhenJiang”=镇江)

Content

Juhe Mobile Phone Location MCP Server

一个提供手机号码(段)所属归属地查询功能的模型上下文协议(Model Context Protocol)服务器。该服务器使大型语言模型(LLMs)能够获取手机号码段归属地信息,如:省份、城市、运营商。

Components

Tools

服务器实现了一个工具:

  • get_mobile_phone_location: 根据手机号码查询其所属地信息。

    • 需要传入 "phone"(手机号码)作为必须的字符串参数。

    async def get_mobile_location(phone: str = "") -> list[types.TextContent | types.ImageContent | types.EmbeddedResource]:

Install

This server requires Python 3.10 or higher. Install dependencies using uv (recommended) or pip

Using uv (recommended)

When using uv no specific installation is needed. We will use uvx to directly run jmobile-location-mcp-server.

uvx jmobile-location-mcp-server

Using PIP

Alternatively you can install jmobile-location-mcp-server via pip:

pip install jmobile-location-mcp-server

After installation, you can run it as a script using:

python -m jmobile_location_mcp_server

Configuration

Environment Variables

JUHE_MOBILE_LOCATION_API_KEY: 聚合数据的手机归属地查询API密钥。获取:https://www.juhe.cn/docs/api/id/11

JUHE_MOBILE_LOCATION_API_KEY=your_api_key

Claude Desktop

  • On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
  • On Windows: %APPDATA%/Claude/claude_desktop_config.json
Using uvx
"mcpServers": {
  "jmobile-location-mcp-server": {
    "command": "uvx",
    "args": [
      "jmobile-location-mcp-server"
    ],
    "env": {
      "JUHE_MOBILE_LOCATION_API_KEY": "your_api_key"
    }
  }
}
Using pip installation
"mcpServers": {
  "jmobile-location-mcp-server": {
    "command": "python",
    "args": [
      "-m",
      "jmobile_location_mcp_server"
    ],
    "env": {
      "JUHE_MOBILE_LOCATION_API_KEY": "your_api_key"
    }
  }
}

Debugging

You can use the MCP inspector to debug the server. For uvx installations:

npx @modelcontextprotocol/inspector uvx jmobile-location-mcp-server 

Or if you've installed the package in a specific directory or are developing on it:

cd path/to/servers/src/jmobile-location-mcp-server
npx @modelcontextprotocol/inspector uv run jmobile-location-mcp-server

Examples of Questions for Cline

  1. "查询下这个手机号码的归属地信息 18912341234"

Related MCP Servers & Clients