Skip to main content
Glama

route-planner

An MCP server that generates running loops with OpenRouteService and exports cached routes as GPX or approximate Google Maps walking links.

Setup

  1. Install dependencies:

    npm install
  2. Set your OpenRouteService key. The server requires ORS_API_KEY and does not fall back to another router.

    export ORS_API_KEY="your-openrouteservice-key"
  3. Confirm the ORS round-trip call works standalone:

    npm run probe:ors -- 5 "43.6532,-79.3832"
  4. Run as an mcp-use app for local HTTP testing:

    npm run dev

    The MCP endpoint is http://localhost:3000/mcp.

  5. Run with stdio transport for local MCP clients:

    npm run stdio

Related MCP server: mapbox-mcp-server

Tools

plan_route

Generates a foot-walking round trip with OpenRouteService. It retries with up to four random seeds and keeps the closest route if none are within 15% of the requested distance.

Example arguments:

{
  "distance_km": 8,
  "start": "Toronto City Hall",
  "run_type": "long",
  "avoid_hills": false
}

Returns:

{
  "total_distance_km": 8.12,
  "elevation_gain_m": 42,
  "estimated_time_min": 73,
  "summary": "8.12 km loop from Toronto City Hall; 42 m gain, about 73 min...",
  "route_id": "route_..."
}

export_route

Exports one of the last 20 planned routes from memory.

Example GPX arguments:

{
  "route_id": "route_...",
  "format": "gpx"
}

Example Google Maps link arguments:

{
  "route_id": "route_...",
  "format": "maps_link"
}

Google Maps links are approximations because the URL uses a downsampled route with at most 9 waypoints.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Geo-based flight search MCP server. Find more flights between any two places on earth

  • OSRM MCP — routing via the public demo server

  • MCP server for URL shortening and management

View all MCP Connectors

Latest Blog Posts

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/intheuniverseofaiz-eng/MCPDemo'

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