itad-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ITAD_API_KEY | Yes | Your IsThereAnyDeal API key |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_gamesB | Search IsThereAnyDeal (ITAD) for games matching a title query to get their internal ITAD UUIDs. |
| lookup_gameA | Lookup ITAD game metadata and internal ITAD UUID using a Steam AppID or game title. |
| get_game_pricesA | Get current prices and discounts across digital storefronts (Steam, GOG, Epic, Humble, Fanatical, etc.) for one or more ITAD game UUIDs. |
| get_historical_lowA | Get all-time historical low prices across digital storefronts for one or more ITAD game UUIDs. |
| get_active_dealsA | Get top active game discounts across digital storefronts filtered by minimum discount percentage. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Search and lookup have similar purposes, but search is fuzzy matching with multiple results while lookup is precise by AppID or exact title. Price, historical low, and active deals are clearly distinct.
All tools follow a consistent verb_noun pattern: search_games, lookup_game, get_game_prices, get_historical_low, get_active_deals. Minor synonym variations (search vs lookup) are natural and do not break consistency.
Five tools is well-scoped for a game deals server, covering search, metadata lookup, pricing, historical lows, and active deals without unnecessary bloat or missing essentials.
The surface covers the main workflows: finding games, retrieving prices, checking lows, and browsing deals. A price history graph or wishlist feature would be a nice addition, but the core domain is well covered.