epic-gog-free-games-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |
|---|---|
| epic_free_games_currentA | List games that are FREE TO CLAIM right now on the Epic Games Store (limited-time, claim-and-keep). Returns title, description, normal price, store URL, claim window and image. |
| epic_free_games_upcomingA | List the NEXT free games coming to the Epic Games Store (announced upcoming giveaways), with the date each becomes free. |
| gog_giveawayA | Get the current GOG.com giveaway (a limited-time claim-and-keep game), if one is active. Returns {active:false} when there is no giveaway running. |
| gog_free_gamesA | List free / free-to-play games from the GOG catalog (price = 0). NOTE: these are permanently-free or F2P titles, not limited-time giveaways — use gog_giveaway for those. Demos are excluded by default. |
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 4 tools
Each tool targets a distinct combination of platform (Epic vs GOG) and type (current free, upcoming, permanently free, giveaway). No ambiguity between them.
Names follow a consistent pattern: platform_descriptor, using snake_case and clear descriptive suffixes (current, upcoming, free_games, giveaway). Highly predictable.
Four tools perfectly cover the core free game use cases for both stores. No excess or deficiency for this focused domain.
Covers all main free game scenarios: current and upcoming offers on Epic, permanently free and limited-time giveaways on GOG. Minor gap: no history of past giveaways, but that's outside the typical scope.