MCP Server
MCP
io.github.indiamcp/razorpay
MCP server for Razorpay API.
Install
npx -y @indiamcp/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@indiamcp/razorpay-mcp",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Razorpay Key ID from dashboard.razorpay.com/app/keys",
"isRequired": true,
"format": "string",
"name": "RAZORPAY_KEY_ID"
},
{
"description": "Your Razorpay Key Secret from dashboard.razorpay.com/app/keys",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "RAZORPAY_KEY_SECRET"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment