SMS MCP Server
@675256493
关于 SMS MCP Server
sms mcp server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"sms-mcp-server-675256493": {
"command": "python",
"args": [
"main.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is SMS MCP Server?
SMS MCP Server is a lightweight MCP server that provides mobile phone carrier detection for Chinese phone numbers. It exposes a RESTful API that identifies whether a number belongs to China Mobile, China Unicom, or China Telecom. This server is intended for developers who need to verify carrier information programmatically.
How to use SMS MCP Server?
Clone the repository, install dependencies with pip install -r requirements.txt, then run python main.py. The server starts on http://localhost:8000. Use a POST request to /detect-carrier with a JSON body containing the phone_number field, e.g., curl -X POST "http://localhost:8000/detect-carrier" -H "Content-Type: application/json" -d '{"phone_number": "13812345678"}'.
Key features of SMS MCP Server?
- Mobile carrier detection for Chinese phone numbers
- RESTful API with JSON interface
- Supports China Mobile, China Unicom, and China Telecom
- Interactive API docs at
/docs(Swagger UI)
Use cases of SMS MCP Server?
- Validate the carrier of a phone number before sending SMS messages
- Build automated number lookups in customer support systems
- Enrich CRM records with carrier metadata
- Power routing logic that depends on the subscriber's network
FAQ from SMS MCP Server?
—
沟通协作 分类下的更多 MCP 服务器
feishu-tools-mcp
Li-vienMCP server provides Feishu related operations to AI encoding agents such as cursor 飞书MCP插件,读取文档、发送消息、合同审批、数据处理.....
Discord MCP Server
hanwegMCP server for discord bot
WhatsApp MCP Server
lharriesWhatsApp MCP server
WhatsApp MCP Server (TypeScript/Baileys)
jlucaso1WhatsApp MCP Server (TypeScript/Baileys)
WhatsApp MCP Server
msaelicesWhatsapp MCP Server implemented in Python
评论