{"id":29293570,"url":"https://github.com/javaaidev/amap-mcp-server","last_synced_at":"2026-06-08T13:32:25.977Z","repository":{"id":301855771,"uuid":"1010480486","full_name":"JavaAIDev/amap-mcp-server","owner":"JavaAIDev","description":"Amap MCP server (高德地图 MCP 服务器)","archived":false,"fork":false,"pushed_at":"2025-11-23T00:21:18.000Z","size":124,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-23T02:22:27.215Z","etag":null,"topics":["amap","kotlin","mcp","mcp-server"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JavaAIDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"ko_fi":"alexcheng1982","github":"alexcheng1982"}},"created_at":"2025-06-29T06:49:47.000Z","updated_at":"2025-11-23T00:17:47.000Z","dependencies_parsed_at":"2025-06-29T08:29:44.813Z","dependency_job_id":"250553b9-d8cb-4930-bdc2-e74a68dd813e","html_url":"https://github.com/JavaAIDev/amap-mcp-server","commit_stats":null,"previous_names":["javaaidev/amap-mcp-server"],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/JavaAIDev/amap-mcp-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JavaAIDev%2Famap-mcp-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JavaAIDev%2Famap-mcp-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JavaAIDev%2Famap-mcp-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JavaAIDev%2Famap-mcp-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JavaAIDev","download_url":"https://codeload.github.com/JavaAIDev/amap-mcp-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JavaAIDev%2Famap-mcp-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34065349,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amap","kotlin","mcp","mcp-server"],"created_at":"2025-07-06T11:06:18.931Z","updated_at":"2026-06-08T13:32:25.972Z","avatar_url":"https://github.com/JavaAIDev.png","language":"Kotlin","funding_links":["https://ko-fi.com/alexcheng1982","https://github.com/sponsors/alexcheng1982"],"categories":[],"sub_categories":[],"readme":"# Amap MCP Server （高德地图 MCP 服务器）\n\nMCP Server for [Amap](https://lbs.amap.com/)\n\n使用 Kotlin 开发的高德地图 MCP 服务器\n\n## Tools available\n\n- [IP定位](https://lbs.amap.com/api/webservice/guide/api/ipconfig)\n- [地理/逆地理编码](https://lbs.amap.com/api/webservice/guide/api/georegeo)\n- [静态地图](https://lbs.amap.com/api/webservice/guide/api/staticmaps)\n- [天气查询](https://lbs.amap.com/api/webservice/guide/api-advanced/weatherinfo)\n- [行政区域查询](https://lbs.amap.com/api/webservice/guide/api/district)\n- [搜索POI 2.0](https://lbs.amap.com/api/webservice/guide/api-advanced/newpoisearch)\n- [路径规划 2.0](https://lbs.amap.com/api/webservice/guide/api/newroute)\n- [坐标转换](https://lbs.amap.com/api/webservice/guide/api/convert)\n- [输入提示](https://lbs.amap.com/api/webservice/guide/api-advanced/inputtips)\n\n## How to use\n\nGo to [releases](https://github.com/JavaAIDev/amap-mcp-server/releases) page and download latest releases:\n\n- JAR file, requires Java 11 to run\n- Native executable files on Windows, macOS and Linux.\n\nOr use the [container image](https://github.com/JavaAIDev/amap-mcp-server/pkgs/container/amap-mcp-server).\n\nAmap API key is required. This key must be set as the environment variable `AMAP_API_KEY`.\n\nBelow is the config to start the server using `java`.\n\n```json\n{\n  \"mcpServers\": {\n    \"amap\": {\n      \"command\": \"java\",\n      \"args\": [\n        \"-jar\",\n        \"amap-mcp-server.jar\"\n      ],\n      \"env\": {\n        \"AMAP_API_KEY\": \"YOUR_AMAP_API_KEY\"\n      }\n    }\n  }\n}\n```\n\nIt's better to use [jbang](https://www.jbang.dev/) to run a JAR file.\n\n```json\n{\n  \"mcpServers\": {\n    \"amap\": {\n      \"command\": \"jbang\",\n      \"args\": [\n        \"https://github.com/JavaAIDev/amap-mcp-server/releases/download/v0.9.0/amap-mcp-server.jar\"\n      ],\n      \"env\": {\n        \"AMAP_API_KEY\": \"YOUR_AMAP_API_KEY\"\n      }\n    }\n  }\n}\n```\n\nThe config below starts the server using a container image.\n\n```json\n{\n  \"mcpServers\": {\n    \"amap\": {\n      \"command\": \"docker\",\n      \"args\": [\n        \"run\",\n        \"-i\",\n        \"-e\",\n        \"AMAP_API_KEY=YOUR_AMAP_API_KEY\",\n        \"ghcr.io/javaaidev/amap-mcp-server:0.9.0\"\n      ]\n    }\n  }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavaaidev%2Famap-mcp-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjavaaidev%2Famap-mcp-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavaaidev%2Famap-mcp-server/lists"}