Skip to content

Razorpay MCP Server 1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 May 15:56
· 2 commits to main since this release
874fe71

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 captured
  • fetch_payment_card_details: Fetch card details used for a payment
  • fetch_all_payments: Fetch all payments with filtering and pagination
  • update_payment: Update the notes field of a payment

Payment Link Tools

  • create_payment_link_upi: Creates a new UPI payment link
  • fetch_all_payment_links: Fetch all the payment links
  • send_payment_link: Send a payment link via SMS or email
  • update_payment_link: Updates a payment link

Order Tools

  • fetch_all_orders: Fetch all orders
  • update_order: Update an order
  • fetch_order_payments: Fetch all payments for an order

Refund Tools

  • create_refund: Creates a refund
  • fetch_refund: Fetch refund details with ID
  • fetch_all_refunds: Fetch all refunds
  • update_refund: Update refund notes with ID
  • fetch_multiple_refunds_for_payment: Fetch multiple refunds for a payment
  • fetch_specific_refund_for_payment: Fetch a specific refund for a payment

QR Code Tools

  • create_qr_code: Creates a QR Code
  • fetch_qr_code: Fetch QR Code with ID
  • fetch_all_qr_codes: Fetch all QR Codes
  • fetch_qr_codes_by_customer_id: Fetch QR Codes with Customer ID
  • fetch_qr_codes_by_payment_id: Fetch QR Codes with Payment ID
  • fetch_payments_for_qr_code: Fetch Payments for a QR Code
  • close_qr_code: Closes a QR Code

Settlement Tools

  • fetch_all_settlements: Fetch all settlements
  • fetch_settlement_with_id: Fetch settlement details
  • fetch_settlement_recon_details: Fetch settlement reconciliation report
  • create_instant_settlement: Create an instant settlement
  • fetch_all_instant_settlements: Fetch all instant settlements
  • fetch_instant_settlement_with_id: Fetch instant settlement with ID

Payout Tools

  • fetch_all_payouts: Fetch all payout details with A/c number
  • fetch_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

Additional Information


Contributors