CDK

CDK

Buy video game keys, gift cards, and digital subscriptions via x402 USDC payments on Base. 8 tools covering catalog search, price quotes, on-chain purchase confirmation, delivery status, and refunds.

Category
Visit Server

README

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_games Search the catalog by title, platform, device, region, language, product type. Returns paginated results with live competitor prices.
get_game_details Single product details with live marketplace price comparison (G2A / ENEBA / KINGUIN).
browse_filters List available platforms, devices, regions, languages, product types.
get_price_quote Lock a USD price for a product for 5 minutes. Returns quote_id + payment instructions (USDC address, optional card_payment_url).
confirm_purchase Submit tx_hash + quote_id to verify onchain USDC payment and receive the product key.
check_order Get order status, delivery state, and key code (requires wallet_address).
request_refund Submit a refund claim. Reasons: not_delivered (auto-approved), key_invalid, key_already_redeemed, wrong_product.
submit_review Submit a public review for a completed order.

Payment

USDC on Base chain (direct, instant)

  • Contract: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
  • Verification: 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" to get_price_quote and confirm_purchase
  • Mock keys: SANDBOX-XXXXX-... (cannot be redeemed)
  • Sepolia USDC: 0x036CbD53842c5426634e7929541eC2318f3dCF7e
  • Faucets: Circle USDC, Alchemy ETH gas

Refund policy

Reason SLA Mechanism
not_delivered Instant Auto-approved when payment is confirmed but no key was issued
key_invalid 24h Verified via supplier
key_already_redeemed 24h Verified via supplier
wrong_product 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) https://mcp.cdk.bot/.well-known/mcp/server-card.json
Agent discovery manifest https://api.cdk.bot/.well-known/agent.json
x402 capability descriptor https://api.cdk.bot/.well-known/x402
OpenAPI 3.1 spec https://api.cdk.bot/openapi.json
Interactive docs (Swagger) https://api.cdk.bot/docs
Health & live stats https://api.cdk.bot/health
llms.txt https://cdk.bot/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.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured