Asterdex

51 tools. 14 can modify or destroy data without limits.

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

Last updated:

14 can modify or destroy data
37 read-only
51 tools total

Community server · catalogue entry verified 30/06/2026

How to control Asterdex ↓

What Asterdex exposes to your agents

Read (37) Write / Execute (9) Destructive / Financial (5)
Critical Risk

The most dangerous Asterdex tools

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

How to control Asterdex

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

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

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "calculate_position_size": {
    "limits": [
      {
        "counter": "calculate_position_size_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 Asterdex — 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 ASTERDEX →

Instant setup, no code required.

All 51 Asterdex tools

READ 37 tools
Read calculate_position_size Calculate position size based on risk percentage. Read compare_cbs_algorithms Compare how different CBS algorithms view the same symbol. Shows base levels, success rates, and expected boun Read compare_exchange_volume Compare volume, price, and open interest between Aster and Binance for the same pair. Identifies when Aster is Read deep_analysis Comprehensive analysis combining VPVR, orderbook depth at key levels, trading session context, and BTC correla Read get_account_info Get account details: balances, positions, orders, ADL risk, liquidation history, or PnL. Read get_binance_funding Get Binance funding rate and mark price. Compare with Aster funding for arbitrage opportunities. Read get_binance_oi_history Get Binance open interest history. Shows money flowing in/out over time. Rising OI + rising price = trend conf Read get_binance_sentiment Get Binance-specific sentiment data: top trader long/short ratio, global L/S ratio, and taker buy/sell volume. Read get_cbs_markets Get markets approaching their base level - potential crack setups. Sorted by proximity to base. Read get_cbs_quick_scan Quick scan for recent price drops (5-30 min). Good for catching fast moves and fat finger opportunities. Read get_cbs_signals Get QFL base crack signals from Crypto Base Scanner. Shows bases that have been broken in the last 12 hours - Read get_funding_spread Compare funding rates between Aster and Hyperliquid for the same symbols. Identifies arbitrage opportunities w Read get_klines Get historical candlestick (kline) data. Read get_market_data Get various types of market data. Use this for price, orderbook, funding rates, or 24h stats. Read get_market_intelligence Get comprehensive market report: Gainers, Losers, Volume, Funding Opps. Read get_market_regime Detect the current BTC market regime (bullish/bearish/neutral) using EMA crossovers and RSI momentum from Bina Read get_recent_trades Get recent public trades for a symbol. Read get_spot_account Get spot account info: balances, open orders, order history, or trade history. Read get_spot_klines Get spot candlestick (kline) data. Read get_spot_market_data Get spot market data: prices, 24h stats, orderbook, or all trading pairs. Read get_spot_trades Get recent public trades for a spot pair. Read get_strategy_status Get current status of the strategy engine. Read obv_analysis Multi-timeframe On-Balance Volume analysis. Detects accumulation/distribution through OBV trends and price/OBV Read scan_accumulation Detect early accumulation/distribution BEFORE price moves using Binance as primary data source. Uses LEADING i Read scan_binance_signals Scan ALL Aster-tradeable pairs using Binance as the data oracle. Combines institutional-grade signals: top tra Read scan_breakouts Scan ALL pairs for structural breakout setups using VPVR analysis. No filtering - scores every pair. Returns r Read scan_exchange_divergence Scan for pairs where Binance and Aster show significant divergence in volume, OI, or funding. Finds opportunit Read scan_for_pumps Scan all Aster pairs for early pump OR dump signals using volume analysis and technical indicators. Use mode Read scan_for_pumps_cross Scan BOTH Aster and Hyperliquid for pump signals and compare results. Finds pairs flagged on both exchanges (h Read scan_for_pumps_hl Scan Hyperliquid perps for early pump signals. Identical to scan_for_pumps but for Hyperliquid exchange. Read scan_funding_extremes Find pairs with extreme funding rates on Aster that could indicate squeeze potential. Cross-references with Bi Read scan_liquidity Scan trade tapes for liquidity health, bot patterns, and tradeability. Returns permissive scoring - flags issu Read scan_markets Scan ALL markets to find opportunities based on specific metrics. Read scan_momentum Find coins with ACTIVE momentum - already pumping or dumping with force. Unlike scan_for_pumps which catches e Read scan_oi_divergence Scan for price vs open interest divergence - a leading indicator. Detects: OI rising + price flat (accumulatio Read vpvr_analysis Volume Profile Visible Range analysis. Returns POC (Point of Control), Value Area (70% volume), High/Low Volum Read vpvr_cross Compare Volume Profiles between Aster and Hyperliquid. Identifies divergent POCs, liquidity imbalances, and wh

Related servers

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

Questions about Asterdex

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

Yes. The Asterdex server exposes 3 financial tools including execute_order, execute_spot_order, spot_transfer. 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 Asterdex MCP server? +

Yes. The Asterdex server exposes 2 destructive tools including cancel_spot_order, panic_button. 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 Asterdex? +

The Asterdex server has 6 write tools including close_strategy_position, manage_cache, manage_credentials. 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 Asterdex.

How many tools does the Asterdex MCP server expose? +

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

How do I enforce a policy on Asterdex? +

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

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

Instant setup, no code required.

51 Asterdex 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.