razorpay-recon-mcp
Match Razorpay payments to Odoo orders via JSON-RPC, enabling automated daily reconciliation.
Fetch payments, refunds, and settlements from Razorpay, and reconcile them with Odoo orders.
Send anomaly alerts (e.g., failed payments, unmatched settlements, refund spikes) to the finance team via WhatsApp using Convertway.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@razorpay-recon-mcprun daily reconciliation"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Razorpay Reconciliation MCP Server
Daily payment reconciliation: Razorpay payments → Odoo orders → WhatsApp alerts.
Architecture
Razorpay MCP Server (remote) ──┐
├── Razorpay Recon MCP ──→ Odoo (JSON-RPC)
Razorpay REST API (settlements) ┘ │ → WhatsApp (Convertway)
│
└── 8 Tools + Daily Cron (8 AM)Related MCP server: Dodo Payments
Setup
1. Razorpay API Key
Login to Razorpay Dashboard → Account & Settings → API Keys
Generate Key ID + Key Secret
Encode:
echo "key_id:key_secret" | base64Set
RAZORPAY_AUTH_HEADER=Basic <output>in.env
2. Configure Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"razorpay-recon": {
"command": "node",
"args": ["dist/main.js"],
"cwd": "E:\\Razorpay MCP\\razorpay-recon"
}
}
}3. Environment
Copy .env.example to .env and fill in:
Variable | Required | Source |
| Yes | Base64(key:secret) |
| Yes | Odoo credentials |
| For alerts | Convertway WhatsApp |
| For alerts | WhatsApp number |
4. Run
# Development (HTTP)
npm run dev
# Production (HTTP)
npm run build && npm start
# Backtest (read-only, no Odoo writes)
npm run backtest 30Tools
Tool | Description |
| Fetch payments for a date range |
| Fetch refunds for a date range |
| Fetch settlements for a date range |
| Match Razorpay payments to Odoo orders |
| Fetch payout details |
| Full 8 AM pipeline |
| Detect anomalies |
| Backtest over N days |
Anomaly Alerts
Condition | Alert |
Failed payment > ₹5,000 | WhatsApp → finance team |
Unmatched settlement | WhatsApp → finance team |
Refund volume spike > 1.5× 7-day avg | WhatsApp → finance team |
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/QalaLabs/razorpay-recon-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server