Skip to main content
The MCP Server groups its tools into seven categories. Your agent discovers them automatically through tools/list — you never register them by hand.

Categories

SQL & queries

Run SQL, save and re-run Explorer queries, fetch results, pick a compute profile.

Knowledge & discovery

Search schemas, docs, and public Terminal dashboards before you write SQL.

Dashboards & sharing

Build visuals and dashboards, then publish share and embed links.

Realtime data

Prices, balances, transactions, DeFi positions, holdings PnL, tokens, assets.

Hyperliquid

Rate-limit-free proxy for Hyperliquid info, fills, orders, and orderbooks.

Skills

Fetch Allium’s own guidance on SQL optimization, dashboards, and visuals.

Billing & limits

Which tools consume Explorer Units, row caps, poll timeouts, and tool gating.

Full tool list

run_sql_query, create_explorer_query, get_explorer_query, update_explorer_query, list_explorer_queries, run_explorer_query, delete_explorer_query, get_query_run_results, list_compute_profiles
search_schemas, search_docs, browse_docs, search_terminal, get_terminal_results
create_explorer_visual, get_explorer_visual, delete_explorer_visual, read_dashboard, set_dashboard, delete_dashboard, share_explorer_query, share_dashboard
realtime_get_supported_chains, realtime_token_latest_price, realtime_token_price_history, realtime_token_price_stats, realtime_token_price_at_timestamp, realtime_latest_token_balances, realtime_historical_token_balances, realtime_transactions, realtime_get_positions, realtime_holdings_history, realtime_holdings_pnl, realtime_holdings_pnl_history, realtime_holdings_pnl_by_token, realtime_holdings_pnl_by_token_history, realtime_list_tokens, realtime_search_tokens, realtime_get_tokens_by_chain_address, realtime_list_assets, realtime_get_assets
realtime_info, realtime_fills, realtime_order_history, realtime_order_status, realtime_orderbook_snapshot
list_skills, get_skill
Your agent may see fewer tools than this list. Tools behind a feature gate are removed from tools/list for organizations without access — see Tool visibility.

Where to start

Load the SQL rules

get_skill(name="sql-optimization") before writing any SQL. Allium’s tables are large enough that a missing partition filter scans a whole chain.

Find the tables

search_terminal for work that already exists, then search_schemas to locate the right tables.

MCP setup

Connect your client and authenticate

Examples

What customers build with MCP