天地图MCP Server,包含3个符合MCP协议标准的API接口,涵盖地理编码、逆地理编码、周边检索等核心地图服务功能。
Overview
what is 天地图?
天地图 is a geographic information service that provides a set of APIs compliant with the MCP protocol, including geocoding, reverse geocoding, and nearby search functionalities.
how to use 天地图?
To use 天地图, you need to create a service API key on the 天地图 open platform and then integrate it into your application using either Python or Typescript SDKs.
key features of 天地图?
- Geocoding: Converts addresses into geographic coordinates.
- Reverse Geocoding: Retrieves address information from geographic coordinates.
- Nearby Search: Finds points of interest within a specified radius.
use cases of 天地图?
- Finding the geographic coordinates of a specific address.
- Retrieving address details based on latitude and longitude.
- Searching for nearby restaurants or attractions based on user location.
FAQ from 天地图?
- What is the MCP protocol?
The MCP protocol is a standard for geographic information services that allows for interoperability between different systems.
- Is there a cost to use 天地图?
The basic services are free, but usage limits may apply based on the API key.
Server Config
{
"mcpServers": {
"tianditu-map": {
"command": "uvx",
"args": [
"mcp-tianditu"
],
"env": {
"TIANDITU_API_KEY": "你的天地图API密钥"
}
}
}
}