Releases: justrouting/mcp
Release list
v0.1.2
JustRouting MCP v0.1.2
No changes to the server itself — this release adds prebuilt binaries and a one-line installer and fix version, so you no longer need Go to install JustRouting MCP.
What's included
Tools
route— calculate a route between two locations with driving distance and estimated travel durationgeocode— structured place and address search (name, housenumber, street, postcode, city, country), returning coordinates ready to pass toroute
Routing
- Car (driving) profile by default
- Motorcycle profile
Platform
- MCP stdio transport
- Built on the official JustRouting Go client v0.3.0 and the MCP Go SDK
- CI via GitHub Actions (build, vet, test)
Install
curl -fsSL https://raw.githubusercontent.com/justrouting/mcp/main/install.sh | shNo Go required. Pin a version with:
curl -fsSL https://raw.githubusercontent.com/justrouting/mcp/main/install.sh | JUSTROUTING_MCP_VERSION=v0.1.1 shPrefer to download by hand? Grab the archive for your platform from the assets below. Go users can also keep using:
go install github.com/justrouting/mcp/cmd/justrouting-mcp@latestGet your free API key from https://justrouting.tech/, then add the server to your MCP client config (see the README for Claude and Cursor examples).
Notes
Route geometry, alternative routes, waypoints, and distance matrix are on the roadmap. See the README for details.
v0.1.1
JustRouting MCP v0.1.1
No changes to the server itself — this release adds prebuilt binaries and a one-line installer, so you no longer need Go to install JustRouting MCP.
What's included
Tools
route— calculate a route between two locations with driving distance and estimated travel durationgeocode— structured place and address search (name, housenumber, street, postcode, city, country), returning coordinates ready to pass toroute
Routing
- Car (driving) profile by default
- Motorcycle profile
Platform
- MCP stdio transport
- Built on the official JustRouting Go client v0.3.0 and the MCP Go SDK
- CI via GitHub Actions (build, vet, test)
Install
curl -fsSL https://raw.githubusercontent.com/justrouting/mcp/main/install.sh | shNo Go required. Pin a version with:
curl -fsSL https://raw.githubusercontent.com/justrouting/mcp/main/install.sh | JUSTROUTING_MCP_VERSION=v0.1.1 shPrefer to download by hand? Grab the archive for your platform from the assets below. Go users can also keep using:
go install github.com/justrouting/mcp/cmd/justrouting-mcp@latestGet your free API key from https://justrouting.tech/, then add the server to your MCP client config (see the README for Claude and Cursor examples).
Notes
Route geometry, alternative routes, waypoints, and distance matrix are on the roadmap. See the README for details.
JustRouting MCP v0.1.0
JustRouting MCP v0.1.0
The first release of the JustRouting MCP server — bring Southeast Asia road routing to AI assistants like Claude and Cursor.
What's included
Tools
route— calculate a route between two locations with driving distance and estimated travel durationgeocode— structured place and address search (name, housenumber, street, postcode, city, country), returning coordinates ready to pass toroute
Routing
- Car (driving) profile by default
- Motorcycle profile
Platform
- MCP stdio transport
- Built on the official JustRouting Go client v0.3.0 and the MCP Go SDK
- CI via GitHub Actions (build, vet, test)
Install
go install github.com/justrouting/mcp/cmd/justrouting-mcpGet your free API key from https://justrouting.tech/, then add the server to your MCP client config (see the README for Claude and Cursor examples).
Notes
This is an initial release — route geometry, alternative routes, waypoints, and distance matrix are on the roadmap. See the README for details.