Skip to main content
Glama

Server Details

Gate info MCP for coin discovery, market snapshots, technical analysis, and on-chain data.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
gate/gate-mcp
GitHub Stars
27

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsB

Average 4/5 across 32 of 32 tools scored. Lowest: 2.6/5.

Server CoherenceA
Disambiguation5/5

Tools are grouped into clear categories (coin, macro, market, onchain, platform metrics) and each tool has a distinct purpose. Descriptions include cross-references to related tools, aiding selection. Even similar functions like get_kline are differentiated by data source (Gate vs trend-index).

Naming Consistency5/5

All tool names follow a consistent pattern: info_<category>_<action>_<noun> using snake_case. Verbs like get, search, batch are used uniformly across categories, making the API predictable.

Tool Count4/5

32 tools is on the higher side but justified by the broad domain coverage (coin info, market data, on-chain, macro, platform metrics). Each tool serves a specific purpose without redundancy, and the count is appropriate for a comprehensive data server.

Completeness5/5

The tool set covers a wide range of crypto data needs: individual token info, rankings, search, market snapshot, order books, trades, klines, technical analysis, on-chain address/transaction/token data, macro indicators, platform metrics (DeFi, exchanges, stablecoins, yields), and more. No obvious gaps for a read-only information server.

Available Tools

32 tools
info_coin_get_coin_info
Read-onlyIdempotent
Inspect

Single-target lookup: ticker, name, or contract→rows. Chain fixes address clashes. Filtered lists→search_coins. Boards→get_coin_rankings.

ParametersJSON Schema
NameRequiredDescriptionDefault
sizeNoMax rows; default 3, max 20.
chainNoChain hint for address disambiguation when query_type=address or auto-detected EVM address; e.g. eth, tron, bsc. Same normalization as search_coins.
queryYesSearch text: symbol, contract address, localized name, etc.
scopeNobasic (default) | detailed | full; with_project/with_tokenomics align with full _source.
fieldsNoField allowlist; empty = all. scope wins when both set.
query_typeNoauto (default) | address | symbol | name | project | gate_symbol | source_id

Output Schema

ParametersJSON Schema
NameRequiredDescription
chainNo
countYes
itemsYes
queryYes
scopeNo
totalYes
query_typeYes
duration_msYes
info_coin_get_coin_rankings
Read-onlyIdempotent
Inspect

Boards: popular, gainers/losers, twitter_hot, airdrop, new_listing, market_pulse_hot. time_range only for gainers/losers. Single match→get_coin_info. Filtered list→search_coins.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoRows; default 20, max 400.
time_rangeNoOnly for top_gainers|top_losers: 1h|24h (default)|7d. Omit for other ranking_type or validation fails.
listing_fromNonew_listing only: Unix seconds from; 0 = omit.
ranking_typeYespopular|top_gainers|top_losers|twitter_hot|airdrop|new_listing|market_pulse_hot
listing_queryNonew_listing only: exchange / keyword for upstream query.
listing_tickersNonew_listing only: comma tickers e.g. BTC,ETH.

Output Schema

ParametersJSON Schema
NameRequiredDescription
countYes
itemsYes
totalYes
time_rangeYes
duration_msYes
ranking_typeYes
info_coin_search_coins
Read-onlyIdempotent
Inspect

Multi-row asset list by category, chain, cap, type. One clear match→get_coin_info. Boards→get_coin_rankings.

ParametersJSON Schema
NameRequiredDescriptionDefault
chainNoChain filter: canonical name or alias (ETH→Ethereum, BSC→BNB Chain); contains match on normalized chain list.
limitNoPage size; default 20, max 400.
offsetNoOffset; default 0.
sort_byNomarket_cap (default) | fdv | circulating_supply; all desc
categoryNoControlled sector tag or group (e.g. Layer 1, DEX); case-insensitive; matches category_type_flat then category_type; unknown values return empty list.
asset_typeNocrypto (default) | tradefi | all
market_cap_maxNoMax market cap USD.
market_cap_minNoMin market cap USD; range on market_value / market_cap.

Output Schema

ParametersJSON Schema
NameRequiredDescription
chainNo
countYes
itemsYes
limitNo
totalYes
offsetNo
sort_byNo
categoryNo
asset_typeNo
duration_msYes
total_countYes
market_cap_maxNo
market_cap_minNo
info_compliance_check_token_security
Read-onlyIdempotent
Inspect

Honeypot, tax, and holder risk screen for a token. On-chain activity stats→get_token_onchain. Token xor address with chain; scope in schema.

ParametersJSON Schema
NameRequiredDescriptionDefault
langNoLocale: en|cn|tw|ja|kr; default en.
chainYesChain id e.g. eth, bsc, solana, base, arb.
scopeNobasic (default)|full.
tokenNoToken symbol e.g. PEPE; xor with address.
addressNoContract address; xor with token.

Output Schema

ParametersJSON Schema
NameRequiredDescription
chainYes
countYes
scopeNo
tokenNo
totalYes
addressYes
buy_taxNo
holdersNo
sell_taxNo
name_riskNo
risk_factsNo
duration_msYes
is_honeypotYes
holder_countNo
risk_summaryYes
tax_analysisNo
data_analysisNo
low_risk_listNo
top10_percentNo
high_risk_listNo
is_open_sourceYes
middle_risk_listNo
dev_holding_percentNo
info_macro_get_economic_calendar
Read-onlyIdempotent
Inspect

Filtered release calendar in a date window. Zero-arg dashboard→get_macro_summary. Indicator snapshot or series→get_macro_indicator.

ParametersJSON Schema
NameRequiredDescriptionDefault
sizeNoRows; default 20, max 400.
end_dateNoEnd YYYY-MM-DD inclusive; default start+30d; sorted by event_date desc.
event_typeNoFOMC|NFP|CPI|PPI|GDP|PCE|...; empty or all = no filter.
importanceNoImportance filter; ignored if index lacks field.
start_dateNoStart YYYY-MM-DD for event_date; default today UTC; if only end_date set, start defaults today.

Output Schema

ParametersJSON Schema
NameRequiredDescription
sizeNo
countYes
itemsYes
totalYes
end_dateNo
event_typeNo
importanceNo
start_dateNo
duration_msYes
info_macro_get_macro_indicator
Read-onlyIdempotent
Inspect

Official macro stats: latest or series by country/indicator (CPI, rates, jobs). No event feed. Calendar→get_economic_calendar. Dashboard→get_macro_summary.

ParametersJSON Schema
NameRequiredDescriptionDefault
modeNolatest (default, snapshot) or timeseries.
sizeNoRows; default 20, max 400.
countryNoCountry display name e.g. United States; wins over country_code if both set.
end_dateNoSame as end_time.
end_timeNoRange end; alias end_date.
indicatorYesExact keyword match on indicator.keyword OR indicator_id.keyword OR slugname.keyword; ASCII case-insensitive via exact variants (original, lower, upper).
start_dateNoSame as start_time.
start_timeNoRange start; alias start_date; filters date/part_date.
country_codeNoISO code e.g. US when index lacks display name.

Output Schema

ParametersJSON Schema
NameRequiredDescription
modeYes
noteNoOptional empty-result or fallback hint.
sizeNo
countYes
totalYes
latestNo
countryNo
end_dateNo
end_timeNo
indicatorYes
start_dateNo
start_timeNo
timeseriesNo
duration_msYes
info_macro_get_macro_summary
Read-onlyIdempotent
Inspect

Zero-arg macro dashboard: key snapshots plus upcoming releases. Filtered calendar list→get_economic_calendar. Indicator snapshot or series→get_macro_indicator.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
countYes
totalYes
indicatorsYes
duration_msYes
next_eventsYes
snapshot_timeYes
indicators_totalYes
info_marketdetail_get_kline
Read-onlyIdempotent
Inspect

Exchange pair or contract candles, including fine intervals such as 1m or 5s; needs Gate base URL. Trend-index OHLCV or indicator bundle→markettrend_get_kline.

ParametersJSON Schema
NameRequiredDescriptionDefault
extraNoPassthrough e.g. interval overrides.
limitNoMax candles; default 100, max 400; without range = latest N desc.
settleNofutures/delivery settlement; default usdt.
symbolYesPair or contract.
end_timeNoEnd Unix seconds.
timeframeYesCandle interval e.g. 1s, 1m, 5m.
start_timeNoStart Unix seconds; with end_time for range; omit = last limit candles desc.
market_typeNospot (default)|futures|delivery|options

Output Schema

ParametersJSON Schema
NameRequiredDescription
countYes
itemsYes
totalYes
settleNo
symbolYesEcho input. Candle times are UTC (+00:00); convert for local display.
cex_toolYes
timeframeYes
duration_msYes
market_typeYes
info_marketdetail_get_orderbook
Read-onlyIdempotent
Inspect

Order book depth: bids/asks ladder from Gate; needs base URL. Trade tape→get_recent_trades. Trend-index bars→markettrend_get_kline.

ParametersJSON Schema
NameRequiredDescriptionDefault
depthNoOrder book depth; default 20, max 100.
extraNoExtra Gate API params merged into request.
settleNoSettlement for futures/delivery; default usdt; omit for options.
symbolYesPair e.g. BTC_USDT.
market_typeNospot (default)|futures|delivery|options.

Output Schema

ParametersJSON Schema
NameRequiredDescription
countYes
depthYes
itemsYes
totalYes
settleNo
symbolYesEcho input. Item timestamps are UTC (+00:00); convert for local display.
cex_toolYes
duration_msYes
market_typeYes
info_marketdetail_get_recent_trades
Read-onlyIdempotent
Inspect

Recent trade prints tape from Gate; needs base URL. Depth ladder→get_orderbook. Trend-index bars→markettrend_get_kline.

ParametersJSON Schema
NameRequiredDescriptionDefault
extraNoOptional Gate API passthrough.
limitNoRecent trades count; default 50, max 400.
settleNofutures/delivery settlement; default usdt.
symbolYesPair or contract id.
market_typeNospot (default)|futures|delivery|options

Output Schema

ParametersJSON Schema
NameRequiredDescription
countYes
itemsYes
limitYes
totalYes
settleNo
symbolYesEcho input. Trade times are UTC (+00:00); convert for local display.
cex_toolYes
duration_msYes
market_typeYes
info_marketsnapshot_batch_market_snapshot
Read-onlyIdempotent
Inspect

Batch quotes up to 20 symbols; partial misses OK. One symbol→get_market_snapshot. Deep trend→markettrend_get_kline. Breadth→get_market_overview.

ParametersJSON Schema
NameRequiredDescriptionDefault
quoteNoQuote currency; default USDT; maps to OpenSearch market.
scopeNoResponse scope.
sourceNospot (default)|futures (future)|alpha|fx.
symbolsYesSymbol list, max 20. Missing symbols yield empty rows; the batch still succeeds.
timeframeNoKline: 15m|1h|4h|1d; default 1h.

Output Schema

ParametersJSON Schema
NameRequiredDescription
countYes
itemsYes
quoteNo
scopeNo
totalYes
sourceNo
symbolsNo
not_foundYes
timeframeNo
duration_msYes
info_marketsnapshot_get_institutional_metrics
Read-onlyIdempotent
Inspect

BTC/ETH institutional ETF/CME/CFTC daily metrics (OpenSearch). asset=BTC|ETH|all; channel=all|etf|cme|cftc nulls non-selected fields. CME often null with data_status cme_source_not_procured. Returns assets[].latest and series[].

ParametersJSON Schema
NameRequiredDescriptionDefault
assetNoBTC|ETH|all; default BTC. all returns BTC and ETH groups.
limitNo1-366; default 30.
channelNoall|etf|cme|cftc; default all.
end_dateNoYYYY-MM-DD; default latest part_date available from OpenSearch.
start_dateNoYYYY-MM-DD; default end_date - 30d.

Output Schema

ParametersJSON Schema
NameRequiredDescription
assetYes
countYes
totalYes
assetsYes
channelYes
end_dateYes
start_dateYes
data_statusYes
duration_msYes
info_marketsnapshot_get_market_overview
Read-onlyIdempotent
Inspect

Broad market dashboard: cap, volume, dominance, and sentiment; no stablecoin ranking. Stablecoin-only ranking or chain breakdown→get_stablecoin_info. One asset→get_market_snapshot. Many symbols→batch_market_snapshot.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
ahr999Yes
btc_priceYes
updated_atYes
duration_msYes
btc_dominanceYes
eth_dominanceYes
fear_greed_indexYes
fear_greed_labelYes
total_market_capYesUSD total market cap; null when that upstream slice fails. Each field may be null independently.
total_volume_24hYes
active_coins_countYes
altcoin_season_indexYes
market_cap_change_24hYes
info_marketsnapshot_get_market_snapshot
Read-onlyIdempotent
Inspect

One-symbol: price, kline clip, project. Trend→markettrend_get_kline. Gate→marketdetail_get_kline. Many→batch_market_snapshot. Breadth→get_market_overview.

ParametersJSON Schema
NameRequiredDescriptionDefault
quoteNoQuote currency mapped to OpenSearch market; default USDT.
scopeNobasic (default, trimmed)|detailed|full.
sourceNoalpha|spot|futures (future)|fx; default spot.
symbolYesSymbol e.g. BTC, ETH, USDC.
timeframeNoKline: 15m|1h|4h|1d; wins over indicator_timeframe when both set; default 1h if both empty.
indicator_timeframeNoAlias of timeframe when timeframe omitted.

Output Schema

ParametersJSON Schema
NameRequiredDescription
klineYes
quoteNo
scopeNo
sourceYes
symbolYes
realtimeYes
timeframeYes
derivativesNo
duration_msYes
market_pulseNo
project_infoYes
institutional_channel_summaryNo
info_markettrend_get_indicator_history
Read-onlyIdempotent
Inspect

Historical indicator columns (RSI, MACD, MAs). OHLCV→get_kline. Synthesis→get_technical_analysis.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoPoints; default 50, max 400.
symbolYesSymbol.
end_timeNoRange end.
timeframeYes15m|1h|4h|1d.
indicatorsYesES field names e.g. rsi, macd, macd_dea, ma7, ema7, ma30, boll_upper_band, signal_value_k, profit_rate_stddev_7d.
start_timeNoRange start: ms or ISO8601.

Output Schema

ParametersJSON Schema
NameRequiredDescription
countYes
itemsYes
totalYes
symbolYes
timeframeYes
indicatorsYes
duration_msYes
info_markettrend_get_kline
Read-onlyIdempotent
Inspect

Trend-index OHLCV for symbols, with optional indicator bundle. Exchange pair or contract candles, or fine intervals→marketdetail_get_kline. Columns→get_indicator_history. Signals→get_technical_analysis.

ParametersJSON Schema
NameRequiredDescriptionDefault
sizeNoRow count; alias of limit; default 100, max 400.
limitNoRow count; default 100, max 400; alternative to size.
periodNoWindow: 1h|4h|24h|7d|3d|5d|10d; default 24h. Ignored when start/end set.
symbolYesSymbol e.g. BTC, ETH.
end_timeNoAbsolute end.
timeframeYesCandle interval: 1m|5m|15m|1h|4h|1d.
start_timeNoAbsolute start: ms timestamp or ISO8601; wins over period when paired with end.
with_indicatorsNoIf true, include technical columns in _source; default OHLCV only.

Output Schema

ParametersJSON Schema
NameRequiredDescription
sizeYes
countYes
itemsYes
totalYes
periodYes
symbolYes
timeframeYes
duration_msYes
info_markettrend_get_technical_analysis
Read-onlyIdempotent
Inspect

Multi-timeframe bull/bear/neutral read from chart OHLCV only. OHLCV→get_kline. Raw columns→get_indicator_history.

ParametersJSON Schema
NameRequiredDescriptionDefault
periodNoWindow: 1h|4h|24h|7d|3d|5d|10d|all; default 3d. Absolute start/end win when parseable.
symbolYesSymbol.
end_timeNoAbsolute end: ms or RFC3339.
start_timeNoAbsolute start: ms or RFC3339.

Output Schema

ParametersJSON Schema
NameRequiredDescription
periodNoEcho relative window; empty when start/end used.
signalYesAggregate: bullish|bearish|neutral.
symbolYes
end_timeNo
start_timeNo
timeframesYes
duration_msYes
info_onchain_get_address_info
Read-onlyIdempotent
Inspect

Wallet profile: asset_summary, token_balances (USD desc), multi_chain_token_balances, labels/risk; Solana adds token_account/mint_account. Chain aliases: op→optimism, avax|avalanche-c→avalanche, bera|berachain→bera, polygon|matic, etc. Errors: invalid_chain, invalid_address, upstream_not_ready. Transfers→get_address_transactions.

ParametersJSON Schema
NameRequiredDescriptionDefault
chainNoChain id e.g. eth, trx, bsc, btc, sol, base, arb. Omit to auto-detect from labels; default eth if unknown.
scopeNobasic (default) | with_defi | with_counterparties | with_pnl | full. full merges all extensions; empty sections may be [] or null. detailed maps to full.
addressYesOn-chain address.
min_value_usdNoMin token balance USD; keep rows with parsed value_usd >= threshold. 0 keeps non-negative; unset/unparseable value_usd dropped.
upstream_raw_modeNooff (default, no page raw) | lite (per-item source_raw where applicable) | full (page raw). include_upstream_raw=true forces full.
include_upstream_rawNoIf true, include New Explorer ApiResponse.data as new_explorer_*_raw; large payload. Default false.

Output Schema

ParametersJSON Schema
NameRequiredDescription
tagsNo
chainYes
scopeNo
scoreYes
addressYes
balanceNo
sourcesNo
tx_countYes
win_rateNo
last_seenNo
defi_loansNo
first_seenNo
risk_levelYes
duration_msYes
entity_nameNo
usd_balanceNo
data_qualityNo
pnl_realizedNo
sharpe_ratioNo
asset_summaryNo
counterpartiesNo
defi_positionsNo
pnl_unrealizedNo
token_balancesNo
detected_chainsNo
quality_reasonsNo
related_walletsNo
entity_confidenceNo
new_explorer_assets_rawNo
new_explorer_labels_rawNo
new_explorer_search_rawNo
new_explorer_overview_rawNo
multi_chain_token_balancesNo
new_explorer_labels_multi_chain_rawNo
info_onchain_get_address_transactions
Read-onlyIdempotent
Inspect

Paginated transfers; BTC items include inputs/outputs/tx_status. partial_upstream_response when upstream total>0 but list unparseable. Chain aliases same as get_address_info. Profile→get_address_info.

ParametersJSON Schema
NameRequiredDescriptionDefault
chainNoChain id (eth, trx, bsc, btc, sol, base, arb, ...); default eth.
limitNoMax rows; default 20, max 400; maps to explorer page_size. Some filters apply only to GET list paths.
addressYesOn-chain address.
tx_typeNotransfer | contract_call | token_transfer | all (default).
end_timeNoEnd Unix seconds.
start_timeNoStart Unix seconds; pair with end_time; absolute wins over time_range.
time_rangeNoRelative window vs start/end: 1h|24h|1d|7d|30d|90d as [now-Δ, now]. Ignored if start_time or end_time set.
to_addressNoFilter recipient; maps to explorer GET to or POST body to. BlockInfo path ignores.
from_addressNoFilter sender; maps to explorer GET from or POST transfers from. BlockInfo path ignores.
min_value_usdNoIf >0, keep rows with value_usd >= threshold (same semantics as get_address_info min_value_usd). May map to explorer query when supported.
nonzero_valueNoIf true, drop zero-amount token_transfer rows; passes nonzero_value to explorer POST when used.
upstream_raw_modeNooff (default) | lite (per-item source_raw) | full (page + item raw). include_upstream_raw=true forces full.
include_upstream_rawNoIf true, include new_explorer_address_*_raw and per-item source_raw; large payload. Default false.

Output Schema

ParametersJSON Schema
NameRequiredDescription
chainYes
countYes
itemsYes
limitNo
totalYes
addressYes
sourcesNo
tx_typeYes
end_timeNo
start_timeNo
time_rangeNo
duration_msYes
data_qualityNo
transactionsYes
min_value_usdNo
nonzero_valueNo
quality_reasonsNo
new_explorer_address_transfers_rawNo
new_explorer_address_transactions_rawNo
new_explorer_address_token_transfers_rawNo
new_explorer_address_sol_transactions_rawNo
new_explorer_address_internal_transactions_rawNo
info_onchain_get_token_onchain
Read-onlyIdempotent
Inspect

Token scope: holders, transfers, activity, smart_money. Address ledger→get_address_transactions. One tx→get_transaction.

ParametersJSON Schema
NameRequiredDescriptionDefault
chainNoChain; omit for service default.
scopeNoholders|activity|transfers|smart_money|full; default full.
tokenYesToken symbol e.g. ETH, USDT, or contract address.
upstream_raw_modeNooff (default) | lite (row source_raw) | full (page + row). include_upstream_raw=true forces full.
include_upstream_rawNoIf true, include explorer_*_page raw and transfer source_raw; large payload. Default false.

Output Schema

ParametersJSON Schema
NameRequiredDescription
chainYes
scopeYes
tokenYes
holdersNo
sourcesNo
activityNo
transfersNo
token_infoNo
duration_msYes
smart_moneyNo
data_qualityNo
quality_reasonsNo
explorer_token_rawNo
explorer_holders_rawNo
explorer_transfers_rawNo
info_onchain_get_transaction
Read-onlyIdempotent
Inspect

One transaction by hash; fields sparse if upstream thin. Token view→get_token_onchain.

ParametersJSON Schema
NameRequiredDescriptionDefault
chainNoChain e.g. eth, bsc, btc; default eth.
tx_hashYesTransaction hash. Response may omit fields when upstream data is incomplete.
upstream_raw_modeNooff (default) | lite | full; only full adds explorer/blockinfo detail raw. include_upstream_raw=true forces full.
include_upstream_rawNoIf true, include explorer_detail_raw and blockinfo_detail_raw; large payload. Default false.

Output Schema

ParametersJSON Schema
NameRequiredDescription
toNo
fromNo
chainYes
valueNo
tx_feeNo
sourcesNo
to_tagsNo
tx_hashYes
tx_tagsNo
gas_usedNo
from_tagsNo
value_usdNo
block_timeNo
tx_fee_usdNo
duration_msYes
method_nameNo
block_heightNo
contract_retNo
data_qualityNo
instructionsNo
program_logsNo
quality_reasonsNo
token_transfersNo
sol_balance_changeNo
explorer_detail_rawNo
blockinfo_detail_rawNo
token_balance_changeNo
internal_transactionsNo
info_platformmetrics_get_bridge_metrics
Read-onlyIdempotent
Inspect

Bridge ranking or one-bridge chain breakdown. Cross-sector dashboard across DeFi, spot, perp, stablecoin, or bridge→get_defi_overview.

ParametersJSON Schema
NameRequiredDescriptionDefault
chainNoChain; normalized e.g. eth→Ethereum; filters chain_breakdown.
limitNoRows; default 10, max 400.
sort_byNovolume_24h (default)|volume_7d|deposit_txs_24h.
bridge_nameNoBridge name (ASCII case-insensitive after trim/space normalize); omit for ranked list without chain_breakdown.

Output Schema

ParametersJSON Schema
NameRequiredDescription
chainYes
countYes
itemsYes
limitYes
totalYes
sort_byYes
bridge_nameYes
duration_msYes
info_platformmetrics_get_cex_orderbook_depth
Read-onlyIdempotent
Inspect

Competitor CEX ±1% order-book depth (spot/perp) from warehouse indices; BTC/ETH liquidity benchmarking. Gate native ladder→get_orderbook.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax rows; default 20, max 100.
symbolYesBase asset e.g. BTC, ETH.
exchangeNoVenue e.g. BINANCE; when set with exchange index, filters exchange dimension.
data_scopeNoexchange|market; default market if only market index configured, else exchange when exchange set.
market_typeNospot|perp (maps to SPOT|PERP); default perp.

Output Schema

ParametersJSON Schema
NameRequiredDescription
countYes
itemsYes
limitYes
totalYes
symbolYes
exchangeYes
data_scopeYes
duration_msYes
market_typeYes
info_platformmetrics_get_chain_activity
Read-onlyIdempotent
Inspect

Chain-level activity metrics by metric_group. staking: Ethereum daily staking_metrics.series. l2: L2 ops daily l2_metrics.series (tps_avg_1d, active_addresses_1d, blob_cost_usd_1d, sequencer_revenue_usd_1d, stage_label; no tx_count/l1_fee_usd) from dwd_external_l2_metrics_daily_di; granularity day only. btc_l2: BTC L2 protocol ecosystem btc_l2_metrics.items (project_key, project_name, category, main_chain, tvl_usd, protocol_count, tx_count_1d, active_addresses_1d, bridge_volume_24h_usd, source_refs; whitelist: stacks|rootstock|merlin|bob|bitlayer).

ParametersJSON Schema
NameRequiredDescriptionDefault
chainNoChain; staking defaults empty to ethereum; l2 supports base/arbitrum/optimism/linea/zksync_era/blast or empty for all chains; btc_l2 defaults empty to btc (required).
limitNol2 only: max series rows returned; 0 means no extra cap beyond date window.
projectNobtc_l2 only: filter by project_key; empty returns whitelist (stacks|rootstock|merlin|bob|bitlayer). Non-whitelist project returns data_status=not_in_scope.
end_dateNoYYYY-MM-DD; default latest part_date in index.
lookbackNo30d|90d|1y when start_date empty; default 30d.
start_dateNoYYYY-MM-DD; default derived from lookback or 30d.
granularityNol2 only: day (default); hour or minute returns unsupported_granularity.
metric_groupYesMetric group: staking (Ethereum beacon daily) | l2 (L2 ops daily from growthepie+L2Beat) | btc_l2 (BTC L2 protocol ecosystem tvl/protocol_count/tx_count_1d/active_addresses_1d/bridge_volume_24h_usd from dwd_external_btc_protocol_di).

Output Schema

ParametersJSON Schema
NameRequiredDescription
chainYes
countYes
totalYes
end_dateYes
lookbackNo
l2_metricsNo
start_dateYes
data_statusNo
duration_msYes
granularityNo
metric_groupYes
btc_l2_metricsNo
end_date_cappedNo
range_truncatedNo
staking_metricsNo
normalized_chainYes
start_date_cappedNo
info_platformmetrics_get_defi_overview
Read-onlyIdempotent
Inspect

Cross-sector dashboard for DeFi, spot, perp, stablecoin, or bridge categories. One bridge ranking or chain detail→get_bridge_metrics. One protocol→get_platform_info.

ParametersJSON Schema
NameRequiredDescriptionDefault
categoryNoall|defi|spot|perp|stablecoin|bridge or platform type; unknown values passed through; empty if no match.

Output Schema

ParametersJSON Schema
NameRequiredDescription
countYes
itemsYes
totalYes
categoryYes
duration_msYes
info_platformmetrics_get_exchange_reserves
Read-onlyIdempotent
Inspect

Exchange reserve snapshots by venue and asset. scope=full adds por (PoR attestation). scope=full + include_flows=true returns flows.series[] (daily inflow/outflow/netflow). scope=full + include_events=true returns events[] (large_flow events). TVL history→get_platform_history.

ParametersJSON Schema
NameRequiredDescriptionDefault
assetNoAsset filter: BTC|ETH|USDT|USDC; default BTC.
limitNoMax flow rows; default 100, max 400.
scopeNobasic (default)|full; full adds por + optionally flows/events.
end_dateNoYYYY-MM-DD; default today. Filter flows by part_date.
exchangeNoExchange name; empty returns all exchanges. Supports okx→okx, gate.io→gate via normalized mapping.
event_typeNoall|large_flow; filter events. Effective only when include_events=true.
start_dateNoYYYY-MM-DD; default end_date - 30d. Filter flows by part_date.
include_flowsNoscope=full only. true returns flows.series[].
history_windowNoOnly effective when include_history=true; currently only quarter is supported.
include_eventsNoscope=full only. true returns events[].
include_historyNoDefault false. true returns precomputed comparison fields only, not raw historical snapshots.

Output Schema

ParametersJSON Schema
NameRequiredDescription
assetYes
countYes
flowsNo
itemsYes
limitNo
scopeYes
totalYes
eventsNo
end_dateNo
exchangeYes
event_typeNo
start_dateNo
data_statusNo
duration_msYes
include_flowsNo
status_reasonNo
history_windowYes
include_eventsNo
include_historyYes
info_platformmetrics_get_liquidation_heatmap
Read-onlyIdempotent
Inspect

Liquidation density by symbol and price buckets.

ParametersJSON Schema
NameRequiredDescriptionDefault
rangeNoPrice range or bucket spec.
symbolYesSymbol e.g. BTC, ETH.
exchangeNoExchange; empty = all venues.

Output Schema

ParametersJSON Schema
NameRequiredDescription
countYes
itemsYes
rangeYes
totalYes
symbolYes
exchangeYes
duration_msYes
info_platformmetrics_get_platform_history
Read-onlyIdempotent
Inspect

Daily TVL, volume, and fees time series for one named protocol. One-shot profile→get_platform_info. Ranked multi-protocol list→search_platforms. CEX perps history: pass exchange_slug (e.g. gate) or platform_name.

ParametersJSON Schema
NameRequiredDescriptionDefault
metricsNotvl|volume|fees|revenue|volume_perps; default [tvl] when empty. volume_perps returns series when present in platform_history (GAP-001).
end_dateNoEnd YYYY-MM-DD.
start_dateNoStart YYYY-MM-DD.
granularityNoday|week|month|quarter; used for volume_perps field mapping in derivatives history index; default day.
exchange_slugNoDWS exchange_slug (e.g. gate); optional if platform_name is set.
platform_nameNoProtocol or platform display name; optional if exchange_slug is set. For volume_perps, expanded to DWS exchange_slug-style keys (e.g. Gate.io→gate) like merge path.

Output Schema

ParametersJSON Schema
NameRequiredDescription
countYes
itemsYes
totalYes
metricsYes
end_dateYes
start_dateYes
duration_msYes
platform_nameYes
info_platformmetrics_get_platform_info
Read-onlyIdempotent
Inspect

One-shot protocol profile by name and scope. scope=full adds competition_metrics{} for CEX venues (spot/derivs/depth/OI core+extended/PoR). Set include_oi_symbol_detail=true with oi_symbol_limit (1-100, default 20) for top-N OI breakdown. Ranked multi-protocol list→search_platforms. Daily time series→get_platform_history.

ParametersJSON Schema
NameRequiredDescriptionDefault
scopeNobasic (default)|with_chain_breakdown (adds tvl_by_chain, volume_by_chain)|full (adds history_30d, top_pools, competition_metrics).
platform_nameYesProtocol or platform name.
oi_symbol_limitNoEffective only when include_oi_symbol_detail=true. Default 20, range 1-100; >100 returns invalid_param.
include_oi_symbol_detailNoscope=full only. true returns competition_metrics.oi_symbol_detail[] sorted by OI USD desc; default false.

Output Schema

ParametersJSON Schema
NameRequiredDescription
countYes
itemsYes
scopeYes
totalYes
duration_msYes
platform_nameYes
info_platformmetrics_get_stablecoin_info
Read-onlyIdempotent
Inspect

Stablecoin-only ranking or per-symbol chain breakdown. scope=full with sections=issuance_flow returns issuance_flows[] (CryptoQuant net issuance/redemption); sections=usage_structure returns real usage metrics; sections=depeg_events returns depeg events (stablecoin de-peg event library). Broad market dashboard→get_market_overview. Cross-sector rollup→get_defi_overview.

ParametersJSON Schema
NameRequiredDescriptionDefault
chainNoChain filter; list mode restricts to stables with presence on chain. Extensions: all (default) or normalized chain e.g. ethereum/tron/solana/polygon.
limitNoList size; default 10, max 400; single row when symbol set.
scopeNobasic (default)|full; full required for sections.
symbolNoStablecoin symbol USDT/USDC/DAI/FDUSD/PYUSD; omit for ranked list or extension defaults.
end_dateNoUTC YYYY-MM-DD; extension window end, default latest data date for usage_structure or today for issuance_flow/depeg_events.
sectionsNoComma-separated string or array; supported values: issuance_flow, usage_structure, depeg_events when scope=full.
start_dateNoUTC YYYY-MM-DD; extension window start, default last 30 days. depeg_events: default 2020-01-01.
min_deviationNodepeg_events only: filter events with max_deviation >= this value. Range 0.001-0.2, default 0.005.
review_statusNodepeg_events only: candidate|approved|rejected; default approved (only returns reviewed events).

Output Schema

ParametersJSON Schema
NameRequiredDescription
chainYes
countYes
itemsYes
limitYes
scopeNo
totalYes
symbolYes
end_dateNo
start_dateNo
duration_msYes
depeg_eventsNo
min_deviationNo
issuance_flowsNo
range_truncatedNo
usage_structureNo
info_platformmetrics_get_yield_pools
Read-onlyIdempotent
Inspect

Lending and LP pools by APY or TVL. scope=full adds apy_base_30d, apy_reward_30d, reward_tokens, market_share. One protocol profile→get_platform_info. TVL series→get_platform_history.

ParametersJSON Schema
NameRequiredDescriptionDefault
chainNoChain filter.
limitNoRows; default 20, max 400.
scopeNobasic (default)|full. full adds apy_base_30d, apy_reward_30d, reward_tokens, market_share.
symbolNoAsset e.g. USDC, ETH-USDC.
projectNoProtocol e.g. aave-v3.
sort_byNoapy|tvl_usd; default apy.
pool_typeNoExposure single|multi or Lending|LP|Staking; maps to ES exposure.
min_tvl_usdNoMin TVL USD; default 100000 when omitted; 0 = no floor.

Output Schema

ParametersJSON Schema
NameRequiredDescription
chainYes
countYes
itemsYes
limitYes
scopeYes
totalYes
symbolYes
projectYes
sort_byYes
pool_typeYes
duration_msYes
min_tvl_usdYes
info_platformmetrics_search_platforms
Read-onlyIdempotent
Inspect

Ranked multi-protocol list with filter and sort. One-shot profile→get_platform_info. One named protocol daily series→get_platform_history.

ParametersJSON Schema
NameRequiredDescriptionDefault
chainNoChain filter.
limitNoRows; default 20, max 400.
sort_byNotvl|volume_24h|volume_spot_24h|volume_perps_24h|volume_perps_7d|volume_perps_30d|volume_perps_qtd|fees_24h; default tvl.
sort_orderNoasc|desc; default desc. When CEX + sort_by volume_perps_* uses the HF derivatives sub-index only, ranking follows this order; response echoes the normalized value.
platform_typeNoOptional filter on platform_info.platform_type. Empty or all = no filter. dex|dexs|dexes map to DEX+Dexs; derivatives|cex as labeled; defi expands to DeFi TVL group; any other value is passed through to the index (e.g. Lending, CDP, Yield).

Output Schema

ParametersJSON Schema
NameRequiredDescription
chainYes
countYes
itemsYes
limitYes
totalYes
sort_byYes
sort_orderNo
duration_msYes
platform_typeYes

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.