Crypto Multi-MCP Hub

48 tools. 13 can modify or destroy data without limits.

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

Last updated:

13 can modify or destroy data
35 read-only
48 tools total

Community server · catalogue entry verified 12/06/2026

How to control Crypto Multi-MCP Hub ↓

What Crypto Multi-MCP Hub exposes to your agents

Read (35) Write / Execute (8) Destructive / Financial (4)
Critical Risk

The most dangerous Crypto Multi-MCP Hub tools

13 of Crypto Multi-MCP Hub's 48 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Crypto Multi-MCP Hub

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

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

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

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

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "amm_price": {
    "limits": [
      {
        "counter": "amm_price_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 Crypto Multi-MCP Hub — 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 CRYPTO MULTI-MCP HUB →

Free to start. No card required.

All 48 Crypto Multi-MCP Hub tools

READ 35 tools
Read amm_price amm_price Read clob_markets clob_markets Read coin_info coin_info Read compute_indicators compute_indicators Read erc20_balance erc20_balance Read eth_balance eth_balance Read fetch_balance fetch_balance Read fetch_ohlcv fetch_ohlcv Read fetch_open_orders fetch_open_orders Read fetch_order_book Fetch the order book (L2) for a given symbol. Read fetch_trades Fetch the list of recent trades for a given symbol. Read gas_price gas_price Read get_balances get_balances Read get_coins_markets Fetch the list of coin markets sorted by market cap. Read get_dex_quote Gets a real on-chain quote from a DEX Router (Uniswap V2 on Ethereum Mainnet) via Web3. Read get_dexscreener_trending Fetches the latest trending tokens from DexScreener across all chains. Read get_latest_news Fetches the latest crypto news from CryptoPanic API. Read get_task_status get_task_status Read get_tokens get_tokens Read get_workspaces get_workspaces Read history history Read list_strategies list_strategies Read log_reasoning Logs the AI's reasoning for a specific pending trade or general market observation. Read market_chart market_chart Read monte_carlo_simulation Performs a Monte Carlo simulation based on historical OHLCV data to predict future price bounds. Read ping ping Read portfolio portfolio Read portfolio_value portfolio_value Read price price Read search_dexscreener_token Searches for a specific token or contract address on DexScreener. Read search_news Searches for specific crypto news. Read status status Read trades trades Read trending trending Read tx_info tx_info

Related servers

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

Questions about Crypto Multi-MCP Hub

Can an AI agent move money through the Crypto Multi-MCP Hub MCP server? +

Yes. The Crypto Multi-MCP Hub server exposes 3 financial tools including execute_approved_order, execute_dex_swap, create_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 Crypto Multi-MCP Hub MCP server? +

Yes. The Crypto Multi-MCP Hub server exposes 1 destructive tools including 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 Crypto Multi-MCP Hub? +

The Crypto Multi-MCP Hub server has 2 write tools including send_discord, send_telegram. 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 Crypto Multi-MCP Hub.

How many tools does the Crypto Multi-MCP Hub MCP server expose? +

48 tools across 4 categories: Destructive, Execute, Read, Write. 35 are read-only. 13 can modify, create, or delete data.

How do I enforce a policy on Crypto Multi-MCP Hub? +

Register the Crypto Multi-MCP Hub 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 Crypto Multi-MCP Hub tool call.

Deterministic rules across all 48 Crypto Multi-MCP Hub tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Free to start. No card required.

48 Crypto Multi-MCP Hub 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.