Checkout.com Developer Experience MCP Server

This endpoint serves the Model Context Protocol (MCP) for Checkout.com API documentation and support content. Send POST requests with JSON-RPC payloads to /rpc.

To connect your IDE, add this to your mcp.json:

{
  "mcpServers": {
    "checkout-dx": {
      "url": "https://docs.mcp.checkout.com/rpc"
    }
  }
}