Google Routes
Computes directions between two addresses using Google Geocoding and Routes APIs.
关于
This server acts as a Model Context Protocol (MCP) server, seamlessly integrating with Google Maps Geocoding and Routes APIs. It efficiently computes detailed directions between specified origin and destination addresses, leveraging Geocoding for coordinate conversion and the Routes API for path computation. The tool supports various travel modes, routing preferences, units, and alternative route options, making it versatile for diverse navigation needs.
主要功能
- Functions as an MCP server adhering to the Model Context Protocol
- Accepts origin and destination addresses for route calculation
- Utilizes Google Geocoding API to convert addresses into coordinates
- Computes routes and directions using Google Routes API
- Supports customizable travel modes, routing preferences, units, and alternative routes
- 0 GitHub stars
使用案例
- Integrating route calculation capabilities into AI applications or chatbots (e.g., via LM Studio or Claude Desktop)
- Providing a backend service for applications requiring geographical directions and mapping
- Enabling location-aware features and navigation for various software tools