AI Toolkit
Connect AI assistants to Checkout Page using our official MCP server
The Checkout Page AI Toolkit is our official MCP server. It lets AI assistants read your account data and take actions on your behalf using the Model Context Protocol. Once connected, you can ask questions like "show me payments for John Doe" or "show me failed payments from this month" directly in your AI tool.
Before you start
You'll need a Checkout Page account. The MCP server authenticates via OAuth — no manual API key setup is required when connecting through a supported AI tool.
The MCP server URL is:
https://mcp.checkoutpage.comConnect with Claude desktop
- Open Claude Desktop and go to Settings.
- Navigate to the Connectors section.
- Click Add custom connector.
- Enter the following details:
- MCP server name: Checkout Page
- MCP server URL: https://mcp.checkoutpage.com
- Click Add.
- Click Connect on the Checkout Page connector.
- Follow the on-screen OAuth prompt to authorize access.
Connect with Claude Code
claude mcp add --transport http checkoutpage https://mcp.checkoutpage.comThen start a claude session
claudeIn the claude session:
- Type
/mcpto manage your servers. - Use your arrow keys to find
checkoutpage. - Press enter on
checkoutpage. - Use your arrow keys and choose authenticate.
- Follow the OAuth prompt to authorize access.
Connect with Codex
codex mcp add checkoutpage --url https://mcp.checkoutpage.com- Follow the OAuth prompt to authorize access.
Connect with Codex desktop
- Open Codex desktop and go to Settings.
- Navigate to the MCP servers section.
- Click + Add server.
- Select Streamable HTTP as the transport.
- Enter the following details:
- MCP server name: Checkout Page
- MCP server URL: https://mcp.checkoutpage.com
- Click Save.
- Follow the OAuth prompt to authorize access.