← Index

io.github.cashfree/cashfree-mcp

io.github.cashfree/cashfree-mcp·v1.0.0·Documents & Spreadsheets
Quality Score
68
/100

Cashfree MCP server for cashfree docs and APIs

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "cashfree-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cashfreepayments/cashfree-mcp"
      ],
      "env": {
        "PAYMENTS_APP_ID": "<your-payments_app_id>",
        "PAYMENTS_APP_SECRET": "<your-payments_app_secret>",
        "PAYOUTS_APP_ID": "<your-payouts_app_id>",
        "PAYOUTS_APP_SECRET": "<your-payouts_app_secret>",
        "TWO_FA_PUBLIC_KEY_PEM_PATH": "<two_fa_public_key_pem_path>",
        "SECUREID_APP_ID": "<your-secureid_app_id>",
        "SECUREID_APP_SECRET": "<your-secureid_app_secret>",
        "TOOLS": "<tools>",
        "ENV": "<env>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "cashfree-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cashfreepayments/cashfree-mcp"
      ],
      "env": {
        "PAYMENTS_APP_ID": "<your-payments_app_id>",
        "PAYMENTS_APP_SECRET": "<your-payments_app_secret>",
        "PAYOUTS_APP_ID": "<your-payouts_app_id>",
        "PAYOUTS_APP_SECRET": "<your-payouts_app_secret>",
        "TWO_FA_PUBLIC_KEY_PEM_PATH": "<two_fa_public_key_pem_path>",
        "SECUREID_APP_ID": "<your-secureid_app_id>",
        "SECUREID_APP_SECRET": "<your-secureid_app_secret>",
        "TOOLS": "<tools>",
        "ENV": "<env>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @cashfreepayments/cashfree-mcp
§02  Environment variables
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)

§03  MCP Quality Score  ·  methodology
freshness
13
completeness
5
installability
25
documentation
15
stability
10
§04  Alternatives in Documents & Spreadsheets