Skip to main content
Glama
BlockBeatsOfficial

blockbeats-mcp

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BLOCKBEATS_API_KEYYesYour BlockBeats API key

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_newsflashB

获取加密货币快讯,支持按分类(全部/重要/原创/首发/链上/融资/预测/AI)、页码和语言筛选

get_newsflash_24hA

获取过去 24 小时内的所有快讯(不支持分页,直接返回全量数据)

get_articlesC

获取加密货币深度文章,支持按分类(全部/重要/原创)和页码筛选

get_articles_24hA

获取过去 24 小时内的文章(固定 50 条,不支持分页)

search_newsB

按关键词搜索快讯和文章,支持分页

get_btc_etf_flowB

获取 BTC ETF 净流入数据(机构资金)

get_daily_onchain_txB

获取每日链上交易量数据

get_ibit_fbtc_flowB

获取 IBIT/FBTC 净流入数据

get_stablecoin_marketcapA

获取 USDT、USDC 等主流稳定币市值数据

get_compliant_exchange_totalB

获取主流合规交易所总资产

get_us_treasury_yieldB

获取美国 10Y 国债收益率,支持多时间维度

get_dxy_indexB

获取美元指数(DXY),支持多时间维度

get_m2_supplyC

获取全球 M2 货币供应量,支持多时间维度

get_bitfinex_long_positionsB

获取 Bitfinex 杠杆多头持仓数据,反映大户做多情绪

get_contract_oi_dataB

获取 Binance、Bybit、Hyperliquid 等主流合约平台未平仓合约(OI)数据

get_sentiment_indicatorC

获取抄底逃顶市场情绪指标(<20 潜在买入区间 / 20-80 中性 / >80 潜在卖出区间)

get_top10_netflowB

获取指定链上净流入最多的前十个代币

get_exchange_rankingsB

获取合约交易所成交量和未平仓合约排名

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 18 tools

Disambiguation5/5

Each tool targets a distinct data type (articles, newsflashes, on-chain metrics, sentiment, exchange data, etc.). Even similar tools like get_articles and get_articles_24h are clearly differentiated by time window. No overlap or ambiguity.

Naming Consistency5/5

All tools follow the consistent snake_case verb_noun pattern starting with 'get_'. Suffixes like '_24h' and '_top10' are uniform and predictable. No mixing of conventions.

Tool Count5/5

18 tools is well-scoped for a cryptocurrency data API covering news, on-chain, exchange, and sentiment data. Each tool serves a clear purpose without unnecessary bloat or being too sparse.

Completeness5/5

The tool surface covers major crypto data categories: articles, news, on-chain transactions, contract open interest, ETF flows, sentiment, stablecoins, exchange rankings, and more. No obvious missing operations for the intended domain.

Maintenance

ActivityInactive
ResponsivenessNo issues