Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
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 |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
solar_system_name_to_id | Convert EVE Online solar system names to their corresponding IDs using ESI API |
station_name_to_id | Convert EVE Online station names to their corresponding IDs using ESI API |
region_name_to_id | Convert EVE Online region names to their corresponding IDs using ESI API |
universal_name_to_id | Convert EVE Online entity names (systems, stations, regions, etc.) to their corresponding IDs using ESI API |
solar_system_info | Get comprehensive solar system information from both ESI and SDE APIs, including security status, connections, and celestial objects |
stargate_info | Get comprehensive stargate information from both ESI and SDE APIs, including connections and positions |
system_connection_map | Get a map of system connections by analyzing stargate data for given solar systems |
region_info | Get comprehensive region information from both ESI and SDE APIs, including constellations, systems, and boundaries |
constellation_info | Get comprehensive constellation information from both ESI and SDE APIs, including systems and boundaries |
region_systems_list | Get a comprehensive list of all solar systems in specified regions with their security status and constellation information |
calculate_route | Calculate the shortest route between two EVE Online solar systems using ESI API. Supports system names or IDs. |
calculate_multiple_routes | Calculate routes from one origin system to multiple destination systems. Useful for finding the best destination or comparing routes. |
find_systems_in_range | 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_stats | 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_services | Get comprehensive station information including available services, docking capabilities, and reprocessing facilities. Supports both station IDs and names. |
get_system_stations | Get all stations in specified solar systems with their available services and facilities information. |
find_stations_with_services | Find stations that offer specific services within specified systems or regions. Useful for finding trading hubs, reprocessing facilities, or other specialized services. |
get_station_agents | Get information about agents located at specific stations, including their types, levels, and specializations |
find_nearest_landmarks | 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_hub | Find the nearest trade hub to a specified solar system and provide detailed route information. |