Cashfree MCP server for cashfree docs and APIs
Cashfree MCP MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Cashfree MCP server for cashfree docs and APIs.
Before installing, ensure you have Node.js v14.x or higher installed. If you're using nvm or brew, make sure the correct version is active:
Once Cashfree MCP is connected, these are the calls the assistant has available:
PAYMENTS_APP_ID — Your Payment Gateway client IDPAYMENTS_APP_SECRET — Your Payment Gateway client secretPAYOUTS_APP_ID — Your Payouts client IDPAYOUTS_APP_SECRET — Your Payouts client secretTWO_FA_PUBLIC_KEY_PEM_PATH — Path to your 2FA public key (required only if 2FA is enabled)SECUREID_APP_ID — Your SecureID client IDSECUREID_APP_SECRET — Your SecureID client secretpayouts — Payouts APIssecureid — SecureID APIsClaude — Add the following configuration block to your claude_desktop_config.jsonEnvironment — ENV: Set to production for production environment, sandbox for sandbox (default: sandbox)Payouts — The Payouts tool exposed by this serverSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
You will need 8 environment variables: PAYMENTS_APP_ID, PAYMENTS_APP_SECRET, PAYOUTS_APP_ID, PAYOUTS_APP_SECRET, TWO_FA_PUBLIC_KEY_PEM_PATH, SECUREID_APP_ID, SECUREID_APP_SECRET, TOOLS. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Plenty of payments and commerce servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Cashfree MCP's toolset — PAYMENTS_APP_ID, PAYMENTS_APP_SECRET, PAYOUTS_APP_ID and 10 more — is a fair guide to whether it matches your workflow. It is maintained by cashfree; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| PAYMENTS_APP_ID | Your Payment Gateway client ID |
| PAYMENTS_APP_SECRET | Your Payment Gateway client secret |
| PAYOUTS_APP_ID | Your Payouts client ID |
| PAYOUTS_APP_SECRET | Your Payouts client secret |
| TWO_FA_PUBLIC_KEY_PEM_PATH | Path to your 2FA public key (required only if 2FA is enabled) |
| SECUREID_APP_ID | Your SecureID client ID |
| SECUREID_APP_SECRET | Your SecureID client secret |
| payouts | Payouts APIs |
| secureid | SecureID APIs |
| Claude | Add the following configuration block to your claude_desktop_config.json |
| Environment | ENV: Set to production for production environment, sandbox for sandbox (default: sandbox) |
| Payouts | The Payouts tool exposed by this server. |
| SecureID | The SecureID tool exposed by this server. |
| Variable | Description | Required |
|---|---|---|
| PAYMENTS_APP_ID | Configuration value read at startup. | Optional |
| PAYMENTS_APP_SECRET | Credential the server authenticates with. | Yes |
| PAYOUTS_APP_ID | Configuration value read at startup. | Optional |
| PAYOUTS_APP_SECRET | Credential the server authenticates with. | Yes |
| TWO_FA_PUBLIC_KEY_PEM_PATH | Credential the server authenticates with. | Yes |
| SECUREID_APP_ID | Configuration value read at startup. | Optional |
| SECUREID_APP_SECRET | Credential the server authenticates with. | Yes |
| TOOLS | Configuration value read at startup. | Optional |
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.