Frequently Asked Questions (FAQs)
Common issues, debugging techniques, and solutions for the Razorpay MCP Server.
The Model Context Protocol (MCP) is an open standard that allows AI models to interact with external tools and services. It enables AI assistants like Claude to execute operations on platforms like Razorpay through a standardised interface, allowing for seamless integration and natural language interactions with payment systems.
Yes, the Razorpay MCP Server is an official integration designed for production use. Make sure to use appropriate API keys based on your environment (test keys for development, live keys for production) and follow security best practices for API key management.
Use the corresponding
for your desired environment. For test mode, use test environment API keys (starting with rzp_test_). For live mode, use production API keys (starting with rzp_live_). The MCP Server automatically detects the environment based on your API keys.Remote MCP Server is hosted by Razorpay with zero infrastructure management, automatic updates, and quick setup using npx. Local MCP Server is self-hosted using Docker, providing complete control over infrastructure and access to all tools without restrictions. We recommend Remote MCP Server for most use cases.
Was this page helpful?
ON THIS PAGE