Market Data Server
Real-time cryptocurrency market intelligence. 10 read-only tools, no authentication required.
Server URL
https://mcp.truemarkets.co/marketdata/mcpTools
list_assetsList all tradeable tokens with symbol, name, chain, address, and decimals.
Parameters
Name | Type | Required | Description |
|---|---|---|---|
| chain | string | No | Filter by chain ("solana" or "base") |
get_assetGet details for a specific token by chain and contract address.
Parameters
Name | Type | Required | Description |
|---|---|---|---|
| chain | string | Yes | Chain name |
| address | string | Yes | Contract address |
get_price_historyGet historical price data for one or more tokens.
Parameters
Name | Type | Required | Description |
|---|---|---|---|
| symbols | string | Yes | Comma-separated token symbols |
| window | string | No | Time window (1h, 4h, 1d, 7d, 30d, 1M) |
| resolution | string | No | Data resolution (5s, 1m, 5m, 15m, 1h, 4h, 1d) |
get_market_summaryGet an AI-generated market digest with trending assets and sentiment analysis.
get_trending_assetsGet assets trending by trading volume.
Parameters
Name | Type | Required | Description |
|---|---|---|---|
| limit | string | No | Max results to return (default: 10, max: 50) |
| sort | string | No | Sort order: desc (default) or asc |
get_surging_assetsGet assets with the highest recent price change percentage.
Parameters
Name | Type | Required | Description |
|---|---|---|---|
| limit | string | No | Max results to return (default: 10, max: 50) |
| sort | string | No | Sort order: desc (default) or asc |
get_market_capGet the market capitalization for a specific asset by symbol.
Parameters
Name | Type | Required | Description |
|---|---|---|---|
| symbol | string | Yes | Asset symbol (e.g., BTC, ETH, SOL) |
list_market_capsList all assets ranked by market capitalization in descending order.
Parameters
Name | Type | Required | Description |
|---|---|---|---|
| limit | string | No | Max results to return (default: 10, max: 50) |
get_asset_summaryGet a daily AI-generated summary for a specific asset including news analysis and sentiment.
Parameters
Name | Type | Required | Description |
|---|---|---|---|
| symbol | string | Yes | Asset symbol (e.g., BTC, ETH, SOL) |
get_asset_summary_historyGet historical daily summaries for a specific asset.
Parameters
Name | Type | Required | Description |
|---|---|---|---|
| symbol | string | Yes | Asset symbol (e.g., BTC, ETH, SOL) |
| limit | string | No | Number of historical summaries (default: 7, max: 30) |