eve-online-traffic
MCP server from kongyo2/eve-online-traffic-mcp
claude mcp add --transport stdio kongyo2-eve-online-traffic-mcp node dist/index.js
How to use
eve-online-traffic is an MCP server that provides comprehensive EVE Online data access by combining real-time data from the ESI API with static data from the SDE, enabling name-to-ID lookups, system information, stargate details, and route calculations. It exposes a set of tools designed to help you translate human-readable EVE Online names into IDs, inspect solar system data from multiple data sources, and compute routes or maps between systems. Typical workflows involve looking up IDs for entities (systems, stations, regions, etc.), retrieving system details (coordinates, stargates, stations), and calculating routes or ranges to support planning and analysis. The server also includes utilities for aggregating data from ESI, SDE, and EVE-KILL APIs for richer context.
How to install
Prerequisites:
- Node.js and npm installed on your machine
- Git installed
- Optional: a working internet connection for npm install and API access
Manual installation steps:
- Clone the repository: git clone https://github.com/kongyo2/eve-online-traffic-mcp.git
- Navigate to the project directory: cd eve-online-traffic-mcp
- Install dependencies: npm install
- Build the TypeScript sources (if applicable): npm run build
- Run in development mode (with CLI interactivity): npm run dev
- Run in production mode: npm run start
If you want to install via Smithery (automatic installation): npx -y @smithery/cli install @kongyo2/eve-online-traffic-mcp --client claude
Additional notes
Tips and common considerations:
- The server integrates data from ESI (real-time) and SDE (static) to provide robust name resolution and context. Ensure that API access is not blocked by rate limits or network restrictions.
- When constructing queries, prefer English entity names (e.g., "Jita", "Amarr", "The Forge") to maximize name resolution accuracy.
- If you plan to run in production, consider building the project first and running the built dist/index.js entry point to improve startup time.
- Review environment variables and API keys if you need to customize data sources, rate limits, or authentication for protected endpoints.
- This MCP server is described as beta; expect ongoing changes to APIs, data models, and capabilities.
Related MCP Servers
mcp-graphql
Model Context Protocol server for GraphQL
tableau
Tableau's official MCP Server. Helping Agents see and understand data.
filesystem
A Model Context Protocol (MCP) server for platform-agnostic file capabilities, including advanced search/replace and directory tree traversal
any-script
An MCP server that exposes arbitrary CLI tools and shell scripts as MCP Tools
prometheus
A Model Context Protocol (MCP) server implementation that provides AI agents with programmatic access to Prometheus metrics via a unified interface.
google -remote
Collection of Google-native tools (e.g., Gmail, Calendar) for the MCP