← Registry

eCommerce

cdk.bot

Searches and purchases digital products such as game keys, gift cards, and DLC.

x402 supported1 endpoint8 known toolsFirst detected July 10, 2026Last detected August 29, 2026

ENDPOINT 1

https://mcp.cdk.bot/mcp

No auth detected

MCP server metadata

Name
CDK Bot
Version
1.0.0
Capabilities
tools.listChanged

Known tools 8

search_games

CDK Bot: search the catalog of digital products (game keys, gift cards, DLC) by title, platform, device, region, or language.

Inferred read-only
get_game_details

CDK Bot: get detailed information about a specific digital product (game key, gift card, DLC) including price, activation instructions, and delivery time.

Inferred read-only
browse_filters

CDK Bot: list all available platforms, devices, regions, and languages for filtering digital product searches.

Inferred read-only
get_price_quote

CDK Bot: lock the current price for a digital product and get USDC payment instructions.

Potential side effects
confirm_purchase

CDK Bot: receive the product key after paying.

Inferred read-only
check_order

CDK Bot: check the status of a purchase order.

Potential side effects
request_refund

CDK Bot: submit a refund claim for a purchased product key.

Potential side effects
submit_review

CDK Bot: rate a completed purchase (1-5 stars).

Potential side effects

CONNECT 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.

Trust status Neutral

cdk.bot is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.