Market Data Server

Real-time cryptocurrency market intelligence. 10 read-only tools, no authentication required.

Server URL

Live
https://mcp.truemarkets.co/marketdata/mcp

Tools

list_assets

List all tradeable tokens with symbol, name, chain, address, and decimals.

Parameters

Name

Type

Required

Description

chainstringNoFilter by chain ("solana" or "base")
get_asset

Get details for a specific token by chain and contract address.

Parameters

Name

Type

Required

Description

chainstringYesChain name
addressstringYesContract address
get_price_history

Get historical price data for one or more tokens.

Parameters

Name

Type

Required

Description

symbolsstringYesComma-separated token symbols
windowstringNoTime window (1h, 4h, 1d, 7d, 30d, 1M)
resolutionstringNoData resolution (5s, 1m, 5m, 15m, 1h, 4h, 1d)
get_market_summary

Get an AI-generated market digest with trending assets and sentiment analysis.

get_trending_assets

Get assets trending by trading volume.

Parameters

Name

Type

Required

Description

limitstringNoMax results to return (default: 10, max: 50)
sortstringNoSort order: desc (default) or asc
get_surging_assets

Get assets with the highest recent price change percentage.

Parameters

Name

Type

Required

Description

limitstringNoMax results to return (default: 10, max: 50)
sortstringNoSort order: desc (default) or asc
get_market_cap

Get the market capitalization for a specific asset by symbol.

Parameters

Name

Type

Required

Description

symbolstringYesAsset symbol (e.g., BTC, ETH, SOL)
list_market_caps

List all assets ranked by market capitalization in descending order.

Parameters

Name

Type

Required

Description

limitstringNoMax results to return (default: 10, max: 50)
get_asset_summary

Get a daily AI-generated summary for a specific asset including news analysis and sentiment.

Parameters

Name

Type

Required

Description

symbolstringYesAsset symbol (e.g., BTC, ETH, SOL)
get_asset_summary_history

Get historical daily summaries for a specific asset.

Parameters

Name

Type

Required

Description

symbolstringYesAsset symbol (e.g., BTC, ETH, SOL)
limitstringNoNumber of historical summaries (default: 7, max: 30)