INDIVIDUAL MCP TOOL
search_game
Busca un juego por nombre y devuelve su id, las plataformas en las que existe y su ficha.
LIVE ENDPOINT
https://gocdkeys.com/agent/mcp
Connect to this endpoint to inspect the live schema for search_game and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.gocdkeys]
url = "https://gocdkeys.com/agent/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"gocdkeys": {
"type": "http",
"url": "https://gocdkeys.com/agent/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: gocdkeys
Remote MCP URL: https://gocdkeys.com/agent/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"gocdkeys": {
"url": "https://gocdkeys.com/agent/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"gocdkeys": {
"type": "http",
"url": "https://gocdkeys.com/agent/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "gocdkeys",
"transport": "streamable-http",
"url": "https://gocdkeys.com/agent/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_best_price— Precio del juego con SU FORMATO (key, cuenta, gift), la tienda, el enlace de compra y el contexto para decir si es buen momento: cuanto se ahorra frente a lo que suele costar, cuanto frente a la tienda oficial y cuantos dias ha estado mas barato.get_price_history— Serie mensual del historico de precios de un juego.get_deals— Juegos que ahora mismo estan en su minimo historico o por debajo de su precio habitual.get_upcoming— Juegos que aun no han salido, con su fecha de lanzamiento y el precio de reserva.