eCommerce
gpbox.app.br
Provides product listings, game search, system compatibility, and hardware requirements for the GPBOX gaming bundle.
ENDPOINT 1
https://gpbox.app.br/api/mcp
MCP server metadata
- Name
- gpbox-catalog
- Version
- 1.0.0
Catálogo público do GPBOX, somente leitura. Consulte preços com list_products/get_product antes de citar valores — eles mudam com as promoções. Não existe operação de compra: entregue o link de checkout ao usuário.
Known tools 6
list_productsLista os packs à venda com preço atual em BRL e USD, o que cada um inclui e o link da página.
Inferred read-onlyget_productRetorna um pack pelo id, com descrição completa, itens inclusos, preços e os links de checkout por região.
Inferred read-onlysearch_gamesProcura um título nas listas de jogos dos sistemas e informa em qual console e em qual pack ele está.
Inferred read-onlyget_requirementsRequisitos de hardware, sistema operacional e controles para rodar o GPBOX.
Inferred read-onlyget_support_channelsCanais oficiais de suporte e acesso à área de membros, e links das políticas de privacidade, uso e reembolso.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.