Skip to main content
Glama

eve-online-traffic-mcp

get_station_services

Retrieve detailed station services, docking options, and reprocessing facilities in EVE Online. Input station names or IDs to fetch data, with optional system security and agent information.

Instructions

Get comprehensive station information including available services, docking capabilities, and reprocessing facilities. Supports both station IDs and names.

Input Schema

NameRequiredDescriptionDefault
includeAgentsNoWhether to include agent information (may be slower)
includeSystemInfoNoWhether to include system security status and region information
stationsYesArray of station names (English proper nouns like 'Jita IV - Moon 4 - Caldari Navy Assembly Plant') or IDs to get service information for (max 50)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "includeAgents": { "default": false, "description": "Whether to include agent information (may be slower)", "type": "boolean" }, "includeSystemInfo": { "default": true, "description": "Whether to include system security status and region information", "type": "boolean" }, "stations": { "description": "Array of station names (English proper nouns like 'Jita IV - Moon 4 - Caldari Navy Assembly Plant') or IDs to get service information for (max 50)", "items": { "type": [ "string", "number" ] }, "maxItems": 50, "minItems": 1, "type": "array" } }, "required": [ "stations" ], "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