BusinessMCP
BoardGameGeek logo

BoardGameGeek

Free forever

kkjdaniel · Analytics

1.9k installs

Connect in 1 click

The BoardGameGeek MCP server gives any AI agent structured, queryable access to the world's largest board game database — game metadata, mechanics, categories, designer and publisher credits, ratings, user collections, and public profiles — through a single Model Context Protocol interface. Instead of scraping HTML or wrangling BGG's XML API directly, agents can call clean MCP tools to search titles, retrieve detailed game stats, pull a user's owned/wishlist/played collection, or filter results by mechanic, weight, player count, or play time. This makes it a natural fit for tabletop-focused products, hobby communities, review sites, and internal tools that need reliable board game data without building and maintaining a custom scraper.

On BusinessMCP, this BoardGameGeek connector becomes one node inside your company's unified MCP server rather than a standalone integration you have to babysit. Once connected, it's exposed alongside your other tools, databases, and revenue data through a single hosted endpoint at /api/mcp, authenticated with a Bearer mcph_* key, and callable by any model-agnostic AI agent — Claude, GPT, Gemini, or your own orchestration layer. That means a support agent, a recommendation bot, or an internal analytics assistant can pull BGG collection and rating data in the same conversation where it also queries your product database or ad performance metrics, with no separate credentials or bespoke glue code to maintain.

Typical use is pairing this server with a persistence layer so agents can cache lookups, build custom leaderboards, or join BGG data with your own catalog. For example, a game store or review platform might combine BoardGameGeek MCP with a relational database connector to store enriched product listings, or with a lightweight key-value store to cache frequently requested game details and reduce redundant calls. Because BusinessMCP's dashboard surfaces usage and connection health across every server in your stack, you can see at a glance how often board game lookups are firing, spot slow or failing calls, and reason about them alongside the rest of your business intelligence — all cookieless and GDPR-friendly by design.

This connector is especially useful for teams building AI features around tabletop gaming: recommendation engines that reason over mechanics and weight, community bots that answer "what should I play with 4 people in under an hour," collection-import tools for hobby marketplaces, or research projects analyzing design trends across thousands of published titles. Because it's retrieval-and-filter oriented, it pairs cleanly with math or statistics-capable tools for aggregate analysis, and with general-purpose fetch or storage servers when you need to enrich, cache, or cross-reference BGG data with other sources.

Adding it to your BusinessMCP workspace takes the same shape as adding any other server: connect once, and it's immediately available to every agent hitting your /api/mcp endpoint, governed by the same access controls, logging, and BI dashboard as your CRM, ad platform, and database connectors. For teams already consolidating their AI tool stack, this means board game data retrieval doesn't require a separate integration project — it's just another capability your agents can call.

$ npx mcphosting-cli add kkjdaniel-bgg

Just say it in a thread

No configs, no docs. Once connected, these are the kinds of messages your agents act on.

"Search the boardgamegeek catalog by title, designer, or publisher and return matching game summaries — and give me the highlights."

"Retrieve full metadata for a specific game, including mechanics, categories, weight, and player counts for me, then post a summary in the thread."

"Filter board games by mechanic, category, play time, or player count to build curated lists or recommendations and flag anything that needs my approval."

What teams use it for

  • Power a board game recommendation chatbot that filters titles by player count, weight, and mechanics
  • Import and sync a user's BGG collection (owned, wishlist, played) into a hobby marketplace or app
  • Build a research or analytics workflow that aggregates ratings and metadata across large sets of games
  • Let a support or community AI agent answer 'what should we play tonight' using live BGG data
  • Enrich an internal game catalog by cross-referencing designer, publisher, and category data from BGG

Agent-callable tools

search_boardgames

Search the BoardGameGeek catalog by title, designer, or publisher and return matching game summaries.

get_game_details

Retrieve full metadata for a specific game, including mechanics, categories, weight, and player counts.

filter_games_by_criteria

Filter board games by mechanic, category, play time, or player count to build curated lists or recommendations.

get_user_collection

Fetch a BGG user's owned, wishlist, or played game collection by username.

get_user_profile

Retrieve public profile information for a given BoardGameGeek user.

get_game_ratings

Return aggregate rating and ranking data for a specified board game.

compare_games

Compare metadata and ratings across two or more specified board games.

get_hot_list

Retrieve BoardGameGeek's current trending or hot games list.

Your data stays yours

Credentials live in your vault. We route requests — we never store, log, or train on your data.

Works with every AI

Connect once — portable across Claude, GPT, Gemini, and every local agent you run.

Frequently asked questions

What data can an AI agent pull from the BoardGameGeek MCP server?

Agents can retrieve game details (mechanics, categories, weight, player counts), search and filter results, and pull user collections, wishlists, and public profile data from BoardGameGeek.

How does this connector fit into BusinessMCP's unified setup?

Once connected, it's exposed as one tool inside your single hosted MCP server, callable via /api/mcp with your Bearer mcph_* key by any model-agnostic agent, alongside your other business tools and data sources.

Can I combine BGG data with my own database or analytics?

Yes — pair this server with a database connector like Postgres, SQLite, or BigQuery in the same BusinessMCP workspace to cache, join, or enrich BoardGameGeek data alongside your own records.

Give your AI team the BoardGameGeek skill

Free forever plan, no credit card. Connected and working in under five minutes.

Connect BoardGameGeek free