Boosty MCP DeFi Platform

80 tools. 16 can modify or destroy data without limits.

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

Last updated:

16 can modify or destroy data
64 read-only
80 tools total

Community server · catalogue entry verified 11/06/2026

How to control Boosty MCP DeFi Platform ↓

What Boosty MCP DeFi Platform exposes to your agents

Read (64) Write / Execute (10) Destructive / Financial (6)
Critical Risk

The most dangerous Boosty MCP DeFi Platform tools

16 of Boosty MCP DeFi Platform's 80 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Boosty MCP DeFi Platform

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

Block financial tools by default
{
  "execute_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
{
  "delete_wallet": {
    "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
{
  "pause_campaign": {
    "limits": [
      {
        "counter": "pause_campaign_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "analyze_liquidity": {
    "limits": [
      {
        "counter": "analyze_liquidity_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 Boosty MCP DeFi Platform — 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 BOOSTY MCP DEFI PLATFORM →

Free to start. No card required.

All 80 Boosty MCP DeFi Platform tools

READ 64 tools
Read analyze_liquidity Analyze liquidity depth and slippage for a token Read comparePrices Compare prices and market data for multiple cryptocurrency tokens in a single request. Returns rankings by mar Read compareYields Compare multiple yield pools side by side with analysis and recommendations. Read estimatePriorityFee Estimate priority fee for a transaction involving specific accounts Read estimateReturns Estimate potential returns for a given investment amount and time period. Read get_bot_status Get bot status and stats Read get_campaign_metrics Get detailed metrics for a campaign Read get_campaign_status Get current status of a campaign Read get_market_overview Get overall market overview and trending tokens Read get_payment_analytics Get payment analytics and revenue statistics. Shows total payments, revenue, success rate, and breakdown by to Read get_payment_networks Get supported payment networks and their USDC contract addresses. Includes Base, Ethereum, Arbitrum, Optimism, Read get_payment_pricing Get pricing information for all available tools. Shows which tools require x402 payments and their costs in US Read get_pool_info Get liquidity pool information for a token Read get_price_history Get historical price data for a token Read get_swap_quote Get a swap quote without executing Read get_token_info Get detailed information about a token Read get_tool_price Get the price for a specific tool call Read get_top_holders Get top token holders Read get_wallet_balances Get balances for one or more wallets including SOL and token holdings Read getAccountRent Calculate rent exemption amount for an account of given size Read getApprovals Get token approvals (allowances) for a wallet to identify potential security risks from unlimited approvals Read getAvailablePriceFeeds Get list of available price feeds from oracles Read getCurrentSlot Get the current Solana slot number Read getDeFiPositions Get all DeFi protocol positions for a wallet including lending, borrowing, liquidity positions, and staking Read getFearGreedIndex Get the Crypto Fear & Greed Index, a market sentiment indicator ranging from 0 (Extreme Fear) to 100 (Extreme Read getGasPrices Get current gas prices for EVM blockchains. Returns low, medium, and high gas estimates in gwei. Supports Ethe Read getJupiterPrice Get token price from Jupiter price API Read getLimitOrders Get open limit orders for a wallet on Jupiter Read getLPYields Find liquidity pool yields for a specific token pair. Read getMultipleTokenPrices Get prices for multiple tokens at once Read getNetworkStatus Get Solana network status and health metrics Read getNFTs Get NFT holdings for a wallet address including collection information and images Read getPoolDetails Get detailed information about a specific yield pool including APY breakdown, TVL, tokens, and audit status. Read getPoolPrice Calculate token price from pool reserves Read getPoolState Get real-time pool state from DEX (Raydium, Orca, or Meteora) Read getRecentTransactions Get recent transactions for a Solana address Read getRiskAssessment Get a comprehensive risk assessment for a yield pool including IL risk, smart contract risk, and audit status. Read getRpcHealth Get health status of all RPC endpoints Read getSolanaBalance Get SOL balance for a Solana wallet address Read getSolanaTokens Get all token holdings for a Solana wallet including metadata Read getStablecoinYields Get yield opportunities specifically for stablecoins (USDC, USDT, DAI, FRAX, etc.). Read getSupportedDexes Get list of supported DEX program IDs Read getSupportedTokens Get list of well-known token mints supported by the system Read getSwapQuote Get a swap quote from Jupiter aggregator for trading tokens Read getTokenAccountRent Get rent exemption amount for a token account Read getTokenBalances Get detailed ERC20 token balances for a wallet address including native token balance Read getTokenMetadata Get metadata for a Solana token (name, symbol, image, etc.) Read getTokenMintInfo Get token mint information (supply, decimals, authorities) Read getTokenPrice Get current price and market data for a cryptocurrency token including 24-hour price change, market capitaliza Read getTokenPriceHistory Get historical price data for a cryptocurrency token over a specified number of days. Includes price statistic Read getTokenStats Get trading statistics for a token (volume, price change, liquidity) Read getTopMovers Get the top gaining and losing cryptocurrency tokens by price change percentage. Useful for identifying market Read getTopYields Get top DeFi yields across protocols and chains. Filter by chain, TVL, APY, risk level, and stablecoin-only op Read getTransaction Get details of a Solana transaction by signature Read getTrendingTokens Get currently trending tokens by trading volume Read getWalletHistory Get transaction history for a wallet on a specific blockchain network Read getWalletPortfolio Get a complete portfolio overview for a wallet address including token holdings, total value, and summary of N Read getYieldHistory Get historical APY and TVL data for a yield pool. Read list_active_bots List all active bots Read list_campaigns List all campaigns Read list_wallets List all wallets or filter by tag Read searchTokens Search for tokens by name or symbol on Jupiter Read validate_payment_network Validate if a payment network is supported and get its USDC token information Read resolveENS Resolve ENS name to address or perform reverse lookup from address to ENS name

Related servers

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

Questions about Boosty MCP DeFi Platform

Can an AI agent move money through the Boosty MCP DeFi Platform MCP server? +

Yes. The Boosty MCP DeFi Platform server exposes 5 financial tools including execute_swap, buy_token, consolidate_funds. 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 Boosty MCP DeFi Platform MCP server? +

Yes. The Boosty MCP DeFi Platform server exposes 1 destructive tools including delete_wallet. 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 Boosty MCP DeFi Platform? +

The Boosty MCP DeFi Platform server has 3 write tools including pause_campaign, configure_bot, create_wallet_swarm. 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 Boosty MCP DeFi Platform.

How many tools does the Boosty MCP DeFi Platform MCP server expose? +

80 tools across 4 categories: Destructive, Execute, Read, Write. 64 are read-only. 16 can modify, create, or delete data.

How do I enforce a policy on Boosty MCP DeFi Platform? +

Register the Boosty MCP DeFi Platform 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 Boosty MCP DeFi Platform tool call.

Deterministic rules across all 80 Boosty MCP DeFi Platform tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Free to start. No card required.

80 Boosty MCP DeFi Platform 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.