← Back to Plugins
MCP Server MCP

io.github.cashfree/cashfree-mcp

github By github 👁 1 views ▲ 0 votes

Cashfree MCP server for cashfree docs and APIs

Homepage Verified source GitHub

Install

npx -y @cashfreepayments/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@cashfreepayments/cashfree-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Payment Gateway App Id",
          "format": "string",
          "isSecret": true,
          "name": "PAYMENTS_APP_ID"
        },
        {
          "description": "Payment Gateway App Secret",
          "format": "string",
          "isSecret": true,
          "name": "PAYMENTS_APP_SECRET"
        },
        {
          "description": "Payouts App Id",
          "format": "string",
          "isSecret": true,
          "name": "PAYOUTS_APP_ID"
        },
        {
          "description": "Payouts App Secret",
          "format": "string",
          "isSecret": true,
          "name": "PAYOUTS_APP_SECRET"
        },
        {
          "description": "Path to the PEM file containing the public key for verifying 2FA signatures",
          "format": "string",
          "name": "TWO_FA_PUBLIC_KEY_PEM_PATH"
        },
        {
          "description": "SecureId App Id",
          "format": "string",
          "isSecret": true,
          "name": "SECUREID_APP_ID"
        },
        {
          "description": "SecureId App Secret",
          "format": "string",
          "isSecret": true,
          "name": "SECUREID_APP_SECRET"
        },
        {
          "description": "Tools (Comma-separated list of modules to enable. Available options: pg, payouts, secureid)",
          "isRequired": true,
          "format": "string",
          "name": "TOOLS"
        },
        {
          "description": "Environment (production/sandbox default: sandbox)",
          "isRequired": true,
          "format": "string",
          "name": "ENV"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...