MCP Catalogs
首页

eve-online-mcp

by kongyo2·7·综合分 38

通过 ESI API 访 EVE 在线市场数据的服务器,提供价格、订单、历史和结构体市场数据功能。

ecommerceai-llmdeveloper-tools
2
Forks
0
活跃 Issue
10 个月前
最近提交
2 天前
收录于

概述

EVE 在线市场 MCP 服务器通过 ESI API 全面访问 EVE 在线市场数据。它实现了所有核心 MCP 协议要求,并提供了七个独特的市场分析工具:获取市场价格、市场订单、市场历史、市场分组、结构体订单、市场统计和特定结构体订单。该服务器处理速率限制、错误处理以及访问私有结构体市场数据的认证流程。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:EVE 在线玩家和交易者的游戏市场分析
:与交易机器人的集成,实现自动化市场操作
:EVE 在线宇宙内经济研究和趋势分析
:这个 MCP 服务器需要认证吗?
:此服务器如何处理 ESI 速率限制?

什么时候选它

当您需要通过MCP访问全面的EVE在线市场数据,包括公共端点和认证端点时,选择此服务器进行市场分析。

什么时候不要选它

如果您需要亚秒级更新的实时市场数据,请不要选择此服务器,因为它依赖于具有固有延迟的ESI API。

此 server 暴露的工具

从 README 抽取出 10 个工具
  • get-market-prices

    Get all EVE Online items' adjusted and average prices

  • get-market-orders

    Get market orders for a specific region with optional filtering

  • get-market-history

    Get historical market data for a specific item in a region

  • get-market-groups

    Get grouped market data for a specific item in a region

  • get-structure-orders

    Get all market orders for a specific structure

  • get-market-stats

    Get market statistics for a specific region

  • get-structure-type-orders

    Get market orders for a specific item type in a structure

  • get-auth-url

    Get authentication URL for EVE Online SSO

  • authenticate

    Exchange authorization code for access token

  • refresh-token

    Refresh expired access token using refresh token

可对比工具

esi-api-wrappereve-online-data-toolsmarket-analyzer-mcp

安装

安装

通过 Smithery 安装

npx -y @smithery/cli install @kongyo2/eve-online-mcp --client claude

手动安装

  1. 安装依赖项:
npm install
  1. 构建项目:
npm run build
  1. 启动服务器:
npm start

Claude 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 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。