mcp-server-location
0
The Location MCP Server is designed to offer location-based services using the Model Context Protocol. It includes tools for querying locations by IP address and latitude/longitude, with a focus on integration with the Meituan Open API and TypeScript implementation.
Location MCP Server
A location server based on MCP (Model Context Protocol) that provides IP address location and latitude/longitude query functionality.
Features
- Support location query by IP address
- Support detailed address query by latitude and longitude coordinates
- Based on Meituan Open API
- Developed with TypeScript for type safety
- Compliant with MCP protocol standard
Usage
The server provides two main tools:
-
IP Location
- Input: IP address
- Output: Detailed location information including country, province, city, district, etc.
-
Latitude/Longitude Location
- Input: Latitude (lat) and longitude (lng)
- Output: Detailed address information including country, province, city, district, etc.