Skip to main content
Glama

API-Market MCP Server

by Noveum

best_route_bw_start_and_stop

Calculate the optimal route between a start and end point, including optional waypoints and avoidance of tolls, highways, or ferries using the API-Market MCP Server.

Instructions

Finding optimal route from a origin to a destination, passing through multiple waypoints(optional).

Input Schema

NameRequiredDescriptionDefault
avoid_ferriesNoAvoid ferries
avoid_highwaysNoAvoid highways
avoid_tollsNoAvoid tolls
destinationYesThe location to which you wish to calculate directions.
originYesThe location from which you wish to calculate directions.
start_timeNoTime when travel is expected to start. You can specify the time as an integer in seconds since midnight, January 1, 1970 UTC or you can use 'now' to specify the current time.
waypointsNoAn array of intermediate locations to include along the route between the origin and destination points as pass through locations. Maximum: 23 per request.

Input Schema (JSON Schema)

{ "properties": { "avoid_ferries": { "description": "Avoid ferries", "type": "boolean" }, "avoid_highways": { "description": "Avoid highways", "type": "boolean" }, "avoid_tolls": { "description": "Avoid tolls", "type": "boolean" }, "destination": { "description": "The location to which you wish to calculate directions.", "type": "string" }, "origin": { "description": "The location from which you wish to calculate directions.", "type": "string" }, "start_time": { "description": "Time when travel is expected to start. You can specify the time as an integer in seconds since midnight, January 1, 1970 UTC or you can use 'now' to specify the current time.", "type": "string" }, "waypoints": { "description": "An array of intermediate locations to include along the route between the origin and destination points as pass through locations. Maximum: 23 per request.", "type": "string" } }, "required": [ "origin", "destination" ], "type": "object" }

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/Noveum/api-market-mcp-server'

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