tip_harness

Tip a harness author in USDC over x402. Returns the payable endpoint and its payment details — GET it with an x402-capable client/wallet to actually send the tip (the agent's own wallet pays; Loadbay never holds funds).

Server Loadbay https://loadbay.xyz/api/mcp
Category Financial
Risk class Critical
Parameters 21 required

What tip_harness does on Loadbay

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

ParameterTypeRequiredDescription
slug string Yes the harness slug to tip
amount number tip amount in USD (default 1); the author receives USDC

Parameters from the server's own tool schema.

Why tip_harness needs a policy

This tool initiates a financial transaction — sending USDC cryptocurrency from the agent's wallet to a harness author. Even though it returns a payable endpoint rather than directly executing the payment, it is explicitly designed to facilitate and trigger a real monetary transfer. The agent's own wallet bears the cost, making misuse a direct financial risk. Financial category applies as it moves money (USDC tips).

From the tool's definition Tip a harness author in USDC over x402... the agent's own wallet pays

Questions about tip_harness

What does the tip_harness tool do? +

Tip a harness author in USDC over x402. Returns the payable endpoint and its payment details — GET it with an x402-capable client/wallet to actually send the tip (the agent's own wallet pays; Loadbay never holds funds). It is categorised as a Financial tool in the Loadbay MCP Server, which means it involves financial transactions. Block by default and require explicit approval.

What parameters does tip_harness accept? +

tip_harness accepts 2 parameters: slug, amount. Required: slug. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on tip_harness? +

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

What risk level is tip_harness? +

tip_harness 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 tip_harness? +

Yes. Add a rate_limit block to the tip_harness 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 tip_harness completely? +

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

tip_harness is provided by the Loadbay MCP server (https://loadbay.xyz/api/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// THE FULL RECORD

tip_harness is one line of Loadbay's registry record.

The record carries the whole server: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

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.