The DodoPayments MCP (Model Context Protocol) Server provides a standardized interface for AI models to interact with the DodoPayments API.
Open the Remote MCP Server
Copy the MCP JSON configuration
Configure your AI application
Complete authentication and environment setup
Login and Approve
Verify successful connection
npx
:
Tool | Type | Description |
---|---|---|
create_payments | write | Create new payments |
retrieve_payments | read | Get payment details |
list_payments | read | List all payments |
Tool | Type | Description |
---|---|---|
create_subscriptions | write | Create new subscriptions |
retrieve_subscriptions | read | Get subscription details |
update_subscriptions | write | Update subscription details |
list_subscriptions | read | List all subscriptions |
charge_subscriptions | write | Process subscription charges |
Tool | Type | Description |
---|---|---|
activate_licenses | write | Activate license keys |
deactivate_licenses | write | Deactivate license keys |
validate_licenses | write | Validate license keys |
retrieve_license_keys | read | Get license key details |
update_license_keys | write | Update license key details |
list_license_keys | read | List all license keys |
Tool | Type | Description |
---|---|---|
create_customers | write | Create new customers |
retrieve_customers | read | Get customer details |
update_customers | write | Update customer details |
list_customers | read | List all customers |
create_customers_customer_portal | write | Create customer portal sessions |
Tool | Type | Description |
---|---|---|
create_refunds | write | Process refunds |
retrieve_refunds | read | Get refund details |
list_refunds | read | List all refunds |
retrieve_disputes | read | Get dispute details |
list_disputes | read | List all disputes |
list_payouts | read | List all payouts |
Tool | Type | Description |
---|---|---|
create_products | write | Create new products |
retrieve_products | read | Get product details |
update_products | write | Update product details |
list_products | read | List all products |
delete_products | write | Delete products |
unarchive_products | write | Restore archived products |
update_products_images | write | Update product images |
Tool | Type | Description |
---|---|---|
create_discounts | write | Create new discounts (auto-generates code if omitted) |
retrieve_discounts | read | Get discount details |
update_discounts | write | Update discount details |
list_discounts | read | List all discounts |
delete_discounts | write | Delete discounts |
Tool | Type | Description |
---|---|---|
retrieve_webhook_events | read | Get webhook event details |
list_webhook_events | read | List all webhook events |
list_supported_countries_misc | read | List supported countries |