Agenti

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

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

Last updated:

21 can modify or destroy data
52 read-only
73 tools total

Community server · catalogue entry verified 11/06/2026

How to control Agenti ↓

Read (52) Write / Execute (3) Destructive / Financial (18)
Critical Risk

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

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
{
  "jupiter_swap": {
    "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
{
  "gmgn_new_pairs": {
    "limits": [
      {
        "counter": "gmgn_new_pairs_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 →

Free to start. No card required.

FINANCIAL 17 tools
Financial jupiter_swap Execute a token swap via Jupiter v6 aggregator. Best-route swap across all Solana DEXes. Requires AGENTI_SOLAN Financial solana_deploy_token Deploy a new SPL token on Solana with custom name, symbol, decimals, and supply. Requires AGENTI_SOLANA_PRIVAT Financial agenti_pay Make an HTTP request and automatically pay if the server requires x402 payment. Returns the response body as a Financial bnb_transfer Send BEP-20 tokens (USDT, BUSD, or any BEP-20) to an address on BNB Chain Financial pay Pay for an HTTP resource — automatically handles 402 Payment Required (x402 protocol) Financial solana_transfer Send SOL or any SPL token to another Solana address. Requires AGENTI_SOLANA_PRIVATE_KEY. 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 bnb_swap Swap BEP-20 tokens on PancakeSwap V3 (requires private key) 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_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 agenti_receive Create a payment invoice so another party can send funds to this agent. Financial bitrefill_create_invoice Create a Bitrefill invoice for a product. Returns a crypto payment address (USDC by default) that can be passe 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\
READ 52 tools
Read gmgn_new_pairs Get newly created token pairs on Solana from GMGN. Good for sniping fresh launches. 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 derive_wallet Derive an EVM + Solana wallet from a BIP39 mnemonic at a given account index (BIP44 path) 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_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.

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

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

Yes. The Agenti server exposes 17 financial tools including jupiter_swap, solana_deploy_token, agenti_pay. 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 2 write tools including create_wallet, generate_mnemonic. 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. 52 are read-only. 21 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.

Free to start. No card required.

73 Agenti tools catalogued and risk-classified — across an index of 42,500+ 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.