MCP server exposing 3 tools for boardgames.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/boardgames/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search_games — Search for board games by name. Returns title, year, player count, playtime, rating, price, and description. Use this to find games before fetching full details.get_game — Get full details for a specific board game by ID (from search_games results). Returns name, year, players, playtime, description, rating, publisher, designer, and price.hot_games — Get the most popular board games ranked by current buzz. Returns title, year, player count, playtime, rating, and rank. Use this to discover trending games.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/boardgames/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io