Routing24 route optimizer — Agent Skill
Plan and optimize vehicle delivery routes from natural language.
routing24-optimizer is an Agent Skill for driving Routing24 route
optimization through its routing24_* tools. It turns a list of stops and
vehicles into an optimized, shareable multi-stop route plan.
The tools arrive over Routing24's hosted MCP server at https://routing24.ai/mcp, added
as a custom connector (OAuth 2.1) and approved once. Every call then executes in
your own signed-in https://routing24.com/app tab, which must stay open. A browser agent
already on that tab can skip the connector and reach the same tools on
document.modelContext instead.
The route optimization itself runs in your own browser, on your computer. It draws on Routing24's own services for geocoding, routing and distance matrices, and ML/LLM, under your account's session.
Install
Download the packaged skill and add it to a compatible agent (Claude / Cowork):
- Latest release:
routing24.skill - Or from routing24.com: https://routing24.com/routing24.skill
What's here
SKILL.md— the skill definition (instructions + procedure).references/— API reference (api.md), machine-readable JSON Schema (schema.json), and worked call snippets (examples.md).CHANGELOG.md— version history of the generated content.
The always-current contract is served at https://routing24.com/llms.txt.
Generated from Routing24's own types and published on release. Do not edit by
hand. Source & issues: https://routing24.com / License: Proprietary (see SKILL.md).
