Cashfree MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 28 installs a week from npm. Last commit 3 Apr 2026.
Cashfree MCP server for cashfree docs and APIs
Today is the operative word: we check Cashfree MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add cashfree-mcp -- npx -y @cashfreepayments/cashfree-mcp
{
"mcpServers": {
"cashfree-mcp": {
"args": [
"-y",
"@cashfreepayments/cashfree-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.cashfree-mcp]
command = "npx"
args = ["-y", "@cashfreepayments/cashfree-mcp"]
{
"mcpServers": {
"cashfree-mcp": {
"args": [
"-y",
"@cashfreepayments/cashfree-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"cashfree-mcp": {
"args": [
"-y",
"@cashfreepayments/cashfree-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
PAYMENTS_APP_ID (Payment Gateway App Id), PAYMENTS_APP_SECRET (Payment Gateway App Secret), PAYOUTS_APP_ID (Payouts App Id), PAYOUTS_APP_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 (SecureId App Id), SECUREID_APP_SECRET (SecureId App Secret), TOOLS (Tools (Comma-separated list of modules to enable. Available options: pg, payouts, secureid)), ENV (Environment (production/sandbox default: sandbox)).
The author declared them in the registry entry; get the values from the project itself.
MCP server for SWAPI API
CLI and MCP server for the LinkedIn API
MCP server for Porkbun domains and DNS.
MCP server for GitLab and GitHub
MCP server for Anzenna
MCP server and CLI for Brave DevTools
An MCP server for Vercel
MCP server for Hostinger API
Answers built from our own checks of this server.