Skip to content
Back to search
90
MCP live v1.0.0 MCP 2025-11-25 streamable-http

True Markets Market Data

co.truemarkets/marketdata

Real-time crypto market data

Uptime
100.0%
1 direct probes · 30d
Response
855ms
last probe
Tools
10
callable
Resources
0
readable
Prompts
0
available

Tools · 10

get_asset

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

get_asset_summary

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

get_asset_summary_history

Get historical daily summaries for a specific asset.

get_market_cap

Get the market capitalization for a specific asset by symbol.

get_market_summary

Get a market digest with key bullets, trending assets, sentiment analysis, and sources. Returns an AI-generated summary of current market conditions.

get_price_history

Get historical price data for one or more tokens. Returns timestamped price points. No authentication required.

get_surging_assets

Get assets with the highest recent price change percentage.

get_trending_assets

Get assets trending by trading volume.

list_assets

List all available tradeable tokens. Returns symbol, name, chain, address, and decimals for each asset.

list_market_caps

List all assets ranked by market capitalization in descending order.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "true_markets_market_data": {
      "url": "https://mcp.truemarkets.co/marketdata/mcp",
      "transport": "streamable-http"
    }
  }
}