
Cdk Mcp
Let your coding agent buy game keys, gift cards, and subscriptions with USDC on Base without wiring a custom checkout.
Overview
cdk-mcp is an MCP server for the Build phase that lets agents buy game keys, gift cards, and subscriptions via x402 USDC on Base through eight remote HTTP tools.
What is this MCP server?
- Eight MCP tools for browsing and buying game keys, gift cards, and subscriptions
- x402 USDC payments on Base—no local server install; remote URL https://mcp.cdk.bot/mcp
- Streamable HTTP transport suitable for hosted agent clients
- No npm/pypi package required in server.json—register the remote endpoint only
- 8 MCP tools documented in catalog description
- Transport: streamable-http remote at mcp.cdk.bot
- Payment rail: x402 USDC on Base
What problem does it solve?
Agents can reason about buying digital goods but have no standard, install-free way to execute USDC checkout on Base from the IDE.
Who is it for?
Indie builders and agent hackers who want MCP-driven digital purchases on Base with zero local server setup.
Skip if: Teams that need fiat card payments, enterprise procurement approvals, or self-hosted payment compliance.
What do I get? / Deliverables
After you register the remote MCP endpoint, your agent can call CDK Bot purchase tools without maintaining a local payment integration.
- Registered remote MCP connection to eight CDK purchase tools
- Agent-invokable flows for keys, gift cards, and subscriptions on Base
Recommended MCP Servers
Journey fit
Digital purchase flows are wired during build when you connect agents to real-world commerce APIs. This is a remote MCP integration—eight tools over streamable HTTP—meant to plug into Claude Code or Cursor alongside other agent tooling.
How it compares
Remote commerce MCP over x402 USDC, not a local agent skill or generic web-scraping checkout script.
Common Questions / FAQ
Who is cdk-mcp for?
Solo builders using Claude Code or Cursor who want agents to buy game keys, gift cards, or subscriptions through CDK Bot on Base without building a custom store integration.
When should I use cdk-mcp?
Use it during Build when you are wiring agent tooling and need live purchase capability for digital goods rather than mock flows or manual browser checkout.
How do I add cdk-mcp to my agent?
Add the streamable-http remote https://mcp.cdk.bot/mcp to your MCP client configuration per your editor’s MCP docs; no npm install is required for this server.