Amap Navigation
0
Enables interactive map navigation with real-time route planning and WebSocket communication for Amap (Gaode Maps) via a FastAPI and fastmcp-based interface.
关于
This tool provides an interactive map navigation solution for Amap (Gaode Maps), built on FastAPI and leveraging the fastmcp protocol. It facilitates real-time route planning for various modes like driving, cycling, and walking, accessible through an intuitive web page. The system ensures secure and independent multi-user interaction through session-based management and real-time WebSocket communication, allowing navigation commands to be sent and displayed instantly on the map. It's designed primarily for learning and development testing purposes.
主要功能
- Real-time WebSocket communication for instant map updates
- Automatic WebSocket reconnection and environment variable support for API keys
- Supports multiple navigation types: driving, cycling, and walking
- 0 GitHub stars
- Flexible input supporting mixed geographical coordinates and keywords
- Session-based multi-user isolation for independent map sessions
使用案例
- Integrating Amap navigation commands into custom MCP-based workflows
- Learning and development testing of Amap navigation functionalities
- Interactive demonstration of real-time route planning capabilities