io.github.cashfree/cashfree-mcp✓
io.github.cashfree/cashfree-mcp · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.cashfree/cashfree-mcp",
"description": "Cashfree MCP server for cashfree docs and APIs",
"repository": {
"url": "https://github.com/cashfree/cashfree-mcp",
"source": "github"
},
"version": "1.0.0",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}