razorpay
v1.0.3-ghast.1Read Razorpay payments, orders, refunds, settlements, QR codes, payment links, payouts, reconciliation, and saved payment methods through Razorpay's official MCP source and SDK.
By RazorpayLicense: MIT0 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 2 skill or MCP entries
- Source updated
- Aug 30, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Get the plugin
git clone https://github.com/Trapezohe/ghast-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/razorpay/.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json├── skills/razorpay-readonly/SKILL.md└── mcp.json
Included Skills1
Safely inspect Razorpay payments, orders, refunds, settlements, QR codes, payment links, payouts, reconciliation, and saved customer payment methods through the official-source Ghast read-only MCP adapter.
MCP servers1
- command
- node
- args
- ./mcp/start.mjs
- cwd
- ./
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "razorpay",
"version": "1.0.3-ghast.1",
"description": "Read Razorpay payments, orders, refunds, settlements, QR codes, payment links, payouts, reconciliation, and saved payment methods through Razorpay's official MCP source and SDK.",
"author": {
"name": "Razorpay",
"url": "https://razorpay.com"
},
"homepage": "https://github.com/razorpay/razorpay-mcp-server",
"repository": "https://github.com/razorpay/razorpay-mcp-server",
"license": "MIT",
"extensions": {
"ai.trapezohe.ghast": {
"category": "finance",
"upstreamRevision": "7950d51d118ca164c32b7cf0cfaa14f34f24849f",
"icon": "./assets/icon.svg",
"portStatus": "official-source-readonly-adapter"
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[razorpay on Agent Plugins Marketplace](https://pluginsmp.com/plugins/razorpay-2)