isthereanydeal-mcp

isthereanydeal-mcp

Enables querying game deals, prices, and managing collections using the IsThereAnyDeal API with 53 specialized tools.

Category
访问服务器

README

isthereanydeal-mcp

基于 IsThereAnyDeal API 的 MCP(Model Context Protocol)服务。

设计原则

  • 不提供任何“通用 API 调用”工具
  • 每个 ITAD API operation 对应一个独立 MCP tool
  • 当前对官方 OpenAPI 的 53 个 operation 全量覆盖
  • apikey 通过环境变量传入

功能

输入结构(所有 tool 统一)

每个 tool 都使用以下输入字段(按接口需要填写):

  • pathParams: 路径参数对象(例如 { "shopId": 61 }
  • query: query 参数对象(例如 { "id": "uuid", "country": "US" }
  • headers: 请求头对象(例如 { "ITAD-Profile": "xxx" }
  • body: 请求体(对象或数组)
  • oauthToken: OAuth token(仅 oauth 接口可用,可选)

每个 tool 会按对应 endpoint 自动校验必填参数。

调用说明

已补充完整调用文档(含鉴权、返回格式、示例、每个 tool 的必填参数):

另外,为了让“只看 MCP 能力而看不到仓库文件”的 Agent 也能获取说明,服务额外暴露了两个 MCP Resource:

  • itad://guide/calling:Markdown 调用说明(人类可读)
  • itad://endpoints/index.json:53 个 tool 的机器可读元数据

环境要求

安装

npm install

配置 API Key(环境变量)

Key 鉴权接口需要设置以下任意一个环境变量:

  • ITAD_API_KEY(推荐)
  • ISTHEREANYDEAL_API_KEY
  • APIKEY
  • apikey

例如:

export ITAD_API_KEY="你的_isthereanydeal_api_key"

OAuth 接口可使用:

export ITAD_OAUTH_TOKEN="你的_oauth_token"

启动

npm start

服务使用 stdio 方式与 MCP Client 通信。

在 MCP Client 中配置示例

{
  "mcpServers": {
    "isthereanydeal": {
      "command": "node",
      "args": ["/path/to/isthereanydeal-mcp/src/index.js"],
      "env": {
        "ITAD_API_KEY": "your_api_key"
      }
    }
  }
}

全量工具清单(53 个)

  • collection_copies_v1_delete -> DELETE /collection/copies/v1
  • collection_copies_v1_get -> GET /collection/copies/v1
  • collection_copies_v1_patch -> PATCH /collection/copies/v1
  • collection_copies_v1_post -> POST /collection/copies/v1
  • collection_games_v1_delete -> DELETE /collection/games/v1
  • collection_games_v1_get -> GET /collection/games/v1
  • collection_games_v1_put -> PUT /collection/games/v1
  • collection_groups_v1_delete -> DELETE /collection/groups/v1
  • collection_groups_v1_get -> GET /collection/groups/v1
  • collection_groups_v1_patch -> PATCH /collection/groups/v1
  • collection_groups_v1_post -> POST /collection/groups/v1
  • deals_v2 -> GET /deals/v2
  • games_bundles_v2 -> GET /games/bundles/v2
  • games_history_v2 -> GET /games/history/v2
  • games_historylow_v1 -> POST /games/historylow/v1
  • games_info_v2 -> GET /games/info/v2
  • games_lookup_v1 -> GET /games/lookup/v1
  • games_overview_v2 -> POST /games/overview/v2
  • games_prices_v3 -> POST /games/prices/v3
  • games_search_v1 -> GET /games/search/v1
  • games_storelow_v2 -> POST /games/storelow/v2
  • games_subscriptions_v1 -> POST /games/subs/v1
  • internal_earlyaccess_v1 -> GET /internal/early-access/v1
  • internal_exfgls_v1 -> GET /internal/exfgls/v1
  • internal_hltb_v1 -> GET /internal/hltb/v1
  • internal_players_v1 -> GET /internal/players/v1
  • internal_rates_v1 -> GET /internal/rates/v1
  • internal_reviews_v1 -> GET /internal/reviews/v1
  • internal_twitchstream_v1 -> GET /internal/twitch/stream/v1
  • internal_wsgf_v1 -> GET /internal/wsgf/v1
  • lookup_gid_shopid_v1 -> POST /lookup/id/shop/{shopId}/v1
  • lookup_gid_title_v1 -> POST /lookup/id/title/v1
  • lookup_shopid_gid_v1 -> POST /lookup/shop/{shopId}/id/v1
  • notifications_list_v1_get -> GET /notifications/v1
  • notifications_read_all_v1_put -> PUT /notifications/read/all/v1
  • notifications_read_v1_put -> PUT /notifications/read/v1
  • notifications_waitlist_v1_get -> GET /notifications/waitlist/v1
  • profiles_link_v1_delete -> DELETE /profiles/link/v1
  • profiles_link_v1_put -> PUT /profiles/link/v1
  • profiles_sync_collection_v1_put -> PUT /profiles/sync/collection/v1
  • profiles_sync_waitlist_v1_put -> PUT /profiles/sync/waitlist/v1
  • service_shops_v1 -> GET /service/shops/v1
  • stats_most_collected_v1 -> GET /stats/most-collected/v1
  • stats_most_popular_v1 -> GET /stats/most-popular/v1
  • stats_most_waitlisted_v1 -> GET /stats/most-waitlisted/v1
  • stats_waitlist_v1 -> GET /stats/waitlist/v1
  • user_info_v2 -> GET /user/info/v2
  • user_notes_v1_delete -> DELETE /user/notes/v1
  • user_notes_v1_get -> GET /user/notes/v1
  • user_notes_v1_put -> PUT /user/notes/v1
  • waitlist_games_v1_delete -> DELETE /waitlist/games/v1
  • waitlist_games_v1_get -> GET /waitlist/games/v1
  • waitlist_games_v1_put -> PUT /waitlist/games/v1

推荐服务器

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 模型以安全和受控的方式获取实时的网络信息。

官方
精选