Tools Reference
All 22 MCP tools. Analysis, trading, monitoring, and account management.
| Tool | What it does |
|---|
get_opportunities | Live arbitrage opportunities across all DEXs. Returns pair, exchanges, APRs, fees, and net spread |
get_smart_opportunities | Same as above, ranked by composite Smart Score (APR x stability x depth x trend) |
get_exchanges | List of supported exchanges with current status and fee structure |
get_historical_rates | Historical funding rate data for any pair and exchange over a custom date range |
run_backtest | Backtest any pair over a date range with a given position size. Returns simulated PnL, max drawdown, win rate |
analyze_pair | Full end-to-end analysis. Backtest + liquidity + spread risk + intelligence in one call |
find_best_trade | Best trade for your position size. Factors in slippage, depth, and fees |
compare_exchanges | Side-by-side comparison of two exchanges for a specific pair |
check_liquidity | Real orderbook depth and slippage estimation for a pair on a specific exchange |
get_pair_intelligence | 30-day stability, consistency, and trend data for any pair |
get_momentum_movers | Biggest funding rate jumps in the last 6 hours |
get_live_alpha | Top opportunities with deep analytics attached |
get_price_spread_data | Price spread risk between two exchanges for a pair |
get_still_paying | Active streaks still paying above a given APR threshold right now |
| Tool | What it does |
|---|
open_delta_neutral | Open both legs of a delta-neutral position. Specify pair, long exchange, short exchange, size, and leverage |
close_delta_neutral | Close both legs. Supports market, slow (limit then market fallback), and TWAP strategies |
open_trade | Open a single-leg position on one exchange |
close_trade | Close a single-leg position |
get_positions | List all open positions with live PnL, funding accrued, and current rates |
get_balance | Check balances across all exchanges with stored credentials |
Trading tools require stored credentials. See Credentials.
| Tool | What it does |
|---|
watch_position | Set monitoring rules for a position. Conditions: funding flip, PnL threshold, spread divergence, time-based |
get_alerts | Check for triggered monitoring alerts |
The backend checks conditions every 60 seconds. When a condition triggers, you get a Telegram alert (if connected) or can query via get_alerts.
| Tool | What it does |
|---|
store_credentials | Store encrypted API keys for a DEX. AES-256 encrypted on the backend |
list_credentials | List which DEXs have stored credentials (keys are never exposed) |
revoke_credentials | Delete stored credentials for a specific DEX |
revoke_all_credentials | Delete all stored credentials |