Skip to main content
Glama
Ownership verified

Server Details

Buy game keys, gift cards, and subscriptions via x402 USDC on Base. 8 MCP tools, no install.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4/5 across 8 of 8 tools scored. Lowest: 3.2/5.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct action: browsing filters, checking orders, confirming purchases, getting details, getting price quotes, requesting refunds, searching games, and submitting reviews. No overlap or ambiguity.

Naming Consistency5/5

All 8 tools follow a consistent verb_noun pattern in snake_case (e.g., browse_filters, check_order, confirm_purchase). No mixing of conventions.

Tool Count5/5

8 tools cover the full workflow of a digital product purchasing platform without being excessive or insufficient. Each tool earns its place.

Completeness5/5

The tool set covers the entire purchasing lifecycle: search, filter, get details, price quote, payment confirmation, order check, refund, and review. No obvious gaps.

Available Tools

8 tools
browse_filtersInspect

CDK Bot: list all available platforms, devices, regions, and languages for filtering digital product searches. Call this first to know what filter values are valid.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

check_orderInspect

CDK Bot: check the status of a purchase order. Provide wallet_address to retrieve the product key. Pending orders are automatically polled for fulfillment.

ParametersJSON Schema
NameRequiredDescriptionDefault
order_idYesOrder ID (UUID) from a previous purchase
wallet_addressNoBuyer wallet address. Required to retrieve the product key.
confirm_purchaseInspect

CDK Bot: receive the product key after paying. Two ways to pay: (1) one-shot — pass x_payment, a signed EIP-3009 "exact" X-PAYMENT header (from accepts[] in get_price_quote); the facilitator settles it gaslessly, no tx_hash needed. (2) two-step — send USDC yourself, then pass tx_hash + quote_id.

ParametersJSON Schema
NameRequiredDescriptionDefault
chainNoPayment chain (default: "base")
game_idYesGame ID being purchased
tx_hashNoTwo-step flow: the USDC payment transaction hash on Base. Provide this OR x_payment.
quote_idNoRequired WITH tx_hash — locks the quoted price and prevents front-running. Not needed with x_payment.
x_paymentNoOne-shot flow: a base64-encoded EIP-3009 "exact" X-PAYMENT payload signed by the buyer wallet for accepts[0] from get_price_quote. Settles gaslessly via the facilitator — no tx_hash/quote_id needed.
get_game_detailsInspect

CDK Bot: get detailed information about a specific digital product (game key, gift card, DLC) including price, activation instructions, and delivery time. Use the game_id from search_games results.

ParametersJSON Schema
NameRequiredDescriptionDefault
game_idYesGame ID (UUID) from search results
get_price_quoteInspect

CDK Bot: lock the current price for a digital product and get USDC payment instructions. Returns a quote_id valid for 5 minutes. After paying, use confirm_purchase with the tx_hash and quote_id.

ParametersJSON Schema
NameRequiredDescriptionDefault
chainNoPayment chain. Use "base-sepolia" for sandbox testing with mock keys.
game_idYesGame ID to get a price quote for
request_refundInspect

CDK Bot: submit a refund claim for a purchased product key. Must be within 30 days of purchase. Delivery failures (not_delivered) are auto-approved instantly. Key issues are verified within 24 hours.

ParametersJSON Schema
NameRequiredDescriptionDefault
reasonYesReason: key_invalid (activation error), key_already_redeemed (used before delivery), wrong_product (wrong platform/region/edition), not_delivered (payment confirmed but no key received)
order_idYesOrder ID to refund
wallet_addressYesBuyer wallet address (must match the order)
search_gamesInspect

CDK Bot: search the catalog of digital products (game keys, gift cards, DLC) by title, platform, device, region, or language. Returns a best match with alternatives (smart matching). Use browse_filters first to see valid filter values.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesGame title or search keywords (e.g. "GTA V", "Elden Ring")
deviceNoTarget device filter (e.g. PC, PS5, Xbox Series X|S)
regionNoRegion filter (e.g. WORLDWIDE, EUROPE)
languageNoLanguage filter (ISO 639-1 code like "en", "pl", or "multilanguage")
platformNoPlatform/storefront filter (e.g. Steam, PSN, Xbox Live)
submit_reviewInspect

CDK Bot: rate a completed purchase (1-5 stars). Helps improve the service. One review per order. Requires order_id and the wallet_address used for payment.

ParametersJSON Schema
NameRequiredDescriptionDefault
ratingYesRating from 1 (poor) to 5 (excellent)
commentNoOptional comment about the purchase experience
order_idYesOrder ID to review
agent_nameNoYour agent/client name (e.g. "Claude Desktop", "Cursor")
wallet_addressYesBuyer wallet address (must match the order)

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources