jita-mcp
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., "@jita-mcpvalidate my PvP Gila fit for EHP and market price"
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.
jita-mcp
An MCP server that lets Claude (and any other MCP-compatible LLM) actually fit
EVE Online ships. The LLM brings the meta knowledge — what's good for what
content — and jita-mcp answers the ground-truth questions: does this fit
work, what does it actually do, what does it cost?
Stats are computed by pyfa's fitting engine, so ship bonuses, skill multipliers, ammo selection, drone DPS, implant effects, and stacking penalties are all applied correctly. Module prices come live from ESI (Jita 4-4 sell-min, cached per ESI's rules).
What you can ask Claude
"Build me a kinetic-DPS Condor at All V. Use jita-mcp."
"I have a Vexor with Hammerhead IIs. What's the best low-slot DPS mod and tank for a buffer fit? Keep it under 50M ISK."
"Validate this Manticore fit and tell me if it's cap-stable."
"Export this fit to EFT and list every skill I need."
Related MCP server: eve-online-traffic-mcp
Tools
Tool | What it does |
| Slot layout, fitting room, base HP and resists, capacities (cargo + drone bay + every specialised hold), ship bonuses, required skills. |
| Ranked module candidates for a goal + slot (max DPS, max EHP, max speed, specific damage types). Auto-picks best ammo for damage goals. Returns Jita 4-4 prices per candidate. |
| Validates a complete fit. Returns CPU/PG/calibration/drone bay usage, DPS by damage type, EHP per layer, resists, capacitor stability, mobility, sensor stats, total ISK cost, and a list of any problems with actionable messages. |
| Formats a fit as the EFT string EVE / pyfa accept on paste-in, plus the full recursive skill prerequisite list. |
The full schemas are exposed via MCP's list_tools; Claude reads them
automatically.
Quick start
Requires Python 3.12+ and uv.
# 1. Clone with submodules (pyfa is vendored)
git clone --recurse-submodules https://github.com/zachyt/jita-mcp
cd jita-mcp
# 2. Install deps + build pyfa's data DB (one-time, ~10s)
uv sync
uv run python scripts/build_eve_db.py
# 3. (Optional) Download the Fuzzwork SDE if you want it ready for future
# universe-data tools
python3 scripts/fetch_sde.py
# 4. Start the server
uv run jita-mcp # listens on :8080Adding it to Claude Code
claude mcp add jita-mcp --transport http http://localhost:8080/mcpRestart your Claude Code session and the five tools become available. After that, just talk to Claude about EVE fits — it'll call the tools as needed.
Adding it to Claude.ai (web)
Settings → Connectors → Add custom connector → point at your server's HTTPS URL.
Requires public HTTPS, so you'll want to deploy it (see Deployment below) or
use a tunnel like ngrok.
Day-to-day commands
Command | What it does |
| Install / sync Python deps |
| Start the MCP server on |
| Run the test suite |
| Lint |
| Rebuild |
Configuration
All via environment variables (defaults in jita_mcp/config.py):
Var | Default | Purpose |
|
| Bind address |
|
| Bind port |
|
| Fuzzwork SDE path (optional) |
Deployment
Build the production container with:
docker build -t jita-mcp:latest .
docker run -p 8080:8080 jita-mcp:latestThe Dockerfile is multi-stage and bakes everything needed (eve.db, the eos
source, our Python deps) into the runtime image. Approximate sizes: ~400 MB
compressed, ~2 GB on disk.
Point any HTTPS-fronted host (Fly.io, Lightsail, your own VPS) at the container and add the URL as a custom connector in Claude.
License
GPL-3.0-or-later. The project links pyfa's eos engine (LGPL-3.0) and ships pyfa's bundled data; GPL-3.0 satisfies both.
Credits
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/zachyt/jita-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server