Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Razorpay Guard

БесплатноНе проверен

Enforces spend policies on Razorpay MCP tool calls by applying per-agent spend caps, category allowlists, and approval thresholds, with a tamper-evident audit l

GitHubEmbed

Описание

Enforces spend policies on Razorpay MCP tool calls by applying per-agent spend caps, category allowlists, and approval thresholds, with a tamper-evident audit ledger.

README

Spend-policy enforcement middleware for Razorpay's MCP server.

Razorpay's official MCP server executes what it's told. Nothing in the stack vets what an agent is allowed to tell it. razorpay-mcp-guard is an MCP middleware that sits between the LLM agent and the Razorpay MCP tools, enforcing:

  • Per-agent spend caps — daily / monthly / lifetime limits, enforced in paise.
  • Category allowlists — only whitelisted tool categories (e.g. payments, settlements) are reachable; everything else is blocked at the gate.
  • Approval thresholds — calls above a configurable rupee amount require explicit human approval before they reach Razorpay.

Every decision (allow, block, escalate) lands in an append-only audit ledger with hash-chained entries, so the trail itself is tamper-evident.

┌─────────────┐     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

Status

Work in progress — see docs/architecture.md.

License

MIT

from github.com/alfred-HQbot/razorpay-mcp-guard

Установить Razorpay Guard в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install razorpay-mcp-guard

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add razorpay-mcp-guard -- uvx --from git+https://github.com/alfred-HQbot/razorpay-mcp-guard razorpay-mcp-guard

Пошаговые гайды: как установить Razorpay Guard

FAQ

Razorpay Guard MCP бесплатный?

Да, Razorpay Guard MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Razorpay Guard?

Нет, Razorpay Guard работает без API-ключей и переменных окружения.

Razorpay Guard — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Razorpay Guard в Claude Desktop, Claude Code или Cursor?

Открой Razorpay Guard на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Razorpay Guard with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai