Skip to main content
Glama

API-Market MCP Server

by Noveum

distance_and_duration_bw_starts_and_stops

Calculate optimal route distance and driving time between multiple origin and destination points on real road networks. Specify coordinates, avoid tolls, highways, or ferries, and set start times for accurate results.

Instructions

Calculate length and driving time of the optimal routes between origin and destination points on the real road network.

Input Schema

NameRequiredDescriptionDefault
avoid_ferriesNoAvoid ferries
avoid_highwaysNoAvoid highways
avoid_tollsNoAvoid tolls
destinationsNoList of destinations described as semicolon-delimited coordinate pairs with latitudes and longitudes. If not specified, an n x n matrix will be generated using the origins. Maximum 25 pairs per request.
originsYesList of origins described as semicolon-delimited coordinate pairs with latitudes and longitudes. Maximum 25 pairs per request.
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.

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" }, "destinations": { "description": "List of destinations described as semicolon-delimited coordinate pairs with latitudes and longitudes. If not specified, an n x n matrix will be generated using the origins. Maximum 25 pairs per request.", "type": "string" }, "origins": { "description": "List of origins described as semicolon-delimited coordinate pairs with latitudes and longitudes. Maximum 25 pairs per request.", "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" } }, "required": [ "origins" ], "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