io.github.cashfree/cashfree-mcp
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_IDsecret
Payment Gateway App Id
PAYMENTS_APP_SECRETsecret
Payment Gateway App Secret
PAYOUTS_APP_IDsecret
Payouts App Id
PAYOUTS_APP_SECRETsecret
Payouts App Secret
TWO_FA_PUBLIC_KEY_PEM_PATHPath to the PEM file containing the public key for verifying 2FA signatures
SECUREID_APP_IDsecret
SecureId App Id
SECUREID_APP_SECRETsecret
SecureId App Secret
TOOLSrequired
Tools (Comma-separated list of modules to enable. Available options: pg, payouts, secureid)
ENVrequired
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
ac.tandem/docs-mcp
ac.tandem/docs-mcp
Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.
ai.adramp/google-ads
ai.adramp/google-ads
Google Ads MCP server — manage campaigns, keywords, and metrics.
AutEng MCP - Markdown Publishing & Document Share Links
ai.auteng/docs
Publish markdown documents as public share links with mermaid diagram support. Built by AutEng.ai