Skip to content

Releases: justrouting/mcp

v0.1.2

Choose a tag to compare

@justrouting justrouting released this 24 Sep 15:55

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 duration
  • geocode — structured place and address search (name, housenumber, street, postcode, city, country), returning coordinates ready to pass to route

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 | sh

No Go required. Pin a version with:

curl -fsSL https://raw.githubusercontent.com/justrouting/mcp/main/install.sh | JUSTROUTING_MCP_VERSION=v0.1.1 sh

Prefer 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@latest

Get 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

Choose a tag to compare

@justrouting justrouting released this 24 Sep 15:28

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 duration
  • geocode — structured place and address search (name, housenumber, street, postcode, city, country), returning coordinates ready to pass to route

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 | sh

No Go required. Pin a version with:

curl -fsSL https://raw.githubusercontent.com/justrouting/mcp/main/install.sh | JUSTROUTING_MCP_VERSION=v0.1.1 sh

Prefer 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@latest

Get 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

Choose a tag to compare

@justrouting justrouting released this 24 Sep 14:19

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 duration
  • geocode — structured place and address search (name, housenumber, street, postcode, city, country), returning coordinates ready to pass to route

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-mcp

Get 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.