← cdk.bot

INDIVIDUAL MCP TOOL

submit_review

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

cdk.botnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent endpoint

cdk.bot

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.

Related tools

  • search_games — CDK Bot: search the catalog of digital products (game keys, gift cards, DLC) by title, platform, device, region, or language.
  • 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.
  • browse_filters — CDK Bot: list all available platforms, devices, regions, and languages for filtering digital product searches.
  • get_price_quote — CDK Bot: lock the current price for a digital product and get USDC payment instructions.
  • confirm_purchase — CDK Bot: receive the product key after paying.
  • check_order — CDK Bot: check the status of a purchase order.
  • request_refund — CDK Bot: submit a refund claim for a purchased product key.