MCP server that turns Claude into an EVE Online mentor for new and returning players — explains your losses, plans your skills, checks your fits, and
MCP server that turns Claude into an EVE Online mentor for new and returning players — explains your losses, plans your skills, checks your fits, and finds your stranded assets from live EVE data. Exposed over MCP by the eve mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
Everything the assistant can do here goes through one of these:
esi-skills.read_skills.v1 — esi-skills.read_skillqueue.v1esi-location.read_location.v1 — esi-location.read_ship_type.v1esi-wallet.read_character_wallet.v1 — esi-assets.read_assets.v1recent_losses — nonecan_i_fly — optionalfit_readiness — optionalproven_fits — noneanalyze_fit — noneammo_advisor — nonecareer_test — noneisk_guidance — nonewhat_should_i_do_tonight — SSOBeing a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
You will need one environment variable: EVE_CLIENT_ID. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Eve's toolset — esi-skills.read_skills.v1, esi-location.read_location.v1, esi-wallet.read_character_wallet.v1 and 11 more — is a fair guide to whether it matches your workflow. It is maintained by blacksausage; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| esi-skills.read_skills.v1 | esi-skills.read_skillqueue.v1 |
| esi-location.read_location.v1 | esi-location.read_ship_type.v1 |
| esi-wallet.read_character_wallet.v1 | esi-assets.read_assets.v1 |
| recent_losses | none |
| can_i_fly | optional |
| fit_readiness | optional |
| proven_fits | none |
| analyze_fit | none |
| ammo_advisor | none |
| career_test | none |
| isk_guidance | none |
| what_should_i_do_tonight | SSO |
| remember_goal | optional |
| recall_pilot_notes | optional |
{
"mcpServers": {
"eve-mentor": {
"command": "npx",
"args": ["-y", "eve-mentor-mcp"]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| EVE_CLIENT_ID | Configuration value read at startup. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.