Added Dodo Payments MCP Server in Readme #1296
Open
+1
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Adds a new MCP server integration for Dodo Payments, enabling AI agents to securely perform payment operations such as billing, subscriptions, refunds, and customer management via the Dodo Payments API.
Server Details
Motivation and Context
As AI agents take on increasingly autonomous roles, they need standardized, secure interfaces to interact with real-world financial systems. This server enables agentic workflows by bridging AI models with the Dodo Payments API through the Model Context Protocol, unlocking capabilities like creating payments, managing subscriptions, and handling licenses and refunds—all from within agent frameworks.
How Has This Been Tested?
Tested locally using
npx dodopayments-mcp
and integrated with an LLM client using tool filtering, payment simulation, and customer operations. Validated common workflows such ascreate_payments
,create_subscriptions
, andcreate_customers_customer_portal
.Breaking Changes
No. This is a new server addition and does not affect existing configurations.
Types of changes
Checklist
Additional context
This server is built with a modular architecture to support fine-grained tool filtering and programmatic extensions, making it suitable for integration in both serverless and hosted environments. It supports the full surface area of the Dodo Payments API, with tools grouped by functional domain for optimal context utilization.