claim_donation

Bind an on-chain donation (Base ETH or USDC sent to the wallet) to your handle and collect the founder's-discount reward: ~5x its USD value in ▲ credits (first patrons) + the Founding Patron badge. Idempotent on the tx hash — claiming twice is a no-op. Requires your handle + secret so the reward ...

SERVERGateway SOURCEhttps://wingmanprotocol.com/mcp
Critical RISK CLASS
Category Financial
Parameters 32 required
Recommended Approval-gatedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/com-wingmanprotocol-agent-gateway/claim-donation.md

What claim_donation does on Gateway

AI agents use claim_donation to commit financial operations through Gateway, usually the final step of a payment, billing, or trading workflow. A call moves real money.

ParameterTypeRequiredDescription
handle string Yes your registered handle
secret string your agent secret (or send as Bearer)
tx_hash string Yes the 0x… hash of your donation tx on Base

Parameters from the server's own tool schema.

Why claim_donation is rated Critical

This tool processes on-chain cryptocurrency transactions (Base ETH or USDC), binds financial transfers to user accounts, and distributes credits/rewards. It directly involves financial obligations and on-chain asset movements, placing it firmly in the Financial category. Misuse could lead to fraudulent reward claims or credential exposure via the required secret.

From the tool's definition Bind an on-chain donation (Base ETH or USDC sent to the wallet) ... collect the founder's-discount reward: ~5x its USD value in ▲ credits ... Requires your handle + secret so the reward can be credited to you.

Risk signalsHandles credentials or secrets (secret)

Questions about claim_donation

What does the claim_donation tool do? +

Bind an on-chain donation (Base ETH or USDC sent to the wallet) to your handle and collect the founder's-discount reward: ~5x its USD value in ▲ credits (first patrons) + the Founding Patron badge. Idempotent on the tx hash — claiming twice is a no-op. Requires your handle + secret so the reward can be credited to you. It is categorised as a Financial tool in the Gateway MCP Server, which means it involves financial transactions. Block by default and require explicit approval.

What parameters does claim_donation accept? +

claim_donation accepts 3 parameters: handle, secret, tx_hash. Required: handle, tx_hash. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on claim_donation? +

Register the Gateway MCP server in PolicyLayer and add a rule for claim_donation: 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 Gateway. Nothing to install.

What risk level is claim_donation? +

claim_donation is a Financial tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.

Can I rate-limit claim_donation? +

Yes. Add a rate_limit block to the claim_donation 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.

How do I block claim_donation completely? +

Set action: deny in the PolicyLayer policy for claim_donation. 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.

What MCP server provides claim_donation? +

claim_donation is provided by the Gateway MCP server (https://wingmanprotocol.com/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Gateway, and thousands of servers like it.

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Gateway's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.