EVE Online Companion MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@EVE Online Companion MCP Serverwhat's the price of a Vexor Navy Issue in Jita?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
EVE Online Companion — MCP Server
An MCP (Model Context Protocol) server for Claude Code that serves as a personal EVE Online companion. It gives Claude direct access to character data, market prices, killboard intel, wiki knowledge, and more — all via natural language.
What can it do?
"Can I fly the Ishtar?" — Checks your skills and shows missing ones with training time.
"What does a Warp Disruptor II cost in Jita?" — Fetches live market data from ESI.
"How dangerous is pilot XY?" — Checks zKillboard stats, danger rating, top ships.
"Show me my fittings for the Vexor" — Lists saved fits in EFT format.
"Explain wormhole mechanics to me" — Searches the EVE University Wiki.
All 29 Tools
Category | Tools | Description |
Auth |
| SSO login (blocks until callback) |
| SSO login (non-blocking, open localhost:8834) | |
| Auth status + character info | |
Character |
| Name, corp, alliance, wallet, SP, location, ship |
| Filter skills by group or name | |
| Current skill queue with times | |
| Equipped implants | |
Location |
| System, station, ship, online status |
| Calculate route (shortest/secure/insecure) | |
| Set autopilot destination in-game | |
Fittings |
| Saved fittings (EFT format) |
| Save fitting from EFT string | |
| Fitting analysis (tank, DPS, cap — Dogma-based) | |
Market |
| Price check (Jita default, other regions possible) |
| Appraise item list (copy-paste from game) | |
| Your active buy/sell orders | |
Intel |
| Pilot intel: corp, kills, danger rating, top ships |
| Corp intel: members, alliance, killboard stats | |
| System intel: kills, jumps, NPC kills, ratting | |
| Breakdown killmail: fit, attacker, damage | |
Assets |
| Search assets by name/type |
| Wallet balance | |
| Recent wallet entries | |
Universe |
| Item/ship details with Dogma attributes |
| System details: sec, region, stations | |
| Universal search (chars, corps, systems, items) | |
Wiki |
| Search EVE University Wiki |
| Read wiki article (as Markdown) | |
Fleet |
| Fleet status (if in fleet) |
Setup
1. EVE Developer Application
"Create New Application"
Application Type: Authentication & API Access
Callback URL:
http://localhost:8834/callbackSelect all scopes from the list below
Note the Client ID (Secret Key optional, only for confidential apps)
esi-skills.read_skills.v1
esi-skills.read_skillqueue.v1
esi-clones.read_implants.v1
esi-assets.read_assets.v1
esi-wallet.read_character_wallet.v1
esi-fittings.read_fittings.v1
esi-fittings.write_fittings.v1
esi-characters.read_standings.v1
esi-killmails.read_killmails.v1
esi-location.read_location.v1
esi-location.read_ship_type.v1
esi-location.read_online.v1
esi-fleets.read_fleet.v1
esi-markets.read_character_orders.v1
esi-contracts.read_character_contracts.v1
esi-mail.read_mail.v1
esi-ui.open_window.v1
esi-ui.write_waypoint.v1
esi-search.search_structures.v1
esi-universe.read_structures.v12. Installation
git clone <repo>
cd eve
npm install
npm run build3. Configuration
mkdir -p ~/.eve-mcpCreate ~/.eve-mcp/config.json:
{
"clientId": "deine-client-id-von-ccp",
"callbackUrl": "http://localhost:8834/callback",
"userAgent": "eve-mcp-companion/1.0 (dein-character-name)"
}Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/32n1/eveMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server