Skip to main content

Documentation Index

Fetch the complete documentation index at: https://www.cashfree.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

The Cashfree Relay MCP server exposes Relay’s workflow capabilities to AI agents using the Model Context Protocol (MCP). Once connected, you can create, update, activate, and monitor workflows directly from your AI agent using plain language, without opening the Relay dashboard.
Relay MCP is supported on Claude via the Claude desktop app. This integration is not available in the Claude web app—you must use the desktop application. Whether connector access requires a paid Claude plan depends on Anthropic’s current policy; check your Claude account if connection is blocked.

Prerequisites

  • Download the Claude Desktop application and sign in to your Claude account.
  • Have a valid Cashfree Merchant account with access to Relay (you will sign in to the Merchant Dashboard when connecting the connector).

Set up the MCP server

Follow these steps in Claude Desktop.
1

Open Customise and Connectors

  1. Log in to the Claude Desktop application.
  2. In the left navigation, go to Customise.
  3. Select Connectors.
  4. Click the + icon to add connectors, then choose Add custom connectors.
2

Add the Relay MCP connector

  1. In Add custom connector, enter a name for the connector (any name you prefer).
  2. In the MCP Server URL field, enter the following URL.
https://mcp-gamma.cashfree.com/wfcd-mcp/mcp
  1. Click Add.
Relay MCP is currently provisioned on the gamma environment. This page will be updated with a production URL when it is available.
3

Connect and sign in to Cashfree

  1. Click Connect.
  2. You are redirected to the Cashfree Merchant Dashboard, where you sign in or authenticate with the merchant account that should access Relay.
  3. Complete the flow and return to Claude. When the connector is connected, Relay MCP tools are available in your Claude session.

Available tools

The Relay MCP server exposes the following tools to your AI agent. These tools are invoked automatically when you use Relay Skills or issue relevant instructions in plain language.

Workflows and templates

ToolDescription
list_workflowsLists workflows in your Relay account, including names, IDs, and status.
create_workflowCreates a new workflow with a given name and initial configuration.
update_workflowUpdates an existing workflow’s configuration, including trigger, nodes, and settings.
set_workflow_statusActivates or deactivates a workflow without changing its configuration.
list_workflow_versionsReturns the version history of a workflow.
get_workflow_templateRetrieves a specific workflow template for use when building workflows.
search_workflow_templatesSearches available workflow templates to find a suitable template.

Execution and testing

ToolDescription
test_workflow_from_uiRuns a workflow test from the UI-oriented flow to validate configuration.
list_executionsReturns execution history for workflows, including status and timestamps.

Connections and credentials

ToolDescription
list_credentialsLists configured connections in your Relay account; can filter by app name (for example gmail or google-sheets).
create_credentialCreates a new connection to an external app or service in Relay.

Nodes and triggers

ToolDescription
list_nodesLists node types that can be added to a workflow.
get_node_actionsReturns the actions available for a given node (for example Gmail or Google Sheets).
test_action_nodeTests a configured action node with sample data before you rely on it in production.
resolve_node_optionsResolves dynamic dropdown options for a node field, such as available spreadsheets.
list_triggersLists available trigger types, including schedule-based and event-based options.

Data fetchers

ToolDescription
list_data_fetcher_templatesLists input data templates for schedule-based triggers (for example Failed Transactions or Transaction Summary).
test_data_fetcherPreviews the data a fetcher template returns before attaching it to a trigger.

What’s next

Relay Skills

Use pre-built skills to create common workflows instantly using plain language.

Create a workflow

Build a workflow manually using the Relay canvas.