eve-online-traffic-mcp
by kongyo2·★ 4·Score 36
An MCP server for EVE Online traffic, navigation, and system information using both the official ESI API and SDE data.
Overview
This MCP server provides comprehensive tools for EVE Online data access, including name-to-ID conversion for various entities, system information retrieval, stargate details, and route calculation. It integrates data from multiple sources: the official ESI API for real-time data, the Static Data Export (SDE) API for comprehensive universe information, and the EVE-KILL API for killmail tracking and analysis. The server supports batch processing of requests and provides automatic name resolution to make data more human-readable.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this MCP server if you're working with EVE Online data, need route planning between systems, or want to analyze traffic patterns in the EVE universe.
When NOT to choose this
Don't choose this if you need access to character-specific private data, as this server only provides public universe information and doesn't support authentication.
Tools this server exposes
10 tools extracted from the READMEsolar_system_name_to_idConvert solar system names to their IDs
station_name_to_idConvert station names to their IDs
region_name_to_idConvert region names to their IDs
universal_name_to_idConvert any EVE Online entity names to their IDs
solar_system_infoGet comprehensive solar system information from ESI and SDE APIs
stargate_infoGet detailed stargate information and connections
system_connection_mapGenerate connection maps showing stargate links between systems
calculate_routeCalculate the shortest route between two EVE Online solar systems
calculate_multiple_routesCalculate routes from one origin to multiple destinations
find_systems_in_rangeFind all solar systems within a specified jump range from an origin system
Comparable tools
Installation
Installing via Smithery
To install eve-online-traffic-mcp for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@kongyo2/eve-online-traffic-mcp):
npx -y @smithery/cli install @kongyo2/eve-online-traffic-mcp --client claudeManual Installation
git clone https://github.com/kongyo2/eve-online-traffic-mcp.git
cd eve-online-traffic-mcp
npm installProduction Mode
Start the server for production use:
npm run startFAQ
- Does this MCP server require authentication?
- No authentication is required. All endpoints use public EVE Online APIs.
- What languages are supported for entity names?
- For optimal results, we recommend using English names for EVE Online entities when providing instructions to connected LLMs.
Compare eve-online-traffic-mcp with
Last updated · Auto-generated from public README + GitHub signals.