Skip to content

Releases: razorpay/razorpay-mcp-server

v1.2.0

30 May 07:29
73e485e
Compare
Choose a tag to compare

v1.2.0

This release focuses on improving the distribution and versioning of the Razorpay MCP Server, making it significantly easier to deploy and use.

Major Highlights

  • Public Docker Images - Official images now available on Docker Hub
  • Version Information - Added proper versioning and user-agent tracking
  • Simplified Setup - Streamlined documentation for faster onboarding

Key Improvements

  • Automated Builds - Added GitHub Actions workflow for consistent image building

Additional Information


Contributors

Razorpay MCP Server 1.1.0

07 May 15:56
874fe71
Compare
Choose a tag to compare

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

Razorpay MCP Server 1.0.0

26 Apr 12:05
c181457
Compare
Choose a tag to compare

v1.0.0

Introducing Razorpay's MCP Server (Official) — First Release! 🚀

Please read the README for setup and usage details.

Description

It was internally developed, and with v1.0.0 made public.

Contributors

Complete Changelog: https://github.com/razorpay/razorpay-mcp-server/commits/v1.0.0