Bitpoort

On-chain blockchain data for AI agents.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение

Что умеет

  • Query Blocks: Get recent blocks for a specific blockchain. Returns block number, hash, timestamp, tx count, and gas used.
  • Query Transactions: Get transactions for a chain, optionally filtered by block number. Returns tx hash, from/to addresses, USD value, type, and method name.
  • Search Rag: Semantic search over indexed blockchain data. Returns ranked results with text, topic, chain, and relevance score. Uses hybrid dense+BM25 retrieval.

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

On-chain blockchain data for AI agents. 41 MCP tools for whale tracking, entity analysis, exchange flows, ML predictions, wallet profiling, direct Ethereum RPC, and cross-chain signals across Ethereum, Bitcoin, and Hyperliquid.

Список инструментов сервера (41)

Технические названия из tools/list. Нужны только разработчикам.

query_blocksGet recent blocks for a specific blockchain. Returns block number, hash, timestamp, tx count, and gas used.
query_transactionsGet transactions for a chain, optionally filtered by block number. Returns tx hash, from/to addresses, USD value, type, and method name.
search_ragSemantic search over indexed blockchain data. Returns ranked results with text, topic, chain, and relevance score. Uses hybrid dense+BM25 retrieval.
get_whale_activityGet recent whale (high-value) transactions. Returns structured array with tx_hash, from/to addresses and labels, value_usd, tier (MID/LARGE/MEGA), and description.
get_intent_detectionsGet detected behavioral patterns (accumulation, distribution, arbitrage, rug signals, etc.). Includes confidence scores and risk levels.
get_pipeline_statusGet the current state of the 7-stage data pipeline (INGEST -> NORMALIZE -> ENRICH -> CHUNK -> EMBED -> INDEX -> STORE). Shows throughput, latency, queue depth, and error counts per stage.
get_chain_statusGet processing status for a specific blockchain including block watermarks, lag, and errors per pipeline stage.
get_healthGet the overall system health score (0-100) and status (HEALTHY/DEGRADED/IMPAIRED/CRITICAL) with per-stage breakdown.
inspect_blockGet full detail for a specific block including all transactions, whale activity, and RAG chunks. Useful for deep investigation.
get_logsGet recent system log entries, optionally filtered by level (INFO/WARNING/ERROR) and service (ingest/normalize/enrich/chunk/embed/index/store/scheduler).
get_alertsGet alert history including triggered rules, severity, and resolution status.
get_statsGet aggregate system statistics: total blocks, transactions, RAG chunks, whale transactions, active intents, DLQ entries, and per-chain breakdowns.
ask_blockchainAsk a natural language question about blockchain activity. Returns an array of relevant data chunks with text, topic, chain, and relevance score. Best for: 'What happened on ETH today?', 'Any whale movements?', 'What has Binance been doing?'.
get_network_summaryGet a structured network summary: hourly stats (tx_count, volume, gas), whale activity (count, top movements), latest block, and system health. Use for fast orientation.
get_entity_activityGet activity history for a named entity (e.g. 'Binance', 'Wintermute') or wallet address. Returns structured periods with tx_count, total_value_usd, net_flow_usd, and tx_types breakdown.
get_mev_leaderboardGet MEV bot leaderboard ranked by 7-day extracted value. Returns bot address, strategy (flash_loan_arb, lending_arb, dex_arb), success rate, total P&L, extracted value, gas costs, and trade count. Use to identify top MEV searchers and arbitrage bots.
get_smart_walletsGet top wallets ranked by 7-day trading performance. Returns wallet address, composite score (0-100), win rate, total P&L, profit factor, protocols used, and trade count. Use to identify smart money, profitable traders, and MEV bots.
get_trade_signalsGet composite trade signals from cross-signal analysis. Returns structured signals array with token, direction (bullish/bearish), score (0-100), thesis, and evidence. Also returns activity anomalies vs 7-day baseline.
get_predictionsGet ML-based short-term price predictions for tracked tokens. Uses LightGBM trained on 30+ on-chain and technical features with walk-forward validation. Returns per-symbol direction (bullish/bearish), probability, and confidence (high/medium/low). Available horizons: 5m, 10m, 15m.
get_conviction_signalsGet conviction signals from cross-signal correlation. Combines 7 sources (swap pressure, smart money, exchange flow, token momentum, risk warnings, smart wallet consensus, MEV bot interest) into a single conviction score (0-100). Returns signals array with token, direction, conviction_score, signal_count, thesis, and evidence.
get_exchange_flowsGet exchange inflow/outflow data. Returns aggregate net flow with direction, per-exchange breakdown (inflow/outflow/net per exchange), and per-token flows. Excludes exchange-to-exchange transfers.
get_token_flowsGet tokens ranked by net buying or selling pressure. Returns sellers[] and buyers[] arrays with token, buy_usd, sell_usd, net_usd, buy_ratio, and swap_count. Based on DEX swap data, excludes stablecoins.
get_price_historyGet recent price candles (OHLCV) and price change for a token. Returns candles[] array with OHLCV data and price_change object with current/past price and change_pct. Supports 20 major tokens, 1-minute resolution.
get_risk_briefingGet a security-focused risk briefing. Returns structured arrays: risk_events (anomalies), intents (behavioral patterns with confidence/risk_level), and transactions (with risk_score and flags).
get_alarm_feedGet the alarm feed with triggered on-chain events. Returns structured events array with alarm_type, severity, chain, timestamp, title, detail, and value_usd.
get_alarm_categoriesList all available alarm categories with severity levels, supported chains, and default thresholds.
get_emerging_tokensGet emerging tokens ranked by momentum score. Returns tokens discovered on-chain with swap activity, unique traders, holder growth, and smart money interest. Higher score = stronger momentum signal. Use for early token discovery and alpha.
get_trending_tokensGet tokens ranked by swap volume over a time window. Returns symbol, volume, change percentage, swap count, unique wallets, and buy/sell ratio. Use to identify market momentum and active tokens.
get_wallet_profileGet complete wallet profile for an Ethereum address: label, classification, risk score, volume, transaction count, top tokens, top counterparties, and cluster membership. Use for investigating any address.
get_intelligence_feedUnified event feed from 6 sources: whale transfers, intent detections, liquidation risks, profitable trades, MEV extractions, and signals. Chronological stream of what is happening on-chain. Filter by event_type for specific categories.
get_hl_marketHyperliquid market state: smart money positioning (long/short %), aggressive flow direction, and funding rates with open interest for all coins. Single call for full HL market overview.
get_hl_tradersTop Hyperliquid perpetual traders ranked by smart money score. Returns win rate, PnL, Sharpe ratio, profit factor, edge score, and best coin. Use to identify skilled perp traders.
get_btc_flowsBitcoin whale flows with entity enrichment from 2.3M labeled addresses. Returns flow type, BTC/USD amount, from/to entity names, intent classification, and market signal. Uses CIOH clustering for entity resolution.
get_cross_chain_signalsETH on-chain to Hyperliquid perpetual correlation signals. Detects when ETH whale activity (accumulation, exchange withdrawal) correlates with HL positioning changes. Returns signal type, entities, values, confidence, direction, and time lag.
rpc_get_balanceGet ETH balance of an Ethereum address. Returns balance in ETH and wei, with entity label if known. Use for checking wallet balances, exchange holdings, or contract balances.
rpc_get_blockGet Ethereum block details: timestamp, gas usage, transaction count, base fee. Omit block_number for latest block. Set include_transactions=true for transaction list with from/to labels and ETH values.
rpc_get_transactionGet full transaction details by hash: from/to with entity labels, value in ETH, gas cost, status (success/reverted), log count. Combines tx data and receipt in one call.
rpc_get_logsGet event logs emitted by a contract. Useful for tracking Transfer events, approvals, swaps, etc. Max 2000-block range. Default: last 1000 blocks. Transfer event topic: 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef
rpc_get_contract_infoCheck if an address is a smart contract, get its ETH balance, code size, and transaction count (nonce). Also returns entity label and classification if known. Single call to classify any Ethereum address.
rpc_read_contractRead smart contract state by calling a view function. Supports common ERC-20 functions: name(), symbol(), decimals(), totalSupply(), balanceOf(address), owner(). Pass function signature and arguments. No ABI file needed.
rpc_trace_transactionGet internal call trace of a transaction: all internal calls, ETH transfers, contract interactions with entity labels. Shows the full execution tree. Useful for understanding complex DeFi transactions.
Bitpoort: подключить к Claude, ChatGPT, Cursor · Connectors.fun