MCP Catalogs
Home

EVE-Online-OSINT-MCP

by kongyo2·10·Score 38

An MCP server providing OSINT tools for EVE Online characters, corporations, and alliances through ESI, EveWho, and zKillboard APIs.

other
3
Forks
0
Open issues
9 mo ago
Last commit
2d ago
Indexed

Overview

The EVE-Online-OSINT-MCP server enables AI assistants to gather comprehensive intelligence about EVE Online entities. It provides three main tools: character-osint for detailed character information including corporation history and zKillboard stats, corporation-osint for analyzing corporate data and member lists, and alliance-osint for examining alliance composition and leadership details. The server integrates multiple APIs with proper rate limiting and error handling.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Gathering intelligence on EVE Online players before diplomatic interactions
you:Analyzing corporation strength and activity before recruiting
you:Monitoring alliance growth and movements for strategic planning
you:Which APIs are integrated?
you:Does this require an API key?

When to choose this

Choose this MCP server if you need comprehensive OSINT capabilities specifically for EVE Online entities, especially for analyzing player behavior, organizational structures, and PvP activities.

When NOT to choose this

Avoid this server if you need OSINT capabilities for games other than EVE Online, or if you require real-time data updates beyond the API providers' refresh rates.

Tools this server exposes

3 tools extracted from the README
  • character-osintcharacterName: string

    Investigates individual EVE Online characters by name

  • corporation-osintcorporationName: string

    Analyzes EVE Online corporations by name

  • alliance-osintallianceName: string

    Examines EVE Online alliances by name

Comparable tools

eve-who-apiesi-wrapperzkillboard-api

Installation

Installation

Via Smithery

npx -y @smithery/cli install @kongyo2/eve-online-osint-mcp --client claude

Manual Installation

git clone https://github.com/kongyo2/EVE-Online-OSINT-MCP.git
cd EVE-Online-OSINT-MCP
npm install
npm run start

Claude Desktop Configuration

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "eve-osint": {
      "command": "node",
      "args": ["./dist/index.js"],
      "env": {}
    }
  }
}

FAQ

Which APIs are integrated?
The server integrates EVE Online ESI API, EveWho API, and zKillboard API to provide comprehensive intelligence.
Does this require an API key?
No, this server uses public APIs that don't require authentication.

Compare EVE-Online-OSINT-MCP with

GitHub →

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