eve-fit
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-fitValidate my Rifter fit and compute DPS and EHP"
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-fit-mcp
English | Русский
MCP server for EVE Online ship fitting. Lets your AI agent pick real ship modules, validate a fit against fitting limits and compute real numbers instead of hallucinating them.
Powered by official CCP data (SDE) and live market prices.
Tools
Tool | What it does |
| Find items (ships, modules, rigs, charges, drones) by name → typeId |
| Full attribute dump for one item: CPU/PWG, slots, damages, resistances, skill requirements |
| Validate a fit and compute stats: fitting limits, DPS per weapon group and drones, EHP per damage type, resistances, shield regen, capacitor stability, speed/agility |
| Jita 4-4 prices (min sell / max buy), cached ~30 min |
Skills are assumed All-5 unless overridden via the skills parameter.
Related MCP server: EVE ESI Tool
Requirements
Node.js 22.5 or newer (any current LTS is fine)
Any MCP-capable agent: OpenCode, Claude Code, Codex, etc.
Install
The easy way: let your agent do it
Paste this into your agent:
Install the MCP server from https://github.com/remandorsn/eve-fit-mcp:
1. git clone https://github.com/remandorsn/eve-fit-mcp.git ~/eve-fit-mcp
2. cd ~/eve-fit-mcp && npm install && npm run build
3. Register it as a local MCP server named "eve-fit" in your own config:
command: node, args: [~/eve-fit-mcp/dist/index.js] (use the absolute path)
On first start the server downloads the EVE SDE (~100 MB, a few minutes) automatically.
After that, verify it works by searching for "Rifter" via eve_search_items.Manual setup
git clone https://github.com/remandorsn/eve-fit-mcp.git
cd eve-fit-mcp
npm install
npm run buildNote: on first start the server downloads and imports the EVE SDE into data/ (~100 MB download, a few minutes). You only do nothing — it happens by itself. To refresh data after a game expansion, run npm run sde:update.
Then point your client at node <path-to-repo>/dist/index.js:
OpenCode
opencode.json in your project (or global config):
{
"mcp": {
"eve-fit": {
"type": "local",
"command": ["node", "/absolute/path/to/eve-fit-mcp/dist/index.js"]
}
}
}Claude Code
claude mcp add eve-fit -- node /absolute/path/to/eve-fit-mcp/dist/index.jsor a .mcp.json in the project root:
{
"mcpServers": {
"eve-fit": { "command": "node", "args": ["/absolute/path/to/eve-fit-mcp/dist/index.js"] }
}
}Codex
~/.codex/config.toml:
[mcp_servers.eve-fit]
command = "node"
args = ["/absolute/path/to/eve-fit-mcp/dist/index.js"]Any other MCP client
The server speaks standard MCP over stdio, so any client with a JSON config works:
{ "command": "node", "args": ["/absolute/path/to/eve-fit-mcp/dist/index.js"] }Example prompts
«Собери фиты на Rifter под 15 млн ISK, нужно 80+ DPS»
"Compare an Ishtar heavy-drone boat vs a VNI for Abyssal Decks, include EHP and DPS"
"Price this Hyperion fit at Jita and tell me the cheapest alternative for the mods"
Development
npm test # unit + integration tests of the dogma engine
npm run dev # run the server from source (tsx)
npm run sde:updateLicense
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceProvides real-time access to Path of Exile 2 game data including currency exchange rates, item prices, and ladder meta-build statistics. It also enables LLMs to search the community wiki and retrieve datamined game information from public APIs.85MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that integrates EVE Online's ESI API with AI assistants to enable natural language interaction with character data, market information, and assets. It provides 22 tools for managing skills, wallet balances, ship fittings, and more directly through AI-powered clients.2MIT
- AlicenseNot gradedqualityDmaintenanceRemote MCP server for EVE Online that validates ship fittings with actual stats, DPS/EHP, and live market prices, enabling LLMs to answer whether a fit works and what it costs.GPL 3.0
- AlicenseAqualityBmaintenanceEnables AI assistants to query CS2 item real-time prices, K-line data, market index, wear, and inspect images via the SteamDT API.10131MIT
Related MCP Connectors
Machine-readable utilities and datasets for AI agents.
YouTube transcripts, search, channels, playlists and bulk transcript jobs for AI agents. 14 tools.
CVE lookups (NVD) and dependency-manifest audits (OSV) for AI agents. No API keys.
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/remandorsn/eve-fit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server