Skip to main content
Glama

Routecraft

Routecraft is a CLI for agents that build bicycle routes one road or path at a time.

The CLI shows connected choices and source evidence. The agent selects each segment. Routecraft validates every change and records an immutable revision.

Routecraft leaves road ranking and route decisions to the agent. It does not generate loops.

What Routecraft provides

  • Road, path, surface, access, speed, control, and bicycle facility data from OpenStreetMap

  • Connected route choices that keep each exact segment reference

  • Weather, elevation, nearby places, and route comparison data

  • Optional Google map, aerial, and Street View images

  • Exact edits, hand-drawn connectors, and GPX or GeoJSON export with a Routecraft provenance file

  • The same command contracts through a CLI and an MCP server

Source data can be incomplete. Routecraft reports unknown values and never labels a road as safe.

Related MCP server: BikeScout

Requirements

Use Node.js 22 or newer.

Install from source

git clone https://github.com/quinnsprouse/routecraft.git
cd routecraft
npm install
npm run build
npm link
routecraft --version

Start an agent session

Create a separate workspace for each route.

export ROUTECRAFT_HOME="$(mktemp -d)"
routecraft guide next --json

Read result.actions from guide next. After a normal command, follow result.nextActions when that field exists.

Each executable action includes the next CLI and MCP calls with their expected results.

Load the bundled network when you want a local demo.

routecraft guide topic network --json

Run the command in result.bundledDemo.invoke.cli. Then run the returned route.create action and continue through result.nextActions.

Use a command guide before you need more options.

routecraft guide command route.append --json
routecraft guide command route.export --json

Agent skill

Routecraft includes a skill that matches the installed CLI version.

routecraft skills get core --json
routecraft skills get core --full --json

Register result.path with the agent host. Use result.content when the host accepts inline instructions.

MCP

Run routecraft mcp over standard input and output.

{
  "mcpServers": {
    "routecraft": {
      "command": "routecraft",
      "args": ["mcp"],
      "env": {
        "ROUTECRAFT_HOME": "/absolute/path/to/a/route-workspace"
      }
    }
  }
}

Routecraft hides Google imagery commands until ROUTECRAFT_GOOGLE_MAPS_API_KEY exists. Run routecraft provider status --json to inspect the current setup.

Data sources

Data

Source

Required setup

Roads, paths, surfaces, and access

OpenStreetMap and Overpass

None

Place lookup

Nominatim

Explicit public-service consent or a configured endpoint

Route weather

Open-Meteo

None for its public noncommercial endpoint

Segment elevation

USGS 3DEP

None

Map, aerial, and street images

Google Maps Platform

ROUTECRAFT_GOOGLE_MAPS_API_KEY

Personal Strava and Ride with GPS data are not implemented.

Data license

Routecraft uses road and path data from OpenStreetMap contributors. OpenStreetMap licenses this data under the ODbL.

Develop

npm ci
npm run check
npm run package:smoke

See the architecture note for the module boundaries and project patterns.

License

MIT

A
license - permissive license
-
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

  • A
    license
    B
    quality
    D
    maintenance
    A comprehensive MCP server providing 30 tools for geocoding, routing, and OpenStreetMap data analysis. It enables AI assistants to search for locations, calculate travel routes, and perform quality assurance checks on map data.
    Last updated
    30
    2
    MIT
  • A
    license
    -
    quality
    A
    maintenance
    BikeScout is a specialized MCP (Model Context Protocol) server designed for cyclists and mountain bikers. It provides intelligent trail recommendations by combining real-world map data with advanced routing analysis.
    Last updated
    19
    AGPL 3.0
  • A
    license
    -
    quality
    B
    maintenance
    Free geospatial MCP server for AI agents, providing geocoding, reverse geocoding, POI search, and route planning using OpenStreetMap data via Nominatim, Overpass, and OSRM.
    Last updated
    1
    GPL 3.0
  • A
    license
    A
    quality
    C
    maintenance
    MCP server for planning routes (hiking, biking, driving, etc.) using the OpenRouteService API. Provides tools to find coordinates, create routes with GPX/PNG/HTML output, search POIs, and compute reachable areas.
    Last updated
    6
    2
    MIT

View all related MCP servers

Related MCP Connectors

  • Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.

  • MCP server for generating rough-draft project plans from natural-language prompts.

  • DTC modular hat brand MCP server. 6 tools for AI agents: catalog, curated builds, shipping.

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/quinnsprouse/routecraft'

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