Back to Home
JavaAIDev icon

amap-mcp-server

Verified Safe

by JavaAIDev

Overview

Provides a server that exposes Amap's various geographical and location-based services as tools, designed for integration with Model Context Protocol (MCP) clients.

Installation

Run Command
docker run -i -e AMAP_API_KEY=YOUR_AMAP_API_KEY ghcr.io/javaaidev/amap-mcp-server:0.9.0

Environment Variables

  • AMAP_API_KEY

Security Notes

The project correctly retrieves the API key from environment variables, avoiding hardcoded secrets. It utilizes Ktor HttpClient for making external API calls, which is a reputable library. Request parameters are built from structured data classes, reducing direct string injection risks. Error handling for API responses is present. No obvious dynamic code execution (e.g., 'eval') or malicious patterns were found in the provided source code.

Similar Servers

Stats

Interest Score18
Security Score9
Cost ClassMedium
Avg Tokens500
Stars1
Forks0
Last Update2025-12-31

Tags

AmapGeolocationMappingKotlinMCP Server