SMS MCP Server
by 675256493
A simple SMS MCP server that provides mobile carrier detection functionality. It supports detecting the carrier of phone numbers from China's three major operators.
Last updated: N/A
What is SMS MCP Server?
This is a simple SMS MCP server that allows you to detect the mobile carrier of a given phone number.
How to use SMS MCP Server?
- Clone the repository. 2. Install the dependencies using
pip install -r requirements.txt
. 3. Run the server usingpython main.py
. 4. Use the REST API to detect the carrier of a phone number by sending a POST request to/detect-carrier
with the phone number in the request body.
Key features of SMS MCP Server
Mobile carrier detection
RESTful API interface
Supports China's three major operators (China Mobile, China Unicom, China Telecom)
API Documentation
Use cases of SMS MCP Server
Verifying phone number validity
Customizing SMS content based on carrier
Analyzing user demographics based on carrier
Routing SMS messages to appropriate gateways
FAQ from SMS MCP Server
What carriers are supported?
What carriers are supported?
Currently, the server supports China Mobile, China Unicom, and China Telecom.
How do I install the server?
How do I install the server?
Clone the repository, then run pip install -r requirements.txt
to install the dependencies.
How do I run the server?
How do I run the server?
Run the server using python main.py
.
How do I use the API?
How do I use the API?
Send a POST request to /detect-carrier
with the phone number in the request body. See the API documentation at /docs
for more details.
Where can I find the API documentation?
Where can I find the API documentation?
The API documentation is available at http://localhost:8000/docs when the server is running.