BoardGameGeek
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 Ride')
Remote kkjdaniel/bgg-mcp
Other tools also called bgg-search?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"type": {
"enum": [
"all",
"boardgame",
"boardgameexpansion"
],
"type": "string",
"description": "Filter by type (default: all, options: 'boardgame' (aka base game), 'boardgameexpansion', or 'all')"
},
"limit": {
"type": "number",
"description": "Maximum number of results to return (default: 30)"
},
"query": {
"type": "string",
"description": "Game name to search for on BoardGameGeek (BGG)"
}
}
}