Cashfree

Cashfree

Cashfree Payments official MCP server.

12
Stars
4
Forks
5
Releases

Overview

Cashfree MCP Server is an MCP server that enables AI tools and agents to access Cashfree APIs — Payment Gateway, Payouts, and SecureID — through MCP. The server is Node.js based and builds to dist/ and runs as an MCP service. It exposes a suite of tools organized by product: Payment Gateway (PG) tools for payments, orders, refunds, settlements, and disputes; Payouts tools for transfers and cash operations; and SecureID tools for identity verification tasks. Configuration is demonstrated via sample blocks for Claude desktop and VS Code, showing how to wire API credentials (PAYMENTS_APP_ID/SECRET, PAYOUTS_APP_ID/SECRET, SECUREID_APP_ID/SECRET) and 2FA public keys, along with environment (ENV) and enabled tools (TOOLS). Elicitation can be enabled (ELICITATION_ENABLED) to prompt for missing parameters. The documentation describes sandbox and production environments and provides build/run steps (npm install, npm run build, then node dist/index.js). It also lists the available MCP tools that cover a broad range of payments workflows.

Details

Owner
cashfree
Language
TypeScript
License
Other
Updated
2025-12-07

Features

Payment Gateway APIs

A comprehensive set of PG tools (search, create-payment-link, get-order, simulate-payment, refunds, settlements, disputes, etc.) for managing payments, orders, and related operations.

Payouts APIs

Payouts tooling including transfers (standard and batch), transfer status, cashgram workflow, and authentication utilities.

SecureID APIs

SecureID tooling for identity verification tasks such as verify-name-match, KYC link generation and status checks.

Elicitation Support

ELICITATION_ENABLED enables interactive prompts to collect missing required parameters instead of failing validation.

Environment and Credentials

Supports sandbox and production environments; credentials set via environment variables (APP IDs and secrets) and 2FA key path.

Build and Run Workflow

Node.js-based runtime that builds to dist/ and runs from dist/index.js with npm install and npm run build.

Claude and VS Code Integrations

Provides sample JSON blocks for Claude and VS Code configurations to connect to the MCP server using dist/index.js.

Audience

AI developersIntegrate Cashfree APIs (Payments, Payouts, SecureID) into AI tools via MCP.
MCP integratorsConfigure and run the MCP server in Claude desktop or VS Code to support payments workflows.
Fintech teamsTest and deploy sandbox or production Cashfree integrations through MCP.

Tags

CashfreeMCPModel Context ProtocolPaymentsPayoutsSecureIDAI integrationNode.js