CDK
Supported as a payment method via Coinbase Onramp for purchasing game keys.
Integration with Coinbase Onramp for fiat-to-crypto payment processing, enabling credit card, PayPal, Apple Pay, and ACH purchases of game keys.
Provides live market price comparison from G2A for game keys and digital products, allowing users to see competitive pricing.
Supported as a payment method via Coinbase Onramp for purchasing game keys.
Allows users to search for and purchase game keys for the Steam platform.
CDK MCP Server
Remote MCP server for buying video game keys, gift cards, and digital subscriptions through AI assistants. Payment in USDC on Base chain (x402 protocol) or credit card via Coinbase Onramp.
Endpoint: https://mcp.cdk.bot/mcp
Transport: streamable-HTTP
Auth: none for browsing; per-purchase x402 payment
Status: production
This repository documents the CDK hosted remote MCP server. There is no installation — connect directly from any MCP-compatible client.
Quick connect
Claude Desktop / Claude Code
Add to your MCP servers config:
{
"mcpServers": {
"cdk": {
"url": "https://mcp.cdk.bot/mcp",
"transport": "streamable-http"
}
}
}Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"cdk": {
"url": "https://mcp.cdk.bot/mcp"
}
}
}Cline / Windsurf / Continue / Zed
Use the "Add MCP server" flow with URL https://mcp.cdk.bot/mcp.
Programmatic (any MCP SDK)
import { Client } from '@modelcontextprotocol/sdk/client/index.js';
import { StreamableHTTPClientTransport } from '@modelcontextprotocol/sdk/client/streamableHttp.js';
const client = new Client({ name: 'my-agent', version: '1.0.0' });
await client.connect(new StreamableHTTPClientTransport(new URL('https://mcp.cdk.bot/mcp')));
const tools = await client.listTools();Tools
Tool | Purpose |
| Search the catalog by title, platform, device, region, language, product type. Returns paginated results with live competitor prices. |
| Single product details with live marketplace price comparison (G2A / ENEBA / KINGUIN). |
| List available platforms, devices, regions, languages, product types. |
| Lock a USD price for a product for 5 minutes. Returns |
| Submit |
| Get order status, delivery state, and key code (requires |
| Submit a refund claim. Reasons: |
| Submit a public review for a completed order. |
Payment
USDC on Base chain (direct, instant)
Contract:
0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Verification: onchain ERC-20 Transfer log parsing via viem, 5 block confirmations
Quote TTL: 5 minutes (price locked by
quote_id)Double-spend protection: unique constraint on
tx_hash
Card / PayPal / Apple Pay / ACH via Coinbase Onramp
Provider: Coinbase Onramp (fiat → USDC on Base)
Delivery: 5–15 minutes
Coverage: 60+ countries
One-time Coinbase KYC required (~2–3 min)
Sandbox (Base Sepolia testnet)
Pass
"chain": "base-sepolia"toget_price_quoteandconfirm_purchaseMock keys:
SANDBOX-XXXXX-...(cannot be redeemed)Sepolia USDC:
0x036CbD53842c5426634e7929541eC2318f3dCF7eFaucets: Circle USDC, Alchemy ETH gas
Refund policy
Reason | SLA | Mechanism |
| Instant | Auto-approved when payment is confirmed but no key was issued |
| 24h | Verified via supplier |
| 24h | Verified via supplier |
| 24h | Verified via supplier |
30-day dispute window from purchase date. Approved refunds paid in USDC back to the original sending wallet. Refund transaction hash provided as onchain proof.
Discovery
Endpoint | URL |
MCP server card (SEP-1649) | |
Agent discovery manifest | |
x402 capability descriptor | |
OpenAPI 3.1 spec | |
Interactive docs (Swagger) | |
Health & live stats | |
llms.txt |
Example: end-to-end purchase in Claude
> Buy Cyberpunk 2077 on Steam.
[Claude uses search_games → finds product]
[Claude uses get_price_quote → receives $24.99 quote_id]
[Claude shows you the card_payment_url and waits]
> [you click the link, pay $24.99 via card]
[Claude uses confirm_purchase with tx_hash from on-chain]
[Claude shows you the activation key]Three MCP tool calls, one click for the user.
Contact
Website: https://cdk.bot
Email: info@cdk.bot
Terms of service: https://cdk.bot/terms
Built on Cloudflare Workers. Backend supply via licensed wholesale distributors.
License
Documentation released under MIT. The MCP server itself is a hosted commercial service — see terms.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cdkbotmcp/cdk-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server