Back to directory
dodopayments/dodo-agent-plugin

dodopayments/dodo-agent-plugin

@dodopayments

Official Dodo Payments plugin for AI coding agents with API and knowledge MCP servers

paymentsmcp-serverapiknowledgeclaude-codecursoropencodepluginfinance

Installation & Configuration

{
  "mcpServers": {
    "dodopayments-api": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "dodopayments-mcp@latest"
      ],
      "env": {
        "DODO_PAYMENTS_API_KEY": "your_api_key",
        "DODO_PAYMENTS_WEBHOOK_KEY": "your_webhook_key",
        "DODO_PAYMENTS_ENVIRONMENT": "test_mode"
      }
    },
    "dodo-knowledge": {
      "type": "sse",
      "url": "https://mcp.dodopayments.com/knowledge/sse"
    }
  }
}

Information

Transport
stdiosse
Language
JavaScript
Created
2026/6/11
Updated
2026/6/12