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.
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:
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 READMEcharacter-osintcharacterName: stringInvestigates individual EVE Online characters by name
corporation-osintcorporationName: stringAnalyzes EVE Online corporations by name
alliance-osintallianceName: stringExamines EVE Online alliances by name
Comparable tools
Installation
Installation
Via Smithery
npx -y @smithery/cli install @kongyo2/eve-online-osint-mcp --client claudeManual Installation
git clone https://github.com/kongyo2/EVE-Online-OSINT-MCP.git
cd EVE-Online-OSINT-MCP
npm install
npm run startClaude 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
Last updated · Auto-generated from public README + GitHub signals.