Skip to main content
Glama

eve-online-traffic-mcp

find_nearest_trade_hub

Identify the closest trade hub from a specified EVE Online solar system, calculate optimal routes, and include secondary hubs if needed for efficient navigation.

Instructions

Find the nearest trade hub to a specified solar system and provide detailed route information.

Input Schema

NameRequiredDescriptionDefault
includeSecondaryHubsNoWhether to include secondary trade hubs in the search
maxJumpsNoMaximum number of jumps to consider (1-20)
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": { "includeSecondaryHubs": { "default": false, "description": "Whether to include secondary trade hubs in the search", "type": "boolean" }, "maxJumps": { "description": "Maximum number of jumps to consider (1-20)", "maximum": 20, "minimum": 1, "type": "number" }, "origin": { "description": "Origin solar system name (English proper noun like 'Jita') or ID", "type": [ "string", "number" ] } }, "required": [ "origin" ], "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