{
  "markdown": "# Checkout.com MCP Server\n\n**Give your AI agent a working knowledge of Checkout.com** — the current API reference, the\nintegration guides, and the ability to act on real payments, without leaving your editor.\n\n[![Install in VS Code](https://img.shields.io/badge/Install%20in-VS%20Code-0098FF?style=for-the-badge)](https://insiders.vscode.dev/redirect/mcp/install?name=checkout&config=%7B%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fmcp.checkout.com%22%7D)\n[![Install in Cursor](https://img.shields.io/badge/Install%20in-Cursor-000000?style=for-the-badge)](https://cursor.com/install-mcp?name=checkout-mcp&config=eyJ1cmwiOiJodHRwczovL21jcC5jaGVja291dC5jb20iLCJhdXRoIjp7IkNMSUVOVF9JRCI6ImNoZWNrb3V0LW1jcCJ9fQ%3D%3D)\n\nOr, in Claude Code:\n\n```bash\nclaude mcp add --transport http checkout-mcp https://mcp.checkout.com\n```\n\nThen sign in with your Checkout.com Dashboard account. It's a remote server — nothing to install,\nhost, or keep updated, and no API keys to paste into a config file.\n\n## Why use it\n\nAsk a general-purpose coding agent to integrate a payments API and it will improvise: invented\nfields, endpoints that no longer exist, request bodies that look right and fail in testing. This\nserver replaces that guesswork with grounded answers.\n\n- **It reads our actual documentation.** The technical docs, the complete API reference, and the\n  support knowledge base — the live versions, not a stale snapshot from a training run.\n- **It recommends a real integration path.** Describe your use case and stack, and get a route\n  matched to it, rather than the one generic tutorial that happened to rank highest.\n- **It acts, not just advises.** Check a payment, refund it, void an authorization, or create a\n  payment link — from a plain-language request against your own account.\n- **It costs less per answer.** Purpose-built, AI-optimized context instead of scraped HTML means\n  fewer tokens burned and faster replies.\n\n## What you can ask\n\nYour MCP client shows the full tool list the moment it connects.\n\n**Build and debug your integration**\n\n> Which API operations and fields do I need to take a payment with PayPal?\n\n**Operate live payments**\n\n> What's the status of payment `pay_xxxxx`?\n\n> Refund payment `pay_xxxxx`.\n\n## Environments\n\n| Environment | URL |\n|---|---|\n| Production | `https://mcp.checkout.com` |\n| Sandbox | `https://checkout.mcp.sbox.cko.tech` |\n\n## Access and permissions\n\nYou need an active [Checkout.com Dashboard](https://dashboard.checkout.com) account. Authentication\nis OAuth 2.0: your client discovers the authorization server and opens a browser for you to sign in. \nNo API keys are involved.\n\nThe agent inherits your permissions and nothing more. It can only perform an operation your\nDashboard user is already allowed to perform — to refund a payment, for instance, your user needs\nthe **Refund payments**\n[permission](https://www.checkout.com/docs/business-operations/use-the-dashboard/manage-users/user-permissions).\n\n<details>\n<summary><b>Manual setup</b></summary>\n\n**Claude Desktop / Claude Code** — add the server, then run `/mcp` to trigger the sign-in flow:\n\n```bash\nclaude mcp add --transport http checkout-mcp https://mcp.checkout.com\n```\n\n**VS Code** — open the Command Palette, run `MCP: Open User Configuration`, and add:\n\n```json\n{\n  \"servers\": {\n    \"checkout-mcp\": {\n      \"url\": \"https://mcp.checkout.com\"\n    }\n  }\n}\n```\n\nSave, then run `MCP: List Servers`, select the Checkout MCP, and choose **Start** to sign in.\n\n**Cursor** — add to `~/.cursor/mcp.json`, or your project's `.cursor/mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"checkout-mcp\": {\n      \"url\": \"https://mcp.checkout.com\",\n      \"auth\": {\n        \"CLIENT_ID\": \"checkout-mcp\"\n      }\n    }\n  }\n}\n```\n\nTo disconnect, disable the server in your client's MCP settings or delete it from the config file.\n\n</details>\n\n## Documentation and support\n\n- [Setup guide](https://www.checkout.com/docs/developer-resources/checkout-com-mcp-server)\n- [Checkout.com documentation](https://www.checkout.com/docs) \n- [API reference](https://api-reference.checkout.com)\n- Questions or feedback: talk to your account manager or [contact support](https://support.checkout.com)\n\n---\n\n<sub>This repository holds the `server.json` metadata that lists the server in the\n[official MCP Registry](https://registry.modelcontextprotocol.io). The server itself is\nhosted and operated by Checkout.com</sub>\n",
  "bytes": 4404,
  "sha": "64e0b560a17ce08d303db86f9bbddd223e06a758d871d27d539992352a4a356e",
  "repo_slug": "checkout/checkout-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_checkout_mcp_13bdd81d/readme"
}