eve-online-traffic-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| solar_system_name_to_idA | Convert EVE Online solar system names to their corresponding IDs using ESI API |
| station_name_to_idA | Convert EVE Online station names to their corresponding IDs using ESI API |
| region_name_to_idB | Convert EVE Online region names to their corresponding IDs using ESI API |
| universal_name_to_idA | Convert EVE Online entity names (systems, stations, regions, etc.) to their corresponding IDs using ESI API |
| solar_system_infoA | Get comprehensive solar system information from both ESI and SDE APIs, including security status, connections, and celestial objects |
| stargate_infoB | Get comprehensive stargate information from both ESI and SDE APIs, including connections and positions |
| system_connection_mapA | Get a map of system connections by analyzing stargate data for given solar systems |
| region_infoA | Get comprehensive region information from both ESI and SDE APIs, including constellations, systems, and boundaries |
| constellation_infoA | Get comprehensive constellation information from both ESI and SDE APIs, including systems and boundaries |
| region_systems_listA | Get a comprehensive list of all solar systems in specified regions with their security status and constellation information |
| calculate_routeB | Calculate the shortest route between two EVE Online solar systems using ESI API. Supports system names or IDs. |
| calculate_multiple_routesA | Calculate routes from one origin system to multiple destination systems. Useful for finding the best destination or comparing routes. |
| find_systems_in_rangeA | 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. |
| get_system_combat_statsA | Get raw combat statistics for a solar system by system ID including ESI pod/ship kills (1-hour and 12-hour) and recent killmails from EVE-KILL. Returns unprocessed data without analysis. Requires numeric system ID (use solar_system_name_to_id tool to convert system names to IDs). |
| get_station_servicesA | Get comprehensive station information including available services, docking capabilities, and reprocessing facilities. Supports both station IDs and names. |
| get_system_stationsB | Get all stations in specified solar systems with their available services and facilities information. |
| find_stations_with_servicesA | Find stations that offer specific services within specified systems or regions. Useful for finding trading hubs, reprocessing facilities, or other specialized services. |
| get_station_agentsA | Get information about agents located at specific stations, including their types, levels, and specializations |
| find_nearest_landmarksA | Find the nearest EVE Online landmarks to a specified solar system. Returns landmarks sorted by distance with detailed information including descriptions and positions. |
| find_nearest_trade_hubB | Find the nearest trade hub to a specified solar system and provide detailed route information. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| eve-entity-lookup | Generate a summary of EVE Online entities with their IDs |
| eve-system-analysis | Analyze solar system information and connections |
| eve-route-planning | Calculate and analyze a route between two EVE Online solar systems |
| eve-range-analysis | Find systems within jump range for activity planning |
| eve-combat-analysis | Analyze combat activity and danger level for a solar system |
| eve-danger-assessment | Find the most dangerous systems in a region or area |
| eve-station-analysis | Analyze station services and facilities |
| eve-service-finder | Find stations with specific services in a given area |
| eve-agent-finder | Analyze agents available at specific stations |
| eve-landmark-finder | Find the nearest EVE Online landmarks to a solar system |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| EVE Traffic MCP Info |
TDQS
Scored across 20 tools
Most tools have distinct purposes, but there is some overlap between route calculation tools (calculate_route and calculate_multiple_routes) and between info retrieval tools (solar_system_info, constellation_info, region_info, stargate_info) that could cause minor confusion. The descriptions help clarify differences, such as single vs. multiple destinations for routes.
Tool names follow a consistent snake_case pattern throughout, with clear verb_noun structures (e.g., calculate_route, get_station_services). Minor deviations exist, such as find_nearest_landmarks vs. get_system_combat_stats, but overall naming is predictable and readable.
With 20 tools, the count is slightly high but reasonable for the broad scope of EVE Online traffic and data retrieval. It covers routing, system info, conversions, and station services without feeling excessively bloated, though some consolidation might improve focus.
The tool set provides comprehensive coverage for EVE Online traffic and data needs, including route calculation, system/region/constellation info, ID conversions, station services, and combat stats. There are no obvious gaps; agents can perform full workflows from name resolution to detailed analysis.