INDIVIDUAL MCP TOOL
list_products
Lista os packs à venda com preço atual em BRL e USD, o que cada um inclui e o link da página.
LIVE ENDPOINT
https://gpbox.app.br/api/mcp
Connect to this endpoint to inspect the live schema for list_products 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.gpbox-catalog]
url = "https://gpbox.app.br/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"gpbox-catalog": {
"type": "http",
"url": "https://gpbox.app.br/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: gpbox-catalog
Remote MCP URL: https://gpbox.app.br/api/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": {
"gpbox-catalog": {
"url": "https://gpbox.app.br/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"gpbox-catalog": {
"type": "http",
"url": "https://gpbox.app.br/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "gpbox-catalog",
"transport": "streamable-http",
"url": "https://gpbox.app.br/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_product— Retorna um pack pelo id, com descrição completa, itens inclusos, preços e os links de checkout por região.list_systems— Lista os consoles e plataformas cujos jogos acompanham o GPBOX.search_games— Procura um título nas listas de jogos dos sistemas e informa em qual console e em qual pack ele está.get_requirements— Requisitos de hardware, sistema operacional e controles para rodar o GPBOX.get_support_channels— Canais oficiais de suporte e acesso à área de membros, e links das políticas de privacidade, uso e reembolso.