Skip to main content
Glama

eve-online-traffic-mcp

get_system_stations

Retrieve detailed station data, including services and facilities, for specified solar systems in EVE Online. Filter results by specific services to find relevant stations quickly.

Instructions

Get all stations in specified solar systems with their available services and facilities information.

Input Schema

NameRequiredDescriptionDefault
serviceFilterNoOptional array of service names or keywords to filter stations by (e.g., ['market', 'reprocessing', 'cloning'])
systemsYesArray of solar system names (English proper nouns like 'Jita', 'Amarr') or IDs to get station information for (max 20)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "serviceFilter": { "description": "Optional array of service names or keywords to filter stations by (e.g., ['market', 'reprocessing', 'cloning'])", "items": { "type": "string" }, "type": "array" }, "systems": { "description": "Array of solar system names (English proper nouns like 'Jita', 'Amarr') or IDs to get station information for (max 20)", "items": { "type": [ "string", "number" ] }, "maxItems": 20, "minItems": 1, "type": "array" } }, "required": [ "systems" ], "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