ghassenTn/openstreetmap-mcp-server
If you are the rightful owner of openstreetmap-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The OpenStreetMap MCP Server integrates OpenStreetMap routing capabilities with Claude AI for advanced route planning, cost estimation, and place search using the OpenRouteService API.
Tools
Functions exposed to the LLM to take actions
calculate_route
Get optimal route using OpenStreetMap data with waypoints support.
compare_routes
Compare multiple route alternatives with different options.
get_matrix
Get distance and duration matrix between multiple origins and destinations.
get_traffic_info
Get basic route information (Note: Real-time traffic not available in OpenStreetMap).
estimate_costs
Calculate trip costs including fuel and toll estimates.
find_places
Search for places using OpenStreetMap geocoding service.
reverse_geocode
Get location name and address from latitude and longitude coordinates.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client