Skip to main content
Glama

eve-online-traffic-mcp

calculate_route

Plan the shortest or safest route between EVE Online solar systems. Input system names or IDs, specify route preferences, and avoid specific systems for optimized navigation.

Instructions

Calculate the shortest route between two EVE Online solar systems using ESI API. Supports system names or IDs.

Input Schema

NameRequiredDescriptionDefault
avoidSystemsNoOptional array of solar system names (English proper nouns) or IDs to avoid in the route
destinationYesDestination solar system name (English proper noun like 'Amarr') or ID
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 the route", "items": { "type": [ "string", "number" ] }, "type": "array" }, "destination": { "description": "Destination solar system name (English proper noun like 'Amarr') or ID", "type": [ "string", "number" ] }, "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", "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/kongyo2/eve-online-traffic-mcp'

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