Griphook

67 tools. 58 can modify or destroy data without limits.

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

Last updated:

58 can modify or destroy data
9 read-only
67 tools total

Community server · catalogue entry verified 04/07/2026

How to control Griphook ↓

What Griphook exposes to your agents

Read (9) Write / Execute (26) Destructive / Financial (32)
Critical Risk

The most dangerous Griphook tools

58 of Griphook's 67 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Griphook

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

Block financial tools by default
{
  "strato.bridge.request-withdrawal": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

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

Deny destructive operations
{
  "strato.admin.remove-admin": {
    "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
{
  "strato.admin.add-admin": {
    "limits": [
      {
        "counter": "strato.admin.add-admin_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "strato.admin": {
    "limits": [
      {
        "counter": "strato.admin_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 Griphook — 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 GRIPHOOK →

Instant setup, no code required.

All 67 Griphook tools

FINANCIAL 31 tools
Financial strato.bridge.request-withdrawal Submit a withdrawal request to an external chain. Financial strato.cdp.claim-junior-note Claim junior note rewards. Financial strato.cdp.liquidate Liquidate an unhealthy CDP position. Financial strato.cdp.mint Mint USDST against collateral. Financial strato.cdp.mint-max Mint maximum safe USDST. Financial strato.cdp.open-junior-note Open a junior note position for bad debt. Financial strato.cdp.repay Repay USDST debt. Financial strato.cdp.repay-all Repay all debt for an asset. Financial strato.cdp.top-up-junior-note Add USDST to junior note. Financial strato.cdp.withdraw Withdraw collateral from a vault. Financial strato.cdp.withdraw-max Withdraw maximum safe collateral. Financial strato.lending.borrow Borrow from lending pool. Financial strato.lending.borrow-max Borrow the maximum available USDST. Financial strato.lending.deposit-liquidity Deposit into lending pool. Financial strato.lending.liquidate Liquidate a lending loan. Financial strato.lending.repay Repay outstanding debt. Financial strato.lending.repay-all Repay all debt. Financial strato.lending.safety-redeem Redeem sUSDST shares. Financial strato.lending.safety-redeem-all Redeem all sUSDST shares. Financial strato.lending.safety-stake Stake USDST into safety module. Financial strato.lending.sweep-reserves Admin: sweep protocol reserves. Financial strato.lending.withdraw-collateral-max Withdraw maximum available collateral for an asset. Financial strato.lending.withdraw-liquidity Withdraw from lending pool. Financial strato.rewards.claim Claim all pending CATA rewards from RewardsChef. Financial strato.rewards.claim-activity Claim rewards for a specific activity. Financial strato.rewards.claim-all-activities Claim all rewards across activities. Financial strato.swap.add-liquidity Provide both tokens to a pool. Financial strato.swap.add-liquidity-single Provide liquidity using only one token. Financial strato.swap.execute Swap within an existing pool. Financial strato.tokens.transfer Transfer tokens to another address. Financial strato.tokens.transfer-from Transfer tokens on behalf of another address.

Related servers

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

Questions about Griphook

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

Yes. The Griphook server exposes 31 financial tools including strato.bridge.request-withdrawal, strato.cdp.claim-junior-note, strato.cdp.liquidate. 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 Griphook MCP server? +

Yes. The Griphook server exposes 1 destructive tools including strato.admin.remove-admin. 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 Griphook? +

The Griphook server has 19 write tools including strato.admin.add-admin, strato.admin.vote-by-id, strato.bridge.request-auto-save. 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 Griphook.

How many tools does the Griphook MCP server expose? +

67 tools across 3 categories: Destructive, Read, Write. 9 are read-only. 58 can modify, create, or delete data.

How do I enforce a policy on Griphook? +

Register the Griphook 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 Griphook tool call.

Deterministic rules across all 67 Griphook tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

67 Griphook tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

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

Message sent.

We'll get back to you soon.