← Registry

Game Development

eve-kill.com

Provides search and detailed information about EVE Online entities, characters, corporations, and killmails.

1 endpoint45 known toolsFirst detected May 10, 2026Last detected August 17, 2026

ENDPOINT 1

https://mcp.eve-kill.com/mcp

No auth detected

MCP server metadata

Name
evekill-mcp
Version
22d6350df26f35fa12e027fd1657aad693b3dea7
Capabilities
tools

Known tools 45

search

Search across EVE Online entities by name or ticker.

Inferred read-only
entity_overview

Summary stats card for a character, corporation, alliance, ship type, system, or region.

Inferred read-only
entity_kills

Recent killmails involving an entity.

Inferred read-only
killmail

Full detail of a single killmail: victim, all attackers, final blow, ship, location, ISK value, point total.

Inferred read-only
killmail_fitting

Structured fit for a killmail: modules grouped by slot (high/med/low/rig/subsystem) + drones + charges, plus fit hash and family hash (variant cluster key).

Inferred read-only
dogma_eval

Compute dogma stats for a fit: DPS, alpha, EHP (shield/armor/hull), cap (stable/time-to-empty), align time, max velocity, signature, targeting, fitting (PG/CPU/calibration).

Inferred read-only
fit_compare

Diff two fits stat-by-stat.

Inferred read-only
ship_info

Static SDE data for a hull: class/race/tech, all slots, base HP + resist profile, speed/sig/align inputs, sensor profile, drone bay, cargo, PG/CPU/calibration.

Inferred read-only
item_info

Static SDE data for a module, charge, drone, implant or booster: category/group/meta, tech level, fitting cost (PG/CPU/calibration), activation cost + cycle, range, tracking, variants within the family.

Potential side effects
system_info

Static + topological info for a solar system: sec status + band, region, constellation, adjacent systems (stargate neighbors with their sec status), station count, whether the system is a pipe bottleneck (only reachable via N neighbors).

Inferred read-only
ship_compare

Side-by-side hull stat comparison between two ships — base HP, resists, speed, fitting, drone bay, sensors.

Inferred read-only
doctrine_detect

Identify dominant fit doctrines for a character/corporation/alliance in a time window.

Inferred read-only
meta_pulse

Global doctrine/meta scan.

Inferred read-only
killmail_forensics

Post-mortem on a killmail.

Potential side effects
coalition_graph

Time-windowed alliance co-occurrence graph derived from battle teams.

Inferred read-only
character_history

Inferred corporation and alliance membership history for a character, derived from ordered killmails they appeared in (as attacker or victim).

Inferred read-only
pilot_efficiency

Per-pilot performance stats, optionally scoped to a ship type.

Inferred read-only
flies_with

Frequent wingmates of a character — who they most often appear alongside on killmails in the last 90 days.

Inferred read-only
hunts_in

Preferred hunting grounds of a character — systems where they most often appear on killmails in the last 90 days.

Inferred read-only
hunted_by

Characters who most often kill this character (last 90 days).

Inferred read-only
preys_on

Characters who this character most often kills (last 90 days).

Inferred read-only
compare

Head-to-head between two characters (last 90 days).

Inferred read-only
kills_with

Count of killmails where two characters were both attackers (same side), with optional filters: what each side was flying, what was killed, where, and when.

Inferred read-only
ships_used

How many kills/losses a character (or corp/alliance) racked up while flying various ships, with optional single-ship focus and time window.

Inferred read-only
battle_report

Breakdown of a single battle: teams, per-alliance or per-corp kill/loss tallies, total ISK destroyed, duration, location.

Inferred read-only
find_battles

Recent battles matching filters.

Inferred read-only
entity_top

Top-N breakdown for a character, corporation, or alliance on one dimension.

Inferred read-only
entity_timeline

Activity over time for an entity: kills, losses, ISK destroyed/lost bucketed by day/month/year.

Inferred read-only
system_pulse

Activity heat for a solar system over a window.

Inferred read-only
expensive_losses

Most valuable killmails matching filters.

Inferred read-only
capsuleer_dossier

One-shot character intel report combining overview stats, top ships/systems, archetype tags (FC/CAPITAL/SUPER/BLOPS/LOGI/CYNO/GANKER/NEWBIE) derived from 90d flight history, top wingmates, and playstyle breakdown.

Inferred read-only
killmail_story

A single killmail rendered as a short narrative: victim, ship, what system, how many attackers, who landed final blow, and contextual color (ISK value, sec status, time).

Inferred read-only
route_danger

Stargate route between two solar systems, annotated per-hop with security band, recent kill count, and a danger score.

Inferred read-only
war_report

Head-to-head report between two entities (characters, corporations, or alliances).

Inferred read-only
global_pulse

Global activity firehose: hottest solar systems, most active alliances and corporations over a recent window (default 1 hour).

Inferred read-only
me_dossier

Your own full intel dossier: lifetime stats, archetype tags (FC/CAPITAL/BLOPS/LOGI/etc.), 90d playstyle, top ships, top systems, top wingmates.

Inferred read-only
me_overview

Your lifetime kill/loss stats card with top ships/systems/corps.

Inferred read-only
me_kills

Your recent killmails.

Inferred read-only
me_flies_with

Your frequent wingmates from Memgraph (last 90 days).

Inferred read-only
me_hunts_in

Your preferred hunting grounds — systems you're most active in.

Inferred read-only
me_hunted_by

Characters who most often kill you — 'who hunts me'.

Inferred read-only
me_preys_on

Characters you most often kill.

Inferred read-only
me_ships_used

Your kills/losses broken down by ship flown, with optional time window and single-ship focus.

Inferred read-only
me_kills_with

How many killmails you and a partner share, with optional ship/location/time filters and breakdowns.

Inferred read-only
me_timeline

Your activity over time (kills/losses/ISK per day/month/year).

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.evekill-mcp]
url = "https://mcp.eve-kill.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "evekill-mcp": {
      "type": "http",
      "url": "https://mcp.eve-kill.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: evekill-mcp
Remote MCP URL: https://mcp.eve-kill.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "evekill-mcp": {
      "url": "https://mcp.eve-kill.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "evekill-mcp": {
      "type": "http",
      "url": "https://mcp.eve-kill.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "evekill-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.eve-kill.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for eve-kill.com was fetched 2026-07-27T19:23:06.775Z and is being refreshed.

Trust status Trusted

eve-kill.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.