Skip to main content
Glama

eve-online-traffic-mcp

get_station_agents

Retrieve details about agents at specified EVE Online stations, including types, levels, and specializations, with optional research agent inclusion.

Instructions

Get information about agents located at specific stations, including their types, levels, and specializations

Input Schema

NameRequiredDescriptionDefault
includeResearchAgentsNoWhether to identify research agents (may be slower)
stationsYesArray of station names (English proper nouns like 'Jita IV - Moon 4 - Caldari Navy Assembly Plant') or IDs to get agent information for (max 20)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "includeResearchAgents": { "default": false, "description": "Whether to identify research agents (may be slower)", "type": "boolean" }, "stations": { "description": "Array of station names (English proper nouns like 'Jita IV - Moon 4 - Caldari Navy Assembly Plant') or IDs to get agent information for (max 20)", "items": { "type": [ "string", "number" ] }, "maxItems": 20, "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