Location MCP Server
by v5tech
A location server based on MCP (Model Context Protocol) that provides IP address location and latitude/longitude query functionality. It utilizes the Meituan Open API and is developed with TypeScript.
Last updated: N/A
What is Location MCP Server?
This is a location server built on the Model Context Protocol (MCP). It offers the ability to determine geographical locations based on IP addresses and to retrieve detailed address information using latitude and longitude coordinates.
How to use Location MCP Server?
The server provides two main tools: ip_location
which takes an IP address as input and returns detailed location information, and latlng_location
which takes latitude and longitude coordinates as input and returns detailed address information. You can install it globally using npm: npm install @v8tech/mcp-server-location -g
.
Key features of Location MCP Server
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
Use cases of Location MCP Server
Geographic targeting for advertising
Fraud detection based on location
Personalized content delivery based on location
Mapping and navigation applications
FAQ from Location MCP Server
What is MCP?
What is MCP?
MCP stands for Model Context Protocol, a standard for communication between services.
What API does this server use?
What API does this server use?
This server uses the Meituan Open API for location data.
What programming language is this server written in?
What programming language is this server written in?
This server is written in TypeScript.
How do I report issues?
How do I report issues?
You can submit issues on the GitHub Issues page.
What license is this project under?
What license is this project under?
This project is licensed under the MIT License.