razorpay-mcp-guard
razorpay-mcp-guard
用于 Razorpay MCP 服务器的支出策略执行中间件。
Razorpay 官方的 MCP 服务器会执行收到的一切指令。整个技术栈中没有任何环节会审查代理(agent)被允许向它发送的内容。razorpay-mcp-guard 是一个 MCP 中间件,位于 LLM 代理与 Razorpay MCP 工具之间,强制执行:
按代理划分的支出上限 —— 每日 / 每月 / 终身限额,以派士(paise)为单位强制执行。
类别白名单 —— 只有白名单中的工具类别(例如
payments、settlements)可被访问;其余一律在入口处拦截。审批阈值 —— 超过可配置的卢比金额的调用,在到达 Razorpay 之前必须获得明确的人工审批。
每个决策(放行、拦截、升级上报)都会记录到只能追加的审计账本中,条目以哈希链连接,因此记录本身具有防篡改能力。
┌─────────────┐ 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 Gate状态
开发中 —— 参见 docs/architecture.md。
Related MCP server: Proofpane
许可证
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