razorpay-mcp-guard
razorpay-mcp-guard
Middleware zur Durchsetzung von Ausgabenrichtlinien für den MCP-Server von Razorpay.
Der offizielle MCP-Server von Razorpay führt aus, was ihm gesagt wird. Nichts im Stack prüft,
was ein Agent ihm sagen darf. razorpay-mcp-guard ist eine MCP-Middleware,
die zwischen dem LLM-Agenten und den Razorpay-MCP-Tools sitzt und Folgendes durchsetzt:
Ausgabengrenzen pro Agent – Tages-, Monats- und Lebenszeitlimits, in Paise durchgesetzt.
Kategorie-Zulassungslisten – nur freigegebene Tool-Kategorien (z. B.
payments,settlements) sind erreichbar; alles andere wird an der Tore blockiert.Genehmigungsschwellen – Aufrufe über einem konfigurierbaren Betrag erfordern eine ausdrückliche menschliche Genehmigung, bevor sie Razorpay erreichen.
Jede Entscheidung (erlauben, blockieren, eskalieren) landet in einem append-only-Audit-Ledger mit Hash-verketteten Einträgen, sodass die Audit-Spur selbst manipulationssicher ist.
┌─────────────┐ tools/call ┌──────────────────┐ policy: ALLOW ┌──────────────────┐
│ LLM Agent │ ──────────────────► │ mcp-guard │ ─────────────────► │ Razorpay MCP │
│ (any client)│ ◄────────────────── │ (this proxy) │ ◄───────────────── │ server │
└─────────────┘ result └──────────────────┘ result └──────────────────┘
│ ▲
BLOCK/ESCALATE approve/deny
▼ │
Policy Engine + Audit Ledger + Approval GateStatus
In Arbeit – siehe docs/architecture.md.
Related MCP server: Proofpane
Lizenz
MIT
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 Servers
AlicenseNot gradedqualityCmaintenancePolicy enforcement gateway for MCP tool calls, evaluating every tool invocation against declarative YAML policies (allow/deny/escalate-to-human), generating cryptographic hash-chained audit receipts, and including built-in content safety scanning.2MIT- AlicenseBqualityAmaintenanceA governance proxy for AI tools — every MCP/agent tool call is policy-gated, secret-redacted, and written to a hash-chained, offline-verifiable audit trail.13MIT
- FlicenseNot gradedqualityCmaintenanceProvides MCP tools to enforce spend policies (allow, deny, step-up, allowlist) on agent wallets with an immutable audit trail.
- AlicenseNot gradedqualityAmaintenanceDeterministic, auditable payment policy enforcement for AI agents. It provides pre-action authorization with scopes, budgets, allowlists, and signed mandates via an MCP server.MIT
Related MCP Connectors
See, price, and control every tool call your AI agents make: policy checks, cost, and audit tools.
Agent payments, API key vaulting, and governed mandates. Agents spend within user-defined limits.
Paid remote MCP for AI Studio Workspace approval gate MCP, structured receipts, audit logs, and revi
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/alfred-HQbot/razorpay-mcp-guard'
If you have feedback or need assistance with the MCP directory API, please join our Discord server