eCommerce
cdk.bot
Searches and purchases digital products such as game keys, gift cards, and DLC.
ENDPOINT 1
https://mcp.cdk.bot/mcp
MCP server metadata
- Name
- CDK Bot
- Version
- 1.0.0
Known tools 8
search_gamesCDK Bot: search the catalog of digital products (game keys, gift cards, DLC) by title, platform, device, region, or language.
Inferred read-onlyget_game_detailsCDK Bot: get detailed information about a specific digital product (game key, gift card, DLC) including price, activation instructions, and delivery time.
Inferred read-onlybrowse_filtersCDK Bot: list all available platforms, devices, regions, and languages for filtering digital product searches.
Inferred read-onlyget_price_quoteCDK Bot: lock the current price for a digital product and get USDC payment instructions.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.cdk-bot]
url = "https://mcp.cdk.bot/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cdk-bot": {
"type": "http",
"url": "https://mcp.cdk.bot/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cdk-bot
Remote MCP URL: https://mcp.cdk.bot/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"cdk-bot": {
"url": "https://mcp.cdk.bot/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cdk-bot": {
"type": "http",
"url": "https://mcp.cdk.bot/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cdk-bot",
"transport": "streamable-http",
"url": "https://mcp.cdk.bot/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for cdk.bot was fetched 2026-09-11T11:48:32.419Z.
cdk.bot is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.