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

Agenti

73 tools. 22 can modify or destroy data without limits.

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

Last updated:

22 can modify or destroy data
51 read-only
73 tools total

Community server · catalogue entry checked 17/08/2026

How to control Agenti ↓

What Agenti exposes to your agents

Read (51) Write / Execute (2) Destructive / Financial (18)
Critical Risk

The most dangerous Agenti tools

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

How to control Agenti

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

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

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

Deny destructive operations
{
  "binance_cancel_order": {
    "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
{
  "create_wallet": {
    "limits": [
      {
        "counter": "create_wallet_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "agenti_balance": {
    "limits": [
      {
        "counter": "agenti_balance_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 Agenti — 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 AGENTI →

Instant setup, no code required.

All 73 Agenti tools

FINANCIAL 17 tools
Financial agenti_pay Make an HTTP request and automatically pay if the server requires x402 payment. Returns the response body as a Financial agenti_receive Create a payment invoice so another party can send funds to this agent. Financial binance_place_order Place a market or limit buy/sell order. Requires BINANCE_API_KEY + BINANCE_SECRET_KEY. Financial bitrefill_check_order Poll a Bitrefill invoice until it completes and return the redemption code. Financial bitrefill_create_invoice Create a Bitrefill invoice for a product. Returns a crypto payment address (USDC by default) that can be passe Financial bnb_swap Swap BEP-20 tokens on PancakeSwap V3 (requires private key) Financial bnb_transfer Send BEP-20 tokens (USDT, BUSD, or any BEP-20) to an address on BNB Chain Financial create_invoice Create a payment request — returns an address and amount for someone to pay you Financial gmgn_copy_trade Copy a smart wallet trade: looks up a wallet\ Financial jupiter_swap Execute a token swap via Jupiter v6 aggregator. Best-route swap across all Solana DEXes. Requires AGENTI_SOLAN Financial pay Pay for an HTTP resource — automatically handles 402 Payment Required (x402 protocol) Financial pump_buy Buy a pump.fun token with SOL. Works on bonding curve and graduated (PumpSwap AMM) tokens. Requires AGENTI_SOL Financial pump_sell Sell a pump.fun token back to SOL. Works on bonding curve and graduated tokens. Requires AGENTI_SOLANA_PRIVATE Financial solana_deploy_token Deploy a new SPL token on Solana with custom name, symbol, decimals, and supply. Requires AGENTI_SOLANA_PRIVAT Financial solana_stake Stake SOL via Sanctum liquid staking to earn yield. Returns an LST (liquid staking token). Requires AGENTI_SOL Financial solana_swap Swap any Solana token via Jupiter aggregator (best route). Requires AGENTI_SOLANA_PRIVATE_KEY. Financial solana_transfer Send SOL or any SPL token to another Solana address. Requires AGENTI_SOLANA_PRIVATE_KEY.
READ 51 tools
Read agenti_balance Get the current USDC and SOL balances of the agent wallet. Read binance_get_24h_stats Get 24h rolling OHLCV stats and price change for a symbol Read binance_get_account Get account balances for all non-zero assets. Requires BINANCE_API_KEY + BINANCE_SECRET_KEY. Read binance_get_klines Get candlestick (OHLCV) data for a symbol. Intervals: 1m 5m 15m 30m 1h 4h 1d 1w Read binance_get_open_orders List all open orders for a symbol. Requires BINANCE_API_KEY + BINANCE_SECRET_KEY. Read binance_get_orderbook Get top-of-book bid/ask and full order book depth for a symbol Read binance_get_price Get current spot price for a Binance trading pair (e.g. BTCUSDT) Read binance_get_top_symbols Get the top 20 trading pairs by 24h quote volume on Binance Read binance_get_trade_history Get recent filled trades for a symbol. Requires BINANCE_API_KEY + BINANCE_SECRET_KEY. Read binance_search_symbol Search for Binance trading pairs by base or quote asset (e.g. base=BTC returns all BTC pairs) Read binance_test_order Validate order parameters without placing a real order. Returns {} on success. Requires BINANCE_API_KEY + BINA Read bitrefill_get_categories Get available Bitrefill product categories and supported countries. Read bitrefill_get_featured Get featured/popular gift cards and eSIMs for a country. Good for suggesting spending options. Read bitrefill_search Search the Bitrefill catalog for gift cards, eSIMs, and mobile top-ups. No API key required. Read bnb_get_balance Get BNB native balance plus USDT and BUSD token balances for a wallet address on BNB Chain Read bnb_get_token_price Get the USD price of any BEP-20 token via PancakeSwap V3 subgraph Read bnb_get_transactions Get recent transactions for an address on BNB Chain via BscScan API Read calculate_pnl Calculate current P&L percentage for a hypothetical or live position. Fetches current price from CoinGecko. Read check_payment Check whether a payment invoice has been fulfilled by querying the chain Read check_smart_wallet Check whether a Solana wallet address is a known KOL or smart money wallet. Returns rank, PnL, and source. Read decode_pump_transaction Fetch and decode a Solana transaction to extract pump.fun events (launch, trade, graduation, claim). Read detect_price_anomalies Detect unusual price movements for a coin using Modified Z-Score statistical analysis. Useful for agents monit Read extract_trade_ideas Extract structured trading ideas from any text — tweets, news, research notes, theses. Returns instruments, di Read get_balance Get USDC (Base) and SOL balances for a wallet Read get_coin_price Get current price, 24h change, market cap, and volume for any coin by CoinGecko ID or symbol Read get_crypto_news Latest crypto news headlines from CryptoPanic / CoinGecko Read get_crypto_news_feed Fetch latest cryptocurrency news headlines. Useful for agents staying current on market events. Read get_global_stats Global crypto market stats: total market cap, BTC dominance, active coins, 24h change Read get_market_volatility Get current and historical volatility metrics for a coin. Useful for agents deciding position sizes. Read get_ohlcv Historical OHLCV (open/high/low/close/volume) price candles for a coin via CoinGecko Read get_payment_history Get recent payment transactions for an agent mint. Returns parsed payment records from on-chain. Read get_protocol_tvl Total value locked (TVL) and recent changes for a DeFi protocol via DeFiLlama Read get_token_price Get the current USD price of a token from Pyth (primary) with CoinGecko fallback. Useful for agents deciding h Read get_top_protocols Top DeFi protocols ranked by total value locked via DeFiLlama Read get_top_wallets Get top-ranked Solana wallets by PnL from GMGN smart money leaderboard. Useful for finding wallets to mirror-t Read get_trending_coins Top trending coins right now on CoinGecko Read get_vault_balances Get current payment vault balances for an agent mint. Shows total, buyback portion, and withdraw portion. Read get_wallet_trades Get recent buy/sell trade history for any Solana wallet address. Uses Helius enriched transactions when HELIUS Read gmgn_new_pairs Get newly created token pairs on Solana from GMGN. Good for sniping fresh launches. Read gmgn_token_info Get detailed token stats from GMGN: price, market cap, volume, holder count, dev holding, honeypot status, fre Read gmgn_trending_tokens Get trending Solana tokens from GMGN by swap volume. Useful for spotting momentum plays. No API key required. Read jupiter_quote Get a swap quote from Jupiter v6 aggregator. Read-only — no wallet needed. Returns best route, expected output Read pump_token_info Get pump.fun token state: whether it is on the bonding curve, migrating, or graduated to the AMM. Also returns Read route_trade Get ordered list of available markets for executing a trade. Returns spot, perp, and DEX venues based on avail Read search_coins Search CoinGecko for coins by name or ticker symbol Read solana_get_token_data Get on-chain data for a Solana token: name, symbol, price, market cap, liquidity, holder count. Read solana_get_wallet_address Get the Solana wallet address derived from AGENTI_SOLANA_PRIVATE_KEY. Read usd_to_token_amount Convert a USD amount to raw token units. Useful for agents pricing services in USD but paying in USDC or SOL. Read verify_payment_receipt Verify and decode a payment transaction by its Solana signature. Confirms whether a specific payment was made. Read watch_pump_graduations Monitor pump.fun tokens graduating to the PumpSwap AMM for a specified duration. Read watch_pump_launches Monitor new pump.fun token launches for a specified duration. Returns all launches seen during that window.

Related servers

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

Questions about Agenti

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

Yes. The Agenti server exposes 17 financial tools including agenti_pay, agenti_receive, binance_place_order. 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 Agenti MCP server? +

Yes. The Agenti server exposes 1 destructive tools including binance_cancel_order. 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 Agenti? +

The Agenti server has 1 write tools including create_wallet. 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 Agenti.

How many tools does the Agenti MCP server expose? +

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

How do I enforce a policy on Agenti? +

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

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

Instant setup, no code required.

73 Agenti tools catalogued and risk-classified — across an index of 46,500+ MCP servers.

// WHERE THIS COMES FROM

These policies come from Agenti'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.