You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27-24Lines changed: 27 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -2,25 +2,44 @@
2
2
3
3
The Razorpay MCP Server is a [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) server that provides seamless integration with Razorpay APIs, enabling advanced payment processing capabilities for developers and AI tools.
4
4
5
-
## Use Cases
6
-
Bring Razorpay to your agentic applications using Razorpay MCP Server.
5
+
## Available Tools
7
6
7
+
Currently, the Razorpay MCP Server provides the following tools:
|`payment_link.create`| Creates a new payment link |
13
+
|`payment_link.fetch`| Fetch details of a payment link |
14
+
|`order.create`| Creates an order |
15
+
|`order.fetch`| Fetch order details |
16
+
17
+
18
+
## Use Cases
19
+
- Workflow Automation: Automate your day to day workflow using Razorpay MCP Server.
8
20
- Agentic Applications: Building AI powered tools that interact with Razorpay's payment ecosystem using this Razorpay MCP server.
9
-
- Analytics Usecases: Fetching payment data from Razorpay for analysis or customer support.
10
-
- Customer and Operational Usecases: You can bring Razorpay integration into your agentic customer and operational dashboards using Razorpay MCP server.
11
21
12
22
## Setup
13
23
24
+
### Prerequisites
25
+
- Docker
26
+
- Golang (Go)
27
+
- Git
28
+
14
29
To run the Razorpay MCP server, use one of the following methods:
15
30
16
31
### Using Docker (Recommended)
17
32
33
+
You need to clone the Github repo and build the image for Razorpay MCP Server using `docker`. Do make sure `docker` is installed and running in your system.
0 commit comments