Skip to main content
Glama
32n1

EVE Online Companion MCP Server

by 32n1

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

eve_auth_login

SSO login (blocks until callback)

eve_auth_start

SSO login (non-blocking, open localhost:8834)

eve_auth_status

Auth status + character info

Character

eve_character_info

Name, corp, alliance, wallet, SP, location, ship

eve_character_skills

Filter skills by group or name

eve_character_skillqueue

Current skill queue with times

eve_character_implants

Equipped implants

Location

eve_location_current

System, station, ship, online status

eve_route_plan

Calculate route (shortest/secure/insecure)

eve_set_destination

Set autopilot destination in-game

Fittings

eve_fitting_list

Saved fittings (EFT format)

eve_fitting_save

Save fitting from EFT string

eve_fitting_analyze

Fitting analysis (tank, DPS, cap — Dogma-based)

Market

eve_market_price

Price check (Jita default, other regions possible)

eve_market_appraise

Appraise item list (copy-paste from game)

eve_market_orders

Your active buy/sell orders

Intel

eve_intel_character

Pilot intel: corp, kills, danger rating, top ships

eve_intel_corporation

Corp intel: members, alliance, killboard stats

eve_intel_system

System intel: kills, jumps, NPC kills, ratting

eve_killmail_analyze

Breakdown killmail: fit, attacker, damage

Assets

eve_assets_search

Search assets by name/type

eve_wallet_balance

Wallet balance

eve_wallet_journal

Recent wallet entries

Universe

eve_type_info

Item/ship details with Dogma attributes

eve_system_info

System details: sec, region, stations

eve_search

Universal search (chars, corps, systems, items)

Wiki

eve_wiki_search

Search EVE University Wiki

eve_wiki_article

Read wiki article (as Markdown)

Fleet

eve_fleet_info

Fleet status (if in fleet)


Setup

1. EVE Developer Application

  1. Go to https://developers.eveonline.com/

  2. "Create New Application"

  3. Application Type: Authentication & API Access

  4. Callback URL: http://localhost:8834/callback

  5. Select all scopes from the list below

  6. 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.v1

2. Installation

git clone <repo>
cd eve
npm install
npm run build

3. Configuration

mkdir -p ~/.eve-mcp

Create ~/.eve-mcp/config.json:

{
  "clientId": "deine-client-id-von-ccp",
  "callbackUrl": "http://localhost:8834/callback",
  "userAgent": "eve-mcp-companion/1.0 (dein-character-name)"
}
Install Server
F
license - not found
A
quality
Not graded
maintenance - not tested

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

View all MCP Connectors

Latest Blog Posts

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