MCP Catalogs
Home

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.

ai-llmgamesdeveloper-tools
1
Forks
0
Open issues
10 mo ago
Last commit
2d ago
Indexed

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:

you:Route planning between solar systems with security considerations
you:Analyzing system connections and traffic patterns in EVE Online
you:Converting between entity names and IDs for data processing
you:Does this MCP server require authentication?
you:What languages are supported for entity names?

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 README
  • solar_system_name_to_id

    Convert solar system names to their IDs

  • station_name_to_id

    Convert station names to their IDs

  • region_name_to_id

    Convert region names to their IDs

  • universal_name_to_id

    Convert any EVE Online entity names to their IDs

  • solar_system_info

    Get comprehensive solar system information from ESI and SDE APIs

  • stargate_info

    Get detailed stargate information and connections

  • system_connection_map

    Generate connection maps showing stargate links between systems

  • calculate_route

    Calculate the shortest route between two EVE Online solar systems

  • calculate_multiple_routes

    Calculate routes from one origin to multiple destinations

  • find_systems_in_range

    Find all solar systems within a specified jump range from an origin system

Comparable tools

eve-online-market-data-mcpeve-online-fleet-mcpeve-online-ui-mcp

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 claude

Manual Installation

git clone https://github.com/kongyo2/eve-online-traffic-mcp.git
cd eve-online-traffic-mcp
npm install

Production Mode

Start the server for production use:

npm run start

FAQ

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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.