P
phone carrier detector
@dahuangbaojian
关于 phone carrier detector
phone carrier detector
基本信息
配置
使用下面的配置,将此服务器添加到你的 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 服务器
Gmail
shinzo-labsMCP Implementation for Gmail Services
56
MCP Email Server
Shy2593666979一个基于 MCP (Model Context Protocol) 的邮件服务,支持 LLM 发送带附件的电子邮件及在指定目录中搜索文件。提供安全的 SMTP 传输、多收件人支持和附件模式匹配搜索功能,适用于 Gmail、Outlook、Yahoo、QQ 邮箱和网易 126 邮箱等主流邮箱服务。
78

Slack
modelcontextprotocolModel Context Protocol Servers
88.1K
MCP Teams Server
InditexTechAn MCP (Model Context Protocol) server implementation for Microsoft Teams integration, providing capabilities to read messages, create messages, reply to messages, mention members.
383
Twilio MCP Monorepo
twilio-labsMonorepo providing 1) OpenAPI to MCP Tool generator 2) Exposing all of Twilio's API as MCP Tools
108
评论