dodopayments
v0.5.1Dodo Payments tools for Codex: integration skills + API/docs MCP servers.
By Dodo PaymentsLicense: MIT1.1k GitHub starsUpdated 13 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 19 skill or MCP entries
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install dodopayments for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add dodopayments@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “dodopayments” remain stable.
- Codex:
dodopayments@agent-plugin-marketplace→dodopayments@awesome-codex-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/dodopayments/dodo-agent-plugin/.
Plugin files
├── .codex-plugin/plugin.json├── skills/better-auth-integration/SKILL.md├── skills/billing-sdk/SKILL.md├── skills/checkout-integration/SKILL.md├── skills/credit-based-billing/SKILL.md├── skills/customer-management/SKILL.md├── skills/discounts-and-promotions/SKILL.md├── skills/dodo-best-practices/SKILL.md├── skills/framework-adapters/SKILL.md├── skills/license-keys/SKILL.md├── skills/localized-pricing/SKILL.md├── skills/mobile-checkout/SKILL.md├── skills/product-catalog-management/SKILL.md├── skills/refunds-and-disputes/SKILL.md├── skills/subscription-integration/SKILL.md├── skills/testing-and-go-live/SKILL.md├── skills/usage-based-billing/SKILL.md├── skills/webhook-integration/SKILL.md└── .mcp.json
Included Skills17
Guide only for applications using @dodopayments/better-auth, covering authenticated customer sync, checkout, portal access, usage ingestion, and verified webhook callbacks.
Guide for building billing UI with BillingSDK - the open-source React component library for pricing tables, subscription management, usage meters, invoice history, and customer portal flows wired to Dodo Payments.
Guide for starting hosted Checkout Sessions, payment links, and overlay or inline checkout for one-time and recurring products; use subscription-integration for post-checkout lifecycle management.
Complete guide for giving customers included, free, prepaid, promotional, or top-up credits using grants, balances, ledger deductions, rollover, expiry, alerts, and overage.
Guide for managing customer records, saved payment methods, monetary wallets, and hosted customer-portal sessions; subscription lifecycle and custom billing UI are covered separately.
Guide for implementing discount codes and promotional pricing with Dodo Payments, including CRUD operations, eligibility rules, stacking, subscription-cycle limits, and plan-change preservation.
Guide for initial Dodo Payments setup, including SDK installation, test and live environments, API keys, and the canonical checkout-to-webhook architecture.
Guide for mounting official @dodopayments/* checkout, portal, and verified-webhook route handlers in supported web frameworks; use domain skills for payment and lifecycle logic.
Guide for implementing license key management with Dodo Payments - activation, validation, and access control for software products.
Guide for implementing localized pricing, adaptive currency, and purchasing power parity with Dodo Payments
Guide for implementing mobile in-app checkout with Dodo Payments across React Native, Flutter, iOS, and Android platforms.
Guide for creating and managing products, pricing, add-ons, product collections, images, and digital product delivery
Guide for issuing refunds, handling disputes and chargebacks, and reconciling customer access with Dodo Payments
Guide for managing recurring subscriptions after checkout, including trials, lifecycle states, plan changes, cancellation, failed-payment recovery, proration, mandates, and on-demand charges.
Guide for test-mode payment scenarios, renewal simulation, local webhook delivery tests, test and live catalog migration, and production launch checks.
Guide for charging directly per measured API call, token, storage unit, or other consumption using meters, stable usage events, aggregation, free thresholds, and metered subscriptions.
Complete guide for setting up and handling Dodo Payments webhooks for real-time payment event notifications.
MCP servers2
- command
- npx
- args
- -y mcp-remote@latest https://knowledge.dodopayments.com/mcp
- command
- npx
- args
- -y mcp-remote@latest https://mcp.dodopayments.com/mcp
Plugin manifests1
{
"name": "dodopayments",
"version": "0.5.1",
"description": "Dodo Payments tools for Codex: integration skills + API/docs MCP servers.",
"author": {
"name": "Dodo Payments",
"email": "[email protected]"
},
"homepage": "https://docs.dodopayments.com",
"repository": "https://github.com/dodopayments/dodo-agent-plugin",
"license": "MIT",
"keywords": [
"dodopayments",
"payments",
"billing",
"subscriptions",
"codex",
"mcp",
"skills"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"composerIcon": "./assets/icon.svg",
"displayName": "Dodo Payments",
"shortDescription": "Payments, billing, subscriptions - integrated into Codex.",
"longDescription": "Official Dodo Payments plugin. Bundles seventeen integration skills (checkout, subscriptions, mobile checkout, webhooks, framework adapters, usage-based billing, credits, license keys, products, discounts, localized pricing, customers, refunds and disputes, billing SDK, Better Auth, testing and go-live, best practices) plus two MCP servers: a live API server and a documentation search server.",
"developerName": "Dodo Payments",
"category": "Developer Tools",
"defaultPrompt": [
"Set up Dodo Payments webhook handlers in my Next.js app.",
"Create a subscription checkout session with a 14-day trial.",
"Implement usage-based billing with meters and events."
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[dodopayments on Agent Plugins Marketplace](https://pluginsmp.com/plugins/dodopayments)