cdk-mcp
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.
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.
Tool Definition Quality
Average 4/5 across 8 of 8 tools scored. Lowest: 3.2/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.
All 8 tools follow a consistent verb_noun pattern in snake_case (e.g., browse_filters, check_order, confirm_purchase). No mixing of conventions.
8 tools cover the full workflow of a digital product purchasing platform without being excessive or insufficient. Each tool earns its place.
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 toolsbrowse_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.
| Name | Required | Description | Default |
|---|---|---|---|
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.
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | Order ID (UUID) from a previous purchase | |
| wallet_address | No | Buyer 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.
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Payment chain (default: "base") | |
| game_id | Yes | Game ID being purchased | |
| tx_hash | No | Two-step flow: the USDC payment transaction hash on Base. Provide this OR x_payment. | |
| quote_id | No | Required WITH tx_hash — locks the quoted price and prevents front-running. Not needed with x_payment. | |
| x_payment | No | One-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.
| Name | Required | Description | Default |
|---|---|---|---|
| game_id | Yes | Game 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.
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Payment chain. Use "base-sepolia" for sandbox testing with mock keys. | |
| game_id | Yes | Game 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.
| Name | Required | Description | Default |
|---|---|---|---|
| reason | Yes | Reason: 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_id | Yes | Order ID to refund | |
| wallet_address | Yes | Buyer 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.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Game title or search keywords (e.g. "GTA V", "Elden Ring") | |
| device | No | Target device filter (e.g. PC, PS5, Xbox Series X|S) | |
| region | No | Region filter (e.g. WORLDWIDE, EUROPE) | |
| language | No | Language filter (ISO 639-1 code like "en", "pl", or "multilanguage") | |
| platform | No | Platform/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.
| Name | Required | Description | Default |
|---|---|---|---|
| rating | Yes | Rating from 1 (poor) to 5 (excellent) | |
| comment | No | Optional comment about the purchase experience | |
| order_id | Yes | Order ID to review | |
| agent_name | No | Your agent/client name (e.g. "Claude Desktop", "Cursor") | |
| wallet_address | Yes | Buyer wallet address (must match the order) |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!