zap-send
Pay a Lightning invoice via Nostr Wallet Connect (NWC). SPENDS REAL SATS. Decodes the invoice and shows amount first — set confirm: true to execute payment.
This record as markdown: /tools/dev-forgesworn-bray/zap-send.md
What zap-send does on Nostr Bray
AI agents use zap-send to commit financial operations through Nostr Bray, usually the final step of a payment, billing, or trading workflow. A call moves real money.
Why zap-send is rated Critical
This tool explicitly moves real money (sats/Bitcoin) by paying Lightning invoices. The description states 'SPENDS REAL SATS', making this unambiguously a Financial action. Misuse could result in irreversible monetary loss, warranting critical severity.
From the tool's definition Pay a Lightning invoice via Nostr Wallet Connect (NWC). SPENDS REAL SATS. Decodes the invoice and shows amount first — set confirm: true to execute payment.
Attacks that exploit this kind of access
The rule that runs zap-send safely
PolicyLayer is an MCP gateway: it sits between your AI agents and Nostr Bray, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For zap-send, this is the rule to start with:
Any call to zap-send is blocked until a human approves it. The rest of the server keeps working.
The button opens the PolicyLayer dashboard: create your workspace, connect Nostr Bray, apply this rule, and every zap-send call is checked against it from then on.
Questions about zap-send
Pay a Lightning invoice via Nostr Wallet Connect (NWC). SPENDS REAL SATS. Decodes the invoice and shows amount first — set confirm: true to execute payment. It is categorised as a Financial tool in the Nostr Bray MCP Server, which means it involves financial transactions. Block by default and require explicit approval.
Register the Nostr Bray MCP server in PolicyLayer and add a rule for zap-send: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Nostr Bray. Nothing to install.
zap-send is a Financial tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.
Yes. Add a rate_limit block to the zap-send rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for zap-send. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
zap-send is provided by the Nostr Bray MCP server (nostr-bray). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on Nostr Bray, and thousands of servers like it.
Across the catalogue