eve-online-mcp
by kongyo2·★ 7·综合分 38
通过 ESI API 访 EVE 在线市场数据的服务器,提供价格、订单、历史和结构体市场数据功能。
概述
EVE 在线市场 MCP 服务器通过 ESI API 全面访问 EVE 在线市场数据。它实现了所有核心 MCP 协议要求,并提供了七个独特的市场分析工具:获取市场价格、市场订单、市场历史、市场分组、结构体订单、市场统计和特定结构体订单。该服务器处理速率限制、错误处理以及访问私有结构体市场数据的认证流程。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您需要通过MCP访问全面的EVE在线市场数据,包括公共端点和认证端点时,选择此服务器进行市场分析。
什么时候不要选它
如果您需要亚秒级更新的实时市场数据,请不要选择此服务器,因为它依赖于具有固有延迟的ESI API。
此 server 暴露的工具
从 README 抽取出 10 个工具get-market-pricesGet all EVE Online items' adjusted and average prices
get-market-ordersGet market orders for a specific region with optional filtering
get-market-historyGet historical market data for a specific item in a region
get-market-groupsGet grouped market data for a specific item in a region
get-structure-ordersGet all market orders for a specific structure
get-market-statsGet market statistics for a specific region
get-structure-type-ordersGet market orders for a specific item type in a structure
get-auth-urlGet authentication URL for EVE Online SSO
authenticateExchange authorization code for access token
refresh-tokenRefresh expired access token using refresh token
可对比工具
安装
安装
通过 Smithery 安装
npx -y @smithery/cli install @kongyo2/eve-online-mcp --client claude手动安装
- 安装依赖项:
npm install- 构建项目:
npm run build- 启动服务器:
npm startClaude Desktop 配置
添加到 claude_desktop_config.json:
{
"mcpServers": {
"eve-online": {
"command": "node",
"args": ["eve-online-mcp/dist/index.js 的路径"],
"env": {
"NODE_ENV": "production"
}
}
}
}FAQ
- 这个 MCP 服务器需要认证吗?
- 对于公共市场数据,不需要认证。但是,要访问结构体市场数据,您需要使用 EVE Online SSI 进行认证并获取必要的 API 范围。
- 此服务器如何处理 ESI 速率限制?
- 服务器自动监控 ESI 速率限制,并在达到限制时返回适当的错误。速率限制状态在响应头中可用(x-esi-error-limit-remain 和 x-esi-error-limit-reset)。
eve-online-mcp 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。