
Cashfree Mcp
Wire Cashfree Payments, Payouts, and SecureID into your agent while coding checkout, disbursements, or KYC flows.
Overview
Cashfree MCP is a MCP server for the Build phase that exposes Cashfree payment, payout, and SecureID docs and APIs to your coding agent.
What is this MCP server?
- Stdio MCP package @cashfreepayments/cashfree-mcp (server schema v1.0.0, npm v1.0.1)
- Payment Gateway credentials via PAYMENTS_APP_ID and PAYMENTS_APP_SECRET
- Payouts API access via PAYOUTS_APP_ID and PAYOUTS_APP_SECRET
- SecureID app credentials (SECUREID_APP_ID) for identity/KYC-related API flows
- Optional TWO_FA_PUBLIC_KEY_PEM_PATH for verifying 2FA signatures from PEM public key
- MCP server version 1.0.0; npm package @cashfreepayments/cashfree-mcp at 1.0.1
- Stdio transport; at least 5 documented environment variables (Payments, Payouts, SecureID, 2FA PEM path)
Community signal: 13 GitHub stars.
What problem does it solve?
Agents hallucinate Cashfree API fields and miss payout versus payment-gateway differences, slowing indie checkout and disbursement implementations.
Who is it for?
Solo builders in India (or using Cashfree) who want agent-assisted integration coding with Payments, Payouts, and SecureID env vars already provisioned.
Skip if: Teams that only need a one-off curl example without a Cashfree merchant account, or builders on Stripe-only stacks with no Cashfree credentials.
What do I get? / Deliverables
Your agent can query authoritative Cashfree docs and API context while you implement payments, payouts, and SecureID with the right credential scopes.
- Agent-accessible Cashfree API and documentation context during integration coding
- Correct separation of Payments, Payouts, and SecureID configuration in local MCP setup
- Faster implementation of Cashfree-backed checkout or disbursement features
Recommended MCP Servers
Journey fit
Payment and payout integrations are implemented during product build, before you ship monetized flows to production. This MCP exposes Cashfree docs and APIs as agent-callable tools—the canonical integrations shelf for payment gateway work.
How it compares
Cashfree-specific MCP finance integration, not a generic payment abstraction or Claude payment skill.
Common Questions / FAQ
Who is Cashfree MCP for?
Indie and solo developers building SaaS or ecommerce backends who use Cashfree for collections, payouts, or SecureID and want their AI agent grounded in official Cashfree docs and APIs.
When should I use Cashfree MCP?
Use it during the build phase while wiring checkout, refunds, vendor payouts, webhooks, or KYC flows so the agent references correct Cashfree products and credential types.
How do I add Cashfree MCP to my agent?
Install @cashfreepayments/cashfree-mcp, configure stdio transport in your MCP client, and set PAYMENTS_*, PAYOUTS_*, SECUREID_APP_ID, and optional TWO_FA_PUBLIC_KEY_PEM_PATH environment variables before starting the server.