
Razorpay MCP Server Integration
Integrate Razorpay payment processing directly into your FlowHunt workflows with the Razorpay MCP Server. Enable AI-powered automation for payment capture, tran...
Integrate Cashfree’s payment, payouts, and identity APIs into your AI workflows with the Cashfree MCP Server for streamlined financial automation.
The Cashfree MCP (Model Context Protocol) Server enables AI tools and agents to seamlessly integrate with Cashfree APIs, including Payment Gateway, Payouts, and SecureID. By acting as a bridge between AI assistants and Cashfree’s robust suite of financial APIs, it empowers developers to automate and streamline payment processing, payouts, and identity verification workflows within their development environment. The server exposes these functionalities as MCP tools, allowing AI-driven applications to create and manage payment links, process payouts, and interact with secure identity services. This integration enhances productivity by allowing database queries, API interactions, and other financial operations directly from the AI assistant, saving time and reducing manual effort.
No prompt templates are mentioned in the repository.
No explicit MCP resources are listed in the documentation or repository.
The Cashfree MCP Server provides the following tools, grouped by product category:
Other modules are referenced (payouts, secureid) but tool details are not provided in the documentation.
Other potential use cases (such as payouts or SecureID) are implied but not detailed.
No Windsurf-specific setup instructions are provided.
git clone https://github.com/cashfree/cashfree-mcp.git
cd cashfree-mcp
npm install
claude_desktop_config.json
:{
"mcpServers": {
"cashfree": {
"command": "node",
"args": ["/path/to/cashfree-mcp/src/index.js"],
"env": {
"PAYMENTS_APP_ID": "YOUR_PG_CLIENT_ID",
"PAYMENTS_APP_SECRET": "YOUR_PG_CLIENT_SECRET",
"PAYOUTS_APP_ID": "YOUR_PAYOUTS_CLIENT_ID",
"PAYOUTS_APP_SECRET": "YOUR_PAYOUTS_CLIENT_SECRET",
"TWO_FA_PUBLIC_KEY_PEM_PATH": "/path/to/public_key.pem",
"SECUREID_APP_ID": "YOUR_SECUREID_CLIENT_ID",
"SECUREID_APP_SECRET": "YOUR_SECUREID_CLIENT_SECRET",
"TOOLS": "pg,payouts,secureid",
"ENV": "sandbox"
}
}
}
}
Set sensitive values (like API keys and secrets) using environment variables in the env
object as shown above.
No Cursor-specific setup instructions are provided.
No Cline-specific setup instructions are provided.
{
"mcp": {
"inputs": [],
"servers": {
"cashfree": {
"command": "node",
"args": ["/path/to/cashfree-mcp/src/index.js"],
"env": {
"PAYMENTS_APP_ID": "YOUR_PG_CLIENT_ID",
"PAYMENTS_APP_SECRET": "YOUR_PG_CLIENT_SECRET",
"PAYOUTS_APP_ID": "YOUR_PAYOUTS_CLIENT_ID",
"PAYOUTS_APP_SECRET": "YOUR_PAYOUTS_CLIENT_SECRET",
"TWO_FA_PUBLIC_KEY_PEM_PATH": "/path/to/public_key.pem",
"SECUREID_APP_ID": "YOUR_SECUREID_CLIENT_ID",
"SECUREID_APP_SECRET": "YOUR_SECUREID_CLIENT_SECRET",
"TOOLS": "pg,payouts,secureid",
"ENV": "sandbox"
}
}
}
}
}
Sensitive information is stored in the env
section of your configuration, as in the examples above.
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"cashfree": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “cashfree” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Cashfree MCP server integrates with Cashfree APIs via MCP |
List of Prompts | ⛔ | No prompt templates found |
List of Resources | ⛔ | No MCP resources listed |
List of Tools | ✅ | Payment Gateway: search, create-payment-link, fetch, cancel |
Securing API Keys | ✅ | Via env variables in config |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Cashfree MCP Server provides a focused set of payment tools and excellent configuration examples for major AI platforms, but lacks details on prompt templates and MCP resources. Setup is well-documented for Claude and VS Code, but not for Windsurf, Cursor, or Cline. The toolset is practical for payment workflows, but broader MCP features like sampling and roots are not referenced. Overall, the server is solid for payment integrations, but not as feature-complete as some others.
Has a LICENSE | ✅ |
---|---|
Has at least one tool | ✅ |
Number of Forks | 1 |
Number of Stars | 7 |
It acts as a bridge between AI assistants and Cashfree APIs, enabling AI-driven apps to create and manage payment links, process payouts, and use identity verification directly from development tools or workflows like FlowHunt.
The server exposes tools for the Payment Gateway (search documentation, create/fetch/cancel payment links). References are made to payouts and SecureID, but their specific tools are not documented.
Store all sensitive API keys and secrets in the 'env' section of your MCP server configuration file as environment variables, never directly in code.
Yes, the MCP server is designed to support payouts and SecureID modules, but you’ll need to provide the relevant credentials and keys in your configuration. Tool details for these modules are not provided in the documentation.
Add the MCP component to your FlowHunt flow, then set the configuration JSON with your server’s URL. This enables your AI agent to access all Cashfree MCP tools within your workflow.
Boost your AI application's power by enabling secure, automated payment processing, payouts, and identity verification—directly from your AI agent.
Integrate Razorpay payment processing directly into your FlowHunt workflows with the Razorpay MCP Server. Enable AI-powered automation for payment capture, tran...
The DodoPayments MCP Server enables AI assistants to seamlessly interact with external payment systems, allowing for automated payment processing, status checks...
The Model Context Protocol (MCP) Server bridges AI assistants with external data sources, APIs, and services, enabling streamlined integration of complex workfl...