True Markets Market Data
co.truemarkets/marketdataReal-time crypto market data
Tools · 10
Get details for a specific token by chain and contract address.
Get a daily AI-generated summary for a specific asset including news analysis and sentiment.
Get historical daily summaries for a specific asset.
Get the market capitalization for a specific asset by symbol.
Get a market digest with key bullets, trending assets, sentiment analysis, and sources. Returns an AI-generated summary of current market conditions.
Get historical price data for one or more tokens. Returns timestamped price points. No authentication required.
Get assets with the highest recent price change percentage.
Get assets trending by trading volume.
List all available tradeable tokens. Returns symbol, name, chain, address, and decimals for each asset.
List all assets ranked by market capitalization in descending order.
Similar MCP servers embedding-nearest
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"
}
}
}