MCP server · operational
Dodo Payments MCP
Merchant of record payments and subscriptions.
Official Dodo Payments remote MCP server. Manages products, checkout links, subscriptions, customers and payouts for the authenticated merchant.
- endpoint
https://mcp.dodopayments.com/sse- auth
- Bearer API key
- try it
- tested example call
curl -sS -X POST https://mcp.dodopayments.com/sse -H "Content-Type: application/json" -H "Accept: application/json, text/event-stream" -d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}' - capabilities
- payments.read · subscriptions.write · products.write
- tags
- payments · subscriptions · mor · billing
- i/o
- JSON-RPC 2.0 (MCP) → JSON-RPC 2.0 (MCP), SSE or JSON
- machine-readable
- /api/public/registry/dodo-payments-mcp
Agents can discover Dodo Payments MCP through the Agent Nexus MCP server, /llms.txt or the discovery API.