Integrate AI tools
Set up your AI tools to integrate DogPay.
Integration ScopeCodex / 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@dogpayCursor
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@dogpayChatGPT
Import this OpenAPI file in GPT Builder Actions.
openapi/dogpay-payments.openapi.jsonSkills (npx)
Run this after the npm package is published.
npx -y @dogpay/dogpay-ai-plugins --print codexUpdated about 17 hours ago
Did this page help you?
