Skip to content

feat: qr related mcp tools #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
May 7, 2025
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ Currently, the Razorpay MCP Server provides the following tools:
| `create_refund` | Creates a refund | [Refund](https://razorpay.com/docs/api/refunds/create-instant/)
| `fetch_refund` | Fetch refund details with ID | [Refund](https://razorpay.com/docs/api/refunds/fetch-with-id/)
| `update_refund` | Update refund notes with ID | [Refund](https://razorpay.com/docs/api/refunds/update/)
| `create_qr_code` | Creates a QR Code | [QR Code](https://razorpay.com/docs/api/qr-codes/create/)
| `fetch_qr_code` | Fetch QR Code with ID | [QR Code](https://razorpay.com/docs/api/qr-codes/fetch-with-id/)
| `fetch_all_qr_codes` | Fetch all QR Codes | [qr code](https://razorpay.com/docs/api/qr-codes/fetch-all/)
| `fetch_qr_codes_by_customer_id` | Fetch QR Codes with Customer ID | [qr code](https://razorpay.com/docs/api/qr-codes/fetch-customer-id/)
| `fetch_qr_codes_by_payment_id` | Fetch QR Codes with Payment ID | [qr code](https://razorpay.com/docs/api/qr-codes/fetch-payment-id/)
| `fetch_payments_for_qr_code` | Fetch Payments for a QR Code | [qr code](https://razorpay.com/docs/api/qr-codes/fetch-payments/)
| `close_qr_code` | Closes a QR Code | [qr code](https://razorpay.com/docs/api/qr-codes/close/)

## Use Cases
- Workflow Automation: Automate your day to day workflow using Razorpay MCP Server.
Expand Down
Loading