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
SQL & queries
SQL & queries
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_profilesKnowledge & discovery
Knowledge & discovery
search_schemas, search_docs, browse_docs, search_terminal, get_terminal_resultsDashboards & sharing
Dashboards & sharing
create_explorer_visual, get_explorer_visual, delete_explorer_visual, read_dashboard, set_dashboard, delete_dashboard, share_explorer_query, share_dashboardRealtime data
Realtime data
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_assetsHyperliquid
Hyperliquid
realtime_info, realtime_fills, realtime_order_history, realtime_order_status, realtime_orderbook_snapshotSkills
Skills
list_skills, get_skillYour 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.Related resources
MCP setup
Connect your client and authenticate
Examples
What customers build with MCP