Search Checkout.com docs and API reference, plus manage payments, refunds, and payment links.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Give your AI agent a working knowledge of Checkout.com โ the current API reference, the integration guides, and the ability to act on real payments, without leaving your editor.
Or, in Claude Code:
Then sign in with your Checkout.com Dashboard account. It's a remote server โ nothing to install, host, or keep updated, and no API keys to paste into a config file.
Ask a general-purpose coding agent to integrate a payments API and it will improvise: invented fields, endpoints that no longer exist, request bodies that look right and fail in testing. This server replaces that guesswork with grounded answers.
Your MCP client shows the full tool list the moment it connects.
Build and debug your integration
Which API operations and fields do I need to take a payment with PayPal?
Operate live payments
What's the status of payment
pay_xxxxx?
Refund payment
pay_xxxxx.
| Environment | URL |
|---|---|
| Production | https://mcp.checkout.com |
| Sandbox | https://checkout.mcp.sbox.cko.tech |
You need an active Checkout.com Dashboard account. Authentication is OAuth 2.0: your client discovers the authorization server and opens a browser for you to sign in. No API keys are involved.
The agent inherits your permissions and nothing more. It can only perform an operation your Dashboard user is already allowed to perform โ to refund a payment, for instance, your user needs the Refund payments permission.
Claude Desktop / Claude Code โ add the server, then run /mcp to trigger the sign-in flow:
VS Code โ open the Command Palette, run MCP: Open User Configuration, and add:
Save, then run MCP: List Servers, select the Checkout MCP, and choose Start to sign in.
Cursor โ add to ~/.cursor/mcp.json, or your project's .cursor/mcp.json:
To disconnect, disable the server in your client's MCP settings or delete it from the config file.
This repository holds the server.json metadata that lists the server in the
official MCP Registry. The server itself is
hosted and operated by Checkout.com
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/checkout-com)<a href="https://allmcps.com/mcp/checkout-com"><img src="https://allmcps.com/api/badge/checkout-com?style=directory" alt="Checkout.com on AllMCPs" /></a>