Integrate AI tools

Set up your AI tools to integrate DogPay.

🤖

Integration Scope

Codex / Claude Plugins: Install guided registration, auth caching, payment order, and webhook integration workflows.

MCP / npx: Claude Code and Cursor use MCP tools to read DogPay endpoints, search docs, and generate code snippets.

OpenAPI Action: ChatGPT can import the payment OpenAPI file for sandbox or production-backed actions.


Configuration by Tool ⚙️

Claude Code

Run this command in your project folder.

claude plugin marketplace add wavepaid/dogpay-ai-tools
claude plugin install dogpay@dogpay

Cursor

Add this MCP configuration to Cursor.

{
  "mcpServers": {
    "dogpay": {
      "command": "npx",
      "args": ["-y", "@dogpay/dogpay-ai-plugins"]
    }
  }
}

Codex

Run this command in your project folder.

codex plugin marketplace add wavepaid/dogpay-ai-tools
codex plugin add dogpay@dogpay

ChatGPT

Import this OpenAPI file in GPT Builder Actions.

openapi/dogpay-payments.openapi.json

Skills (npx)

Run this after the npm package is published.

npx -y @dogpay/dogpay-ai-plugins --print codex

Did this page help you?