Token导航 LogoToken导航TokenDH.com
BG
开发工具HTTP官方级别未说明来源级核验

Bgg MCP Kkjdaniel Run Tools

MCP Server

BGG MCP provides access to BoardGameGeek and a variety of board game related data through the Model Context Protocol. Enabling retrieval and filtering of board game data, user collections, and profil…

工具数

公开资料未说明
JavaScriptAPI密钥HTTP开发工具

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

最后核验

2026/5/17 23:23

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y smithery mcp add kkjdaniel/bgg-mcp

详细介绍

BoardGameGeek

BGG MCP provides access to BoardGameGeek and a variety of board game related data through the Model Context Protocol. Enabling retrieval and filtering of board game data, user collections, and profil…

Quick Start

# Connect this server (installs CLI if needed)
npx -y smithery mcp add kkjdaniel/bgg-mcp

# Browse available tools
npx -y smithery tool list kkjdaniel/bgg-mcp

# Get full schema for a tool
npx -y smithery tool get kkjdaniel/bgg-mcp bgg-collection

# Call a tool
npx -y smithery tool call kkjdaniel/bgg-mcp bgg-collection '{}'

Direct MCP Connection

Endpoint: https://bgg-mcp--kkjdaniel.run.tools

Optional config:

  • BGG_COOKIE (query) — Cookie string for BGG authentication. Only needed if not using API key
  • BGG_API_KEY (query) — API key from BoardGameGeek for authentication. Get one at https://boardgamegeek.com/applications
  • BGG_USERNAME (query) — Your BGG username for personalized features

Tools (10)

  • bgg-collection — Find the details about a specific users board game collection on BoardGameGeek (BGG)
  • bgg-details — Find the details about a specific board game on BoardGameGeek (BGG)
  • bgg-hot — Find the current board game hotness on BoardGameGeek (BGG)
  • bgg-price — Get current prices for board games from multiple retailers using BGG IDs
  • bgg-recommender — Get game recommendations based on a specific game using either the BoardGameGeek (BGG) ID or name directly. ID is prefe…
  • bgg-rules — Use this tool when users ask rules questions about board games (e.g., 'How does X work?', 'Can I do Y?', 'What happens …
  • bgg-search — Search for board games on BoardGameGeek (BGG) by name or part of a name using a broad search (e.g., 'Catan', 'Ticket to…
  • bgg-thread-details — Get full content of a specific BoardGameGeek forum thread, including all posts and replies. Use this after finding rele…
  • bgg-trade-finder — Find what games user1 owns that user2 has on their wishlist. Shows potential trading opportunities.
  • bgg-user — Find details about a specific user on BoardGameGeek (BGG)
# Get full input/output schema for a tool
npx -y smithery tool get kkjdaniel/bgg-mcp 

Resources

  • bgg://hotness — The current list of hot board games on BoardGameGeek, updated regularly by the BGG community
  • bgg://my-collection — Your BoardGameGeek collection (user: fiiish). Shows all owned games with their ratings, play counts, and status.

Prompts (2)

  • game-recommendations (username, currency, destination) — Get personalized board game recommendations based on your BGG collection and preferences
  • trade-sales-post (username, currency, destination) — Generate a sales post for your BGG 'for trade' collection with discounted prices

目录标签

目录标签

JavaScriptAPI密钥HTTP开发工具

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

api-key

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPapi-key部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:category

来源信息

继续浏览同类 MCP