Cashfree Payments MCP for AI Agents

Securely connect your AI agents and chatbots (Claude, ChatGPT, Cursor, etc) with Cashfree Payments MCP or direct API to collect payments, initiate payouts, manage subscriptions, and process refunds through natural language.

Cashfree Payments MCP logoCashfree Payments MCP
Dcr Oauth

Cashfree Payments MCP is a merchant payments platform that handles collection, payouts, subscriptions, settlements, refunds, and identity verification. Simplifies merchant money lifecycle management with unified, API-driven workflows.

66 Tools

Try Cashfree Payments MCP now

Type what you want done — sign in and watch it run live in the Tool Router playground.

TOOL ROUTER PLAYGROUND
Cashfree Payments MCP
Try asking
TOOLS

Supported Tools

Every Cashfree Payments MCP action and event your agent gets out of the box.

Activate workflow

USE WHEN: A workflow has been tested via test_and_register_workflow() and is ready to go live.

Build and save workflow

USE WHEN: You have gathered all workflow configuration from tool calls and the user, and need to construct and save the DSL.

Cancel payment link

USE WHEN: The user wants to cancel/deactivate an existing payment link so no further payments can be made.

Create order

USE WHEN: The user wants to create a payment order to accept a payment.

Create payment link

USE WHEN: The user wants to create a shareable payment link to collect money from customers.

Create refund

USE WHEN: The user wants to initiate a refund for a payment.

Create workflow

USE WHEN: The user wants to create a new workflow/automation.

Download report

USE WHEN: A report has reached DONE status and the user wants the download URL.

Fetch payment link details

USE WHEN: The user wants to check the status or details of an existing payment link.

Fetch simulation

USE WHEN: The user wants to check the result of a simulated payment.

Generate recon report

USE WHEN: The user wants to generate a settlement reconciliation report.

Generate summary report

USE WHEN: The user wants to generate a transaction summary, settlement, refund, or ledger report.

Get connection setup link

USE WHEN: The merchant needs to add a new connection/credential for an app (Gmail, Slack, etc.

Get credential

USE WHEN: You need to verify a specific credential's metadata or status.

Get data fetcher template

USE WHEN: The user picked a data fetcher template and you need its configuration detail.

Get execution details

USE WHEN: The user wants to debug a specific workflow execution — see per-node inputs, outputs, and errors.

Get instant settlement rates

USE WHEN: The user asks about the charge rate for instant/on-demand settlements.

Get merchant free trial credits

USE WHEN: The user asks about free trial credits for on-demand settlements.

Get next settlement date

USE WHEN: The user asks when the next settlement will happen or about settlement schedule.

Get node action schema

USE WHEN: The user has chosen an action and you need the full input field schema to configure it.

Get node field options

USE WHEN: You need to populate dropdown or dynamic field values for a node action (e.

Get on demand charges

USE WHEN: The user wants to preview charges/fees for an on-demand settlement withdrawal.

Get on demand daily limit

USE WHEN: The user asks about on-demand settlement withdrawal limits.

Get on demand eligible funds

USE WHEN: The user wants to know how much money can be withdrawn via on-demand settlement.

Get on demand settlement activation status

USE WHEN: The user asks if on-demand/instant settlements are available or activated.

Get order

USE WHEN: The user wants to check the status of an order or retrieve its payment session details.

Get order extended

USE WHEN: The user needs extended order information including address, cart items, offers, and customer details.

Get orders for a payment link

USE WHEN: The user wants to see all orders created against a specific payment link.

Get payment by

USE WHEN: The user wants to view details of a specific payment attempt on an order.

Get payment modes

USE WHEN: The user wants to filter transactions by payment method but you need the numeric code.

Get payments for an order

USE WHEN: The user wants to see all payment attempts made against a specific order.

Get refund

USE WHEN: The user wants to check the status of a specific refund.

Get report status

USE WHEN: You need to check if a report is ready for download.

Get settlement recon routes

USE WHEN: The user wants to generate a Flowwise Recon report and you need the gateway route names.

Get standard settlement details

USE WHEN: The user wants to track where settlement money is in the banking pipeline.

Get tool guide

USE WHEN: You are about to perform a multi-step task and need to know which tools to call and in what order.

Get transaction details

USE WHEN: The user wants to see the full details of a specific transaction including timeline, settlement, and gateway response.

Get trigger event

USE WHEN: The user has picked a trigger event and you need its configurable fields and conditions.

Get trigger sample payload

USE WHEN: You need the sample payload for a trigger event — used for test execution and to show injectable fields.

Get unsettled amount

USE WHEN: The user asks about unsettled balance, money held by Cashfree, or pending settlements.

Get vendor settlement details

USE WHEN: The user wants to track where vendor settlement money is in the banking pipeline.

Get workflow

USE WHEN: You need to view or edit a specific workflow's details and DSL.

Get workflow template

USE WHEN: The user picked a template from search_workflow_templates results and you need the full DSL.

List catalog nodes

USE WHEN: The user hasn't specified which app/integration to use and you need to show available options.

List credentials

USE WHEN: You need to check if a connection/credential exists for an app before building a workflow.

List data fetcher templates

USE WHEN: Building a schedule-based workflow and you need to show available data source options.

List node actions

USE WHEN: You know which integration node to use and need to discover its available actions.

List recent executions

USE WHEN: The user wants to see recent workflow runs across all workflows.

List reports

USE WHEN: The user wants to see previously generated reports or check if a report exists.

List trigger events

USE WHEN: You need to show the user what trigger events are available at the start of workflow creation.

List workflow executions

USE WHEN: The user wants to see execution history for a specific workflow.

List workflows

USE WHEN: The user wants to see all their workflows or find a specific workflow by status.

List workflow versions

USE WHEN: The user wants to see the version history of a workflow.

Search on demand settlements

USE WHEN: The user wants to search past on-demand/instant withdrawal settlements.

Search orders

Search for orders with filters OR fetch a specific order by ID

Search product docs

USE WHEN: The user asks about Cashfree Payments Developer Documentation product features, API usage, integration guides, or how something works.

Search standard settlements

USE WHEN: The user wants to search settlement history, check settlement status, or find a specific settlement by UTR.

Search transactions

USE WHEN: The user wants to find, search, filter, or list payment transactions.

Search vendor settlements

USE WHEN: The user wants to search vendor split (Easy Split) settlement payouts.

Search workflow templates

USE WHEN: The user wants to find a pre-built workflow template.

Simulate payment

USE WHEN: The user wants to test/simulate a payment in sandbox mode.

Test action node

USE WHEN: You want to validate an action node's connection and field values before saving the workflow.

Test and register workflow

USE WHEN: A workflow DSL has been saved via update_workflow() or build_and_save_workflow() and needs testing before activation.

Test data fetcher

USE WHEN: You want to validate what data a data fetcher template would return before saving the workflow.

Toggle workflow status

USE WHEN: The user wants to pause a running workflow or resume a paused one.

Update workflow

USE WHEN: You have a complete workflow DSL and need to save it to the draft.

SETUP GUIDE

Connect Cashfree Payments MCP Tool with your Agent

1

Install Composio

typescript
npm install @composio/core ai @ai-sdk/openai @ai-sdk/mcp
Install the Composio SDK for Python or TypeScript
2

Initialize Client and Create Tool Router Session

typescript
import { Composio } from '@composio/core';

const composio = new Composio({ apiKey: 'your-api-key' });
const session = await composio.create('your-user-id');
console.log(`Tool Router session created: ${session.mcp.url}`);
Import and initialize the Composio client, then create a Tool Router session for Cashfree Payments MCP
3

Connect to AI Agent

typescript
import { openai } from '@ai-sdk/openai';
import { experimental_createMCPClient as createMCPClient } from '@ai-sdk/mcp';
import { generateText } from 'ai';

const client = await createMCPClient({
  transport: {
    type: 'http',
    url: session.mcp.url,
    headers: {
      'x-api-key': 'your-composio-api-key',
    },
  },
});

const tools = await client.tools();
const { text } = await generateText({
  model: openai('gpt-4o'),
  tools,
  messages: [{
    role: 'user',
    content: 'YOUR_SPECIFIC_PROMPT_HERE'
  }],
  maxSteps: 5,
});

console.log(`Agent: ${text}`);
Use the MCP server with your AI agent (Anthropic Claude or Mastra)
SETUP GUIDE

Connect Cashfree Payments MCP API Tool with your Agent

1

Install Composio

typescript
npm install @composio/openai
Install the Composio SDK
2

Initialize Composio and Create Tool Router Session

typescript
import OpenAI from 'openai';
import { Composio } from '@composio/core';
import { OpenAIResponsesProvider } from '@composio/openai';

const composio = new Composio({
  provider: new OpenAIResponsesProvider(),
});
const openai = new OpenAI({});
const session = await composio.create('your-user-id');
Import and initialize Composio client, then create a Tool Router session
3

Execute Cashfree Payments MCP Tools via Tool Router with Your Agent

typescript
const tools = session.tools;
const response = await openai.responses.create({
  model: 'gpt-4.1',
  tools: tools,
  input: [{
    role: 'user',
    content: "Initiate a payout to vendor@example.com for 1500 INR with note 'Invoice 1234'"
  }],
});
const result = await composio.provider.handleToolCalls(
  'your-user-id',
  response.output
);
console.log(result);
Get tools from Tool Router session and execute Cashfree Payments MCP actions with your Agent

Why Use Composio?

AI Native Cashfree Payments MCP Integration

  • Supports both Cashfree Payments MCP and direct API based integrations
  • Structured, LLM-friendly schemas for reliable tool execution
  • Rich coverage for reading, writing, and querying your Cashfree Payments MCP data

Managed Auth

  • Built-in OAuth handling with automatic token refresh and rotation
  • Central place to manage, scope, and revoke Cashfree Payments MCP access
  • Per user and per environment credentials instead of hard-coded keys

Agent Optimized Design

  • Tools are tuned using real error and success rates to improve reliability over time
  • Comprehensive execution logs so you always know what ran, when, and on whose behalf

Enterprise Grade Security

  • Fine-grained RBAC so you control which agents and users can access Cashfree Payments MCP
  • Scoped, least privilege access to Cashfree Payments MCP resources
  • Full audit trail of agent actions to support review and compliance
FRAMEWORKS

Use Cashfree Payments MCP with any AI Agent Framework

Choose a Framework you want to connect Cashfree Payments MCP with

FAQ

Frequently asked questions

Yes, Cashfree Payments MCP requires you to configure your own Dcr Oauth credentials. Once set up, Composio handles secure credential storage and management for you.

Yes! Composio's Tool Router enables agents to use multiple toolkits. Learn more.

Composio is SOC 2 and ISO 27001 compliant with all data encrypted in transit and at rest. Learn more.

Composio maintains and updates all toolkit integrations automatically, so your agents always work with the latest API versions.

Start with Cashfree Payments MCP.It takes 30 seconds.

Managed auth, hosted MCP servers, and every Cashfree Payments MCP tool your agent needs.Free to start.

Start building