eve-sde-mcp

eve-sde-mcp

MCP server providing read-only access to Eve Online's Static Data Export (SDE), including ship stats, module attributes, universe data, blueprints, and more. Enables queries via tools like search_types, get_type, and compare_types.

Category
访问服务器

README

eve-sde-mcp

MCP server providing access to Eve Online's Static Data Export (SDE) and live character data via the ESI API — ship stats, module attributes, universe data, industry blueprints, character skills, and more.

Static data is powered by the Fuzzwork SQLite conversion of CCP's SDE. Live data uses EVE SSO OAuth with PKCE (no client secret needed).

Tools

Static Data (SDE)

Tool Description
search_types Search items by name with category/group filters
get_type Full type detail with dogma attributes, effects, and traits
get_type_attributes Dogma attributes (CPU, PG, damage, resists, etc.)
get_type_effects Effects and slot type (hi/med/low/rig)
compare_types Side-by-side attribute comparison for multiple types
get_group Inventory group with all types
get_category Inventory category with child groups
get_market_group Market group tree navigation
search_systems Search solar systems by name
get_system System details, connected systems, stations
get_region Region with constellations
get_station Station details
get_blueprint Blueprint materials, products, skills, time
search_blueprints Find blueprints by product name
query_sde Raw read-only SQL against the SDE
get_sde_status SDE version, download date, table list
refresh_sde Download/update the SDE from Fuzzwork

Live Character Data (ESI)

Tool Description
esi_login Start EVE SSO OAuth login flow
esi_status Show authenticated characters and token status
esi_logout Remove stored tokens for a character
esi_switch_character Switch active character for queries
get_character_skills All trained skills with SDE-enriched names and groups
get_skill_queue Current skill training queue
get_character_attributes Character attributes (int/mem/per/will/cha)
check_skill_requirements Check if character meets skill reqs for a ship/module

Market & Trading (ESI)

Tool Description
get_wallet_balance Character ISK balance
get_character_orders Open market orders with item names
get_order_history Completed/cancelled/expired orders
get_wallet_journal ISK income/expense log
get_wallet_transactions Recent market buys/sells with item names
get_market_prices Global average/adjusted prices (public)
get_region_orders Market orders for an item in a region (public)
get_market_history Daily price/volume history for an item (public)

Industry & Assets (ESI)

Tool Description
get_industry_jobs Active/recent manufacturing, research, invention jobs
get_industry_cost_indices System cost indices for industry (public)
get_character_assets Items in hangars/containers with names
get_character_contracts Courier, item exchange, auction contracts

Setup

Requires Node.js 20+.

git clone https://github.com/ramonvanalteren/eve-sde-mcp.git
cd eve-sde-mcp
npm install
npm run build

The SDE database (~460MB) is auto-downloaded to ~/.eve-sde/eve.db on first run.

Claude Desktop / Claude Chat

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "eve-sde": {
      "command": "node",
      "args": ["/path/to/eve-sde-mcp/dist/index.js"]
    }
  }
}

Restart Claude Desktop to connect.

ESI Authentication

To use the live character data tools, you need an EVE SSO application:

  1. Register at https://developers.eveonline.com — create an app with "Authentication & API Access", callback URL http://localhost:8085/callback
  2. Create ~/.eve-sde/config.json:
    { "clientId": "your_client_id_here" }
    
  3. Use the esi_login tool — it opens a browser for EVE SSO login and stores encrypted tokens locally

Tokens are encrypted at rest (AES-256-GCM) and stored in ~/.eve-sde/auth.db. Only read-only skill scopes are requested. Multi-character support is built in.

Development

npm run dev          # Run with tsx (no build needed)
npm test             # Run test suite
npm run test:watch   # Watch mode
npm run build        # Compile TypeScript

Data

  • SDE: ~/.eve-sde/eve.db — use refresh_sde to update
  • Auth tokens: ~/.eve-sde/auth.db — encrypted, use esi_logout to remove
  • Config: ~/.eve-sde/config.json — EVE SSO Client ID
  • The query_sde tool allows arbitrary SELECT queries for anything the specific tools don't cover

License

MIT

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选