Fire in da houseTop Tip:Paying $100+ per month for Perplexity, MidJourney, Runway, ChatGPT and other tools is crazy - get all your AI tools in one site starting at $15 per month with Galaxy AI Fire in da houseCheck it out free

amap-maps-mcp-server

MCP.Pizza Chef: zxypro1

The amap-maps-mcp-server is an MCP server that integrates the AMap Maps API, enabling real-time access to geographic and mapping data. It requires an AMap Maps API key for setup and allows MCP clients to query and interact with map data seamlessly. This server facilitates location-based services, geospatial queries, and map visualizations within MCP-enabled applications.

Use This MCP server To

Provide real-time geographic data to MCP clients Enable location-based search and mapping within apps Integrate AMap map visualizations in AI workflows Support geospatial queries for route and place info Fetch map tiles and points of interest dynamically

README

AMap Map MCP Server

MCP Server for the AMap Map API.

Setup

API Key

Get a AMap Maps API key: https://lbs.amap.com/api/webservice/create-project-and-key.

NPX

{
    "mcpServers": {
        "amap-maps": {
            "command": "npx",
            "args": [
                "-y",
                "@amap/amap-maps-mcp-server"
            ],
            "env": {
                "AMAP_MAPS_API_KEY": ""
            }
        }
    }
}

amap-maps-mcp-server FAQ

How do I obtain an API key for the amap-maps-mcp-server?
You can get an AMap Maps API key by creating a project at https://lbs.amap.com/api/webservice/create-project-and-key.
How is the amap-maps-mcp-server installed and run?
It can be installed and run using NPX with the command 'npx -y @amap/amap-maps-mcp-server' and requires setting the AMAP_MAPS_API_KEY environment variable.
What environment variables are required to run this MCP server?
The server requires the AMAP_MAPS_API_KEY environment variable to authenticate requests to the AMap API.
Can this MCP server be used with multiple LLM providers?
Yes, it is provider-agnostic and can be used with OpenAI, Anthropic Claude, and Google Gemini models.
What kind of map data does this server provide?
It provides access to map tiles, points of interest, routes, and other geographic data from the AMap API.
Is the amap-maps-mcp-server suitable for real-time location services?
Yes, it supports real-time queries and updates for location-based applications.