MyRouteOnline
Official4 toolsby myrouteonline
Multi-stop route optimization, navigation links, and email delivery. Powered by MyRouteOnline.
Optimizes multi-stop routes with navigation and email delivery integration.
Captured live from the server via tools/list.
getOneTimeCode
Request a one-time authentication code to be sent via email. This code is required for all other operations.
Parameters (1)
- loginEmailstringrequired
Email address to receive the one-time code
startOptimization
Start a route optimization job with multiple addresses. Authenticate with either (otpCode + otpEmail) or mroApiKey.
Parameters (5)
- otpCodestring
6-digit one-time code received via email (required if mroApiKey is not provided)
- otpEmailstring
Email address that received the one-time code (required if mroApiKey is not provided)
- mroApiKeystring
MyRouteOnline API key (alternative to otpCode + otpEmail, obtained from MyRouteOnline support)
- addressesarrayrequired
List of addresses to optimize (minimum 3)
- startTimeHHMMstring
Start time in HH:MM format (default: 08:00)
checkOptimization
Check the status and results of a route optimization job. Returns the optimized route when complete. Authenticate with either (otpCode + otpEmail) or mroApiKey.
Parameters (4)
- otpCodestring
6-digit one-time code (required if mroApiKey is not provided)
- otpEmailstring
Email address (required if mroApiKey is not provided)
- mroApiKeystring
MyRouteOnline API key (alternative to otpCode + otpEmail, obtained from MyRouteOnline support)
- jobTokenstringrequired
Job token returned from startOptimization
emailResults
Email the optimized route results with navigation links to a specified email address. Authenticate with either (otpCode + otpEmail) or mroApiKey.
Parameters (5)
- otpCodestring
6-digit one-time code (required if mroApiKey is not provided)
- otpEmailstring
Email address (required if mroApiKey is not provided)
- mroApiKeystring
MyRouteOnline API key (alternative to otpCode + otpEmail, obtained from MyRouteOnline support)
- jobTokenstringrequired
Job token from completed optimization
- toEmailstringrequired
Recipient email address
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://planner.myrouteonline.com/ws_api_ai/mcpclaude_desktop_config.json
{
"mcpServers": {
"myrouteonline": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://planner.myrouteonline.com/ws_api_ai/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.