Skip to main content
Glama

eve-online-traffic-mcp

calculate_multiple_routes

Plan efficient EVE Online travel by calculating routes from one origin to multiple destinations. Choose optimal paths based on shortest, secure, or insecure preferences, with the option to avoid specific systems.

Instructions

Calculate routes from one origin system to multiple destination systems. Useful for finding the best destination or comparing routes.

Input Schema

NameRequiredDescriptionDefault
avoidSystemsNoOptional array of solar system names (English proper nouns) or IDs to avoid in all routes
destinationsYesArray of destination solar system names (English proper nouns) or IDs (max 20)
flagNoRoute preference: shortest (default), secure (high-sec only), or insecure (low/null-sec allowed)shortest
originYesOrigin solar system name (English proper noun like 'Jita') or ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "avoidSystems": { "description": "Optional array of solar system names (English proper nouns) or IDs to avoid in all routes", "items": { "type": [ "string", "number" ] }, "type": "array" }, "destinations": { "description": "Array of destination solar system names (English proper nouns) or IDs (max 20)", "items": { "type": [ "string", "number" ] }, "maxItems": 20, "minItems": 1, "type": "array" }, "flag": { "default": "shortest", "description": "Route preference: shortest (default), secure (high-sec only), or insecure (low/null-sec allowed)", "enum": [ "shortest", "secure", "insecure" ], "type": "string" }, "origin": { "description": "Origin solar system name (English proper noun like 'Jita') or ID", "type": [ "string", "number" ] } }, "required": [ "origin", "destinations" ], "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/kongyo2/eve-online-traffic-mcp'

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