New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

Q402 Mcp

41 tools. 19 can modify or destroy data without limits.

18 destructive tools with no built-in limits. Policy required.

Last updated:

19 can modify or destroy data
22 read-only
41 tools total

Community server · catalogue entry checked 03/09/2026

How to control Q402 Mcp ↓

What Q402 Mcp exposes to your agents

Read (22) Write / Execute (1) Destructive / Financial (18)
Critical Risk

The most dangerous Q402 Mcp tools

19 of Q402 Mcp's 41 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Q402 Mcp

PolicyLayer is an MCP gateway — it sits between your AI agents and Q402 Mcp, and nothing reaches the server without passing your rules. These are the rules we recommend:

Block financial tools by default
{
  "q402_bridge_send": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Deny destructive operations
{
  "q402_clear_delegation": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "q402_request_create": {
    "limits": [
      {
        "counter": "q402_request_create_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "q402_agent_spend_report": {
    "limits": [
      {
        "counter": "q402_agent_spend_report_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Q402 Mcp — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON Q402 →

Instant setup, no code required.

All 41 Q402 Mcp tools

FINANCIAL 16 tools
Financial q402_bridge_send Execute a Chainlink CCIP USDC bridge across the 3-chain triangle (eth/avax/arbitrum) on Financial q402_escrow_create Create a Q402 Gasless Escrow (non-custodial, EIP-7702). Publishes a Financial q402_escrow_dispute A party (buyer or seller) disputes an open escrow (requires the escrow named an arbiter, before the release de Financial q402_escrow_lock Fund a pending escrow: the BUYER gaslessly locks the amount into the vault via EIP-7702 (Q402 relays + sponsor Financial q402_escrow_refund Permissionlessly refund a locked escrow to the BUYER - only valid AFTER the release deadline (or, if disputed, Financial q402_escrow_release BUYER releases a locked escrow to the SELLER (buyer-signed, gasless). MOVES REAL FUNDS irreversibly. Confirm w Financial q402_oft_send Bridge USDT (USDT0) across chains (eth/arbitrum/mantle/monad/xlayer) via LayerZero OFT, from the Agent Financial q402_pay USE THIS TOOL whenever the user asks to send, transfer, or pay USDC / USDT / Financial q402_recurring_cancel Cancel an active recurring-payment rule on the Agent Wallet. Takes a Financial q402_recurring_resume Resume a paused or stopped recurring-payment rule. Takes a ruleId Financial q402_redstone_trigger_create Arm a gasless payout that fires when a RedStone feed (NAV / price / RWA) Financial q402_request_pay Pay a Q402 payment request from your own Agent Wallet, gaslessly. Give it a req_ id (from a Financial q402_stake WRITE - MOVES FUNDS. Stakes the Agent Wallet Financial q402_unstake WRITE - MOVES FUNDS. Unstakes the Agent Wallet Financial q402_yield_deposit WRITE - MOVES FUNDS. Supplies the Agent Wallet Financial q402_yield_withdraw WRITE - MOVES FUNDS. Withdraws the Agent Wallet
READ 22 tools
Read q402_agent_spend_report Per-agent spend report: for each of the owner Read q402_agentic_info Read-only Agent Wallet introspection. Returns the wallet address, Read q402_balance Verify the configured API key(s) and report each one Read q402_bridge_gas_tank READ-ONLY GUIDANCE TOOL - Bridge Gas Tank live balance via MCP is not yet wired (requires Read q402_bridge_history READ-ONLY GUIDANCE TOOL - bridge history via MCP is not yet wired in this release. It Read q402_bridge_quote Quote the Chainlink CCIP fee for bridging USDC across the 3-chain triangle (eth/avax/arbitrum). Read q402_doctor Run a Q402 health check - covers first-install onboarding AND ongoing Read q402_escrow_status Read a Q402 escrow Read q402_memory_summary Summarize the user Read q402_oft_history READ-ONLY GUIDANCE TOOL - USDT0 (LayerZero OFT) bridge history via MCP is not yet Read q402_oft_quote Quote the LayerZero fee for bridging USDT (USDT0) across the OFT set (eth/arbitrum/mantle/monad/xlayer). Read q402_quote Compare gas costs and supported tokens across the 12 chains Q402 relays Read q402_receipt Look up a Q402 Trust Receipt by its rct_… receiptId and return the settlement record + a locally-verified Read q402_recurring_fires Read the past-fire history of a specific recurring-payment rule. Read q402_recurring_pause Pause an active recurring-payment rule. Takes a ruleId (from Read q402_recurring_skip_next Skip ONLY the next scheduled fire of a recurring-payment rule. Read q402_redstone_trigger_list List the RedStone triggers on the user Read q402_request_status Look up a Q402 payment request by its req_ id. Read-only, no API key. Returns the amount, Read q402_stake_positions READ-ONLY - show the Agent Wallet Read q402_vendor_history Vendor payment history. With a Read q402_yield_positions READ-ONLY - show the Agent Wallet Read q402_yield_reserves READ-ONLY - list the Q402 Yield lending markets the Agent Wallet can supply into.

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Q402 Mcp

Can an AI agent move money through the Q402 MCP server? +

Yes. The Q402 Mcp server exposes 16 financial tools including q402_bridge_send, q402_escrow_create, q402_escrow_dispute. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

Can an AI agent delete data through the Q402 MCP server? +

Yes. The Q402 Mcp server exposes 2 destructive tools including q402_clear_delegation, q402_redstone_trigger_cancel. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Q402 Mcp? +

The Q402 Mcp server has 1 write tools including q402_request_create. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Q402 Mcp.

How many tools does the Q402 MCP server expose? +

41 tools across 5 categories: Destructive, Execute, Financial, Read, Write. 22 are read-only. 19 can modify, create, or delete data.

How do I enforce a policy on Q402 Mcp? +

Register the Q402 MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Q402 Mcp tool call.

Deterministic rules across all 41 Q402 Mcp tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

41 Q402 Mcp tools catalogued and risk-classified — across an index of 46,500+ MCP servers.

// WHERE THIS COMES FROM

These policies come from Q402's registry record.

The record behind this page: 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.