SMS MCP Server
@675256493
About SMS MCP Server
sms mcp server
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"sms-mcp-server-675256493": {
"command": "python",
"args": [
"main.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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?
—
Basic information
More Communication MCP servers

Faxer
1771 CoSend real faxes to any US, Canadian, or international fax number from any AI assistant. The agent quotes the exact price from the document's real page count, hands the human a Stripe Checkout link (payment stays human-in
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.

Slack
modelcontextprotocolModel Context Protocol Servers
atbridge.ai
atbridge-aiLocal MCP server for Thunderbird. Gives Claude Desktop, Cursor, or any MCP client read/write access to multiple mailboxes, calendars, contacts, notes & tasks (Gmail, Outlook, IMAP) — all on your machine.
MCP-Discord
barryyip0625Implement Discord MCP server enabling AI assistants to interact with the Discord platform.
Comments