Skip to main content
Glama
brewek

GG Deals MCP Server

by brewek

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GG_DEALS_API_KEYNoGG.deals API key. Optional but recommended to avoid rate limits.

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_gamesA

Search for video games by title on Steam. Use this to find a game's Steam App ID.

get_game_pricesA

Get the current prices and deals for a specific game across various stores.

get_historical_lowB

Get the all-time lowest recorded price for a specific game.

get_game_bundlesA

Fetch specific bundles and packages (like Premium Editions) associated with a base game ID.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct purpose: search_games finds games by title, get_game_prices retrieves current prices, get_historical_low gets all-time lows, and get_game_bundles fetches package variants. There is no meaningful overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow the same snake_case verb_noun pattern: search_games, get_game_prices, get_historical_low, get_game_bundles. The convention is uniform and predictable, making the tool set easy to navigate.

Tool Count5/5

With only 4 tools, the server is tightly scoped to its core purpose of looking up game pricing information. Each tool earns its place and the count feels appropriate rather than thin or bloated.

Completeness4/5

The server covers the primary workflow of searching for a game, checking current prices, viewing historical lows, and fetching bundles. Minor gaps exist such as browsing recent deals or filtering prices by store, but the surface is largely complete for its stated purpose.

Maintenance

ActivityInactive
ResponsivenessNo issues