Home › Other › cashfree-mcp

cashfree-mcp

Cashfree MCP server for cashfree docs and APIs

TypeScript
★ 14 stars Last pushed 2026-04-03 License: NOASSERTION

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.1)

npx -y @cashfreepayments/cashfree-mcp@1.0.1

Or add to your MCP client config:

{
  "mcpServers": {
    "cashfree-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cashfreepayments/cashfree-mcp@1.0.1"
      ],
      "env": {
        "PAYMENTS_APP_ID": "<YOUR_VALUE>",
        "PAYMENTS_APP_SECRET": "<YOUR_VALUE>",
        "PAYOUTS_APP_ID": "<YOUR_VALUE>",
        "PAYOUTS_APP_SECRET": "<YOUR_VALUE>",
        "TWO_FA_PUBLIC_KEY_PEM_PATH": "<YOUR_VALUE>",
        "SECUREID_APP_ID": "<YOUR_VALUE>",
        "SECUREID_APP_SECRET": "<YOUR_VALUE>",
        "TOOLS": "<YOUR_VALUE>",
        "ENV": "<YOUR_VALUE>"
      }
    }
  }
}
  • PAYMENTS_APP_ID secret — Payment Gateway App Id
  • PAYMENTS_APP_SECRET secret — Payment Gateway App Secret
  • PAYOUTS_APP_ID secret — Payouts App Id
  • PAYOUTS_APP_SECRET secret — Payouts App Secret
  • TWO_FA_PUBLIC_KEY_PEM_PATH — Path to the PEM file containing the public key for verifying 2FA signatures
  • SECUREID_APP_ID secret — SecureId App Id
  • SECUREID_APP_SECRET secret — SecureId App Secret
  • TOOLS required — Tools (Comma-separated list of modules to enable. Available options: pg, payouts, secureid)
  • ENV required — Environment (production/sandbox default: sandbox)

Related servers

Data from the Official MCP Registry