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: yt-mcp-server-odoo
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 |
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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.
Related MCP Connectors
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
MCP server for Modern Treasury — payment orders, transactions, counterparties and ledgers.
AI for Tally Prime and Tally ERP 9. Hosted MCP server to ask your accounts in any language.
MCP Server for agents to onboard, pay, and provision services autonomously with InFlow
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP (Model Context Protocol) server that connects AI assistants like Claude directly to your Razorpay account.14401MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that enables AI assistants to interact with Odoo ERP, allowing natural language queries, record creation, updates, and deletions.LGPL 3.0
- AlicenseBqualityBmaintenanceMCP server enabling AI agents to trace and resolve order synchronization incidents between an ERP (Odoo) and multiple marketplaces.8MIT
- AlicenseAqualityBmaintenanceA unified MCP server for West African payment providers, enabling AI agents and REST clients to initiate payments, payouts, refunds, and manage webhooks across 10 providers with a single API.810MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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