---
title: "dodopayments"
description: "Dodo Payments tools for AI coding agents, including integration agent skills and the Dodo Payments API and docs MCP servers."
canonical: https://agentpluginsdirectory.com/plugins/dodopayments
last-updated: 2026-09-22
---

# dodopayments
Dodo Payments tools for AI coding agents, including integration agent skills and the Dodo Payments API and docs MCP servers.
- Slug: dodopayments
- Publisher: Dodo Payments
- Repository: https://github.com/dodopayments/dodo-agent-plugin
- Manifest: plugin.json
- Version: 0.5.1
- License: MIT
- Category (editorial): integrations
- Skills: 17 (better-auth-integration, billing-sdk, checkout-integration, credit-based-billing, customer-management, discounts-and-promotions, dodo-best-practices, framework-adapters, license-keys, localized-pricing, mobile-checkout, product-catalog-management, refunds-and-disputes, subscription-integration, testing-and-go-live, usage-based-billing, webhook-integration)
- MCP servers: 2 (dodo-knowledge, dodopayments-api)
- Stars: 6
- Repository created: 2026-04-21
- Repository last pushed: 2026-09-21
- Publisher type: Organization
- Listing: https://agentpluginsdirectory.com/plugins/dodopayments
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What dodopayments does, in the publisher's words

The official Dodo Payments plugin for AI coding agents. Installs seventeen integration skills and two MCP servers across Claude Code, Codex CLI, Cursor, VS Code / GitHub Copilot, and OpenCode from a single source of truth.

This plugin conforms to the Agent Plugins 1.0.0 specification: a root plugin.json, skills as immediate children of skills/, and MCP servers in mcp.json. Clients with native Agent Plugins support load it directly; the provider-specific manifests in this repo are generated compatibility shims for clients that do not.

- Dodo Payments API MCP server: Live API access (payments, subscriptions, customers, products, refunds, licenses, usage). Authenticates via browser OAuth, no local credentials required.
- Dodo Knowledge MCP server: No credentials. Semantic search over the current Dodo Payments documentation.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/dodopayments/dodo-agent-plugin/HEAD/README.md

## Skills

- better-auth-integration: Guide only for applications using @dodopayments/better-auth, covering authenticated customer sync, checkout, portal access, usage ingestion, and verified webhook callbacks.
- billing-sdk: 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.
- checkout-integration: 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.
- credit-based-billing: Complete guide for giving customers included, free, prepaid, promotional, or top-up credits using grants, balances, ledger deductions, rollover, expiry, alerts, and overage.
- customer-management: Guide for managing customer records, saved payment methods, monetary wallets, and hosted customer-portal sessions; subscription lifecycle and custom billing UI are covered separately.
- discounts-and-promotions: Guide for implementing discount codes and promotional pricing with Dodo Payments, including CRUD operations, eligibility rules, stacking, subscription-cycle limits, and plan-change preservation.
- dodo-best-practices: Guide for initial Dodo Payments setup, including SDK installation, test and live environments, API keys, and the canonical checkout-to-webhook architecture.
- framework-adapters: Guide for mounting official @dodopayments/* checkout, portal, and verified-webhook route handlers in supported web frameworks; use domain skills for payment and lifecycle logic.
- license-keys: Guide for implementing license key management with Dodo Payments, activation, validation, and access control for software products.
- localized-pricing: Guide for implementing localized pricing, adaptive currency, and purchasing power parity with Dodo Payments
- mobile-checkout: Guide for implementing mobile in-app checkout with Dodo Payments across React Native, Flutter, iOS, and Android platforms.
- product-catalog-management: Guide for creating and managing products, pricing, add-ons, product collections, images, and digital product delivery
- refunds-and-disputes
- subscription-integration
- testing-and-go-live
- usage-based-billing
- webhook-integration

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.

## MCP servers

- dodo-knowledge: transport: streamable-http; url: https://knowledge.dodopayments.com/mcp
- dodopayments-api: transport: streamable-http; url: https://mcp.dodopayments.com/mcp

Read from the plugin's own mcp.json. Environment variable names only, never values.
