MCP server exposing 4 tools for gamedeals.
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/gamedeals/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search_deals — Search active game deals with optional filters by store, platform, or discount level. Returns deal title, store, sale price, normal price, savings %, Metacritic score, and deal rating.search_games — Find games by title to compare current prices across stores. Returns cheapest price, deal ID, and availability info for price tracking.get_game_details — Get complete pricing history for a game: current deals across all stores, historical low prices, and price trends over time.list_stores — View all tracked game retailers (e.g., Steam, Epic Games, GOG). Returns store names and IDs for filtering deals by specific stores.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/gamedeals/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io