Skip to main content
Glama

OpenStreetMap MCP Server

analyze_commute

Analyze commute options between home and work locations, comparing multiple transportation modes. Get detailed metrics like travel times, distances, and turn-by-turn directions for informed real estate, lifestyle, and relocation decisions.

Instructions

Perform a detailed commute analysis between home and work locations.

This advanced tool analyzes commute options between two locations (typically home and work), comparing multiple transportation modes and providing detailed metrics for each option. Includes estimated travel times, distances, turn-by-turn directions, and other commute-relevant data. Essential for real estate decisions, lifestyle planning, and workplace relocation analysis.

Args: home_latitude: Home location latitude (decimal degrees) home_longitude: Home location longitude (decimal degrees) work_latitude: Workplace location latitude (decimal degrees) work_longitude: Workplace location longitude (decimal degrees) modes: List of transportation modes to analyze (options: "car", "foot", "bike") depart_at: Optional departure time (format: "HH:MM") for time-sensitive routing

Returns: Comprehensive commute analysis with: - Summary comparing all transportation modes - Detailed route information for each mode - Total distance and duration for each option - Turn-by-turn directions

Input Schema

NameRequiredDescriptionDefault
depart_atNo
home_latitudeYes
home_longitudeYes
modesNo
work_latitudeYes
work_longitudeYes

Input Schema (JSON Schema)

{ "properties": { "depart_at": { "default": null, "title": "Depart At", "type": "string" }, "home_latitude": { "title": "Home Latitude", "type": "number" }, "home_longitude": { "title": "Home Longitude", "type": "number" }, "modes": { "default": [ "car", "foot", "bike" ], "items": { "type": "string" }, "title": "Modes", "type": "array" }, "work_latitude": { "title": "Work Latitude", "type": "number" }, "work_longitude": { "title": "Work Longitude", "type": "number" } }, "required": [ "home_latitude", "home_longitude", "work_latitude", "work_longitude" ], "title": "analyze_commuteArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jagan-shanmugam/open-streetmap-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server