Skip to main content
Glama

eve-online-traffic-mcp

find_systems_in_range

Identify solar systems within a defined jump range from an origin system in EVE Online. Specify jump limits, route preferences, and systems to avoid for optimal navigation results.

Instructions

Find all solar systems within a specified jump range from an origin system using efficient graph traversal. Builds a stargate connection graph for accurate results.

Input Schema

NameRequiredDescriptionDefault
avoidSystemsNoOptional array of solar system names (English proper nouns) or IDs to avoid in routes
flagNoRoute preference: shortest (default), secure (high-sec only), or insecure (low/null-sec allowed)shortest
maxJumpsYesMaximum number of jumps to search (1-10)
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 routes", "items": { "type": [ "string", "number" ] }, "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" }, "maxJumps": { "description": "Maximum number of jumps to search (1-10)", "maximum": 10, "minimum": 1, "type": "number" }, "origin": { "description": "Origin solar system name (English proper noun like 'Jita') or ID", "type": [ "string", "number" ] } }, "required": [ "origin", "maxJumps" ], "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