Razorpay MCP Server 1.1.0
v1.1.0
Building on the foundation of v1.0.0, this release significantly expands the available tools, improves error handling, and enhances documentation.
Major Highlights
- Complete Payment Ecosystem - Full support for payments, payment links, settlements, refunds, payouts, and QR codes
- Enhanced Validation - Improved error handling with multi-validation support
- Adds important parts of Payout Ecosystem
Complete List of New Tools
Payment Tools
capture_payment
: Change the payment status from authorized to capturedfetch_payment_card_details
: Fetch card details used for a paymentfetch_all_payments
: Fetch all payments with filtering and paginationupdate_payment
: Update the notes field of a payment
Payment Link Tools
create_payment_link_upi
: Creates a new UPI payment linkfetch_all_payment_links
: Fetch all the payment linkssend_payment_link
: Send a payment link via SMS or emailupdate_payment_link
: Updates a payment link
Order Tools
fetch_all_orders
: Fetch all ordersupdate_order
: Update an orderfetch_order_payments
: Fetch all payments for an order
Refund Tools
create_refund
: Creates a refundfetch_refund
: Fetch refund details with IDfetch_all_refunds
: Fetch all refundsupdate_refund
: Update refund notes with IDfetch_multiple_refunds_for_payment
: Fetch multiple refunds for a paymentfetch_specific_refund_for_payment
: Fetch a specific refund for a payment
QR Code Tools
create_qr_code
: Creates a QR Codefetch_qr_code
: Fetch QR Code with IDfetch_all_qr_codes
: Fetch all QR Codesfetch_qr_codes_by_customer_id
: Fetch QR Codes with Customer IDfetch_qr_codes_by_payment_id
: Fetch QR Codes with Payment IDfetch_payments_for_qr_code
: Fetch Payments for a QR Codeclose_qr_code
: Closes a QR Code
Settlement Tools
fetch_all_settlements
: Fetch all settlementsfetch_settlement_with_id
: Fetch settlement detailsfetch_settlement_recon_details
: Fetch settlement reconciliation reportcreate_instant_settlement
: Create an instant settlementfetch_all_instant_settlements
: Fetch all instant settlementsfetch_instant_settlement_with_id
: Fetch instant settlement with ID
Payout Tools
fetch_all_payouts
: Fetch all payout details with A/c numberfetch_payout_by_id
: Fetch the payout details with payout ID
Documentation & Development
- Security Documentation: Added SECURITY.md with guidelines
- Cursor Rules for Tool Generation: Streamlined tool creation process
- Test Coverage Expansion: Comprehensive test coverage for all packages