Analytics
truemarkets.co
Provides cryptocurrency asset data and AI-generated market summaries.
ENDPOINT 1
https://mcp.truemarkets.co/marketdata/mcp
MCP server metadata
- Name
- marketdata
- Version
- 1.0.0
You are connected to the True Markets market data API. All tools are read-only and require no authentication. ## Available Tools ### Asset & Price Data - list_assets: List all tradeable tokens with symbol, name, chain, address, and decimals. - get_asset: Get details for a specific token by chain and contract address. - get_price_history: Get historical prices for one or more tokens (batch). ### Market Intelligence - get_market_summary: Get a market digest with key bullets, trending assets, and sentiment. - get_trending_assets: Get assets trending by trading volume. - get_surging_assets: Get assets with the highest recent price change. - get_market_cap: Get the market capitalization for a specific asset. - list_market_caps: List all assets ranked by market capitalization. - get_asset_summary: Get a daily AI-generated summary for a specific asset. - get_asset_summary_history: Get historical daily summaries for a specific asset. ## Parameter Defaults - window defaults to 1d for price history - resolution defaults to 5m for price history - symbols accepts comma-separated values (e.g., SOL,BTC,ETH) - limit defaults vary by tool (10 for trending/surging, 7 for asset summary history)
Known tools 10
get_asset_summaryGet a daily AI-generated summary for a specific asset including news analysis and sentiment.
Inferred read-onlyget_market_summaryGet a market digest with key bullets, trending assets, sentiment analysis, and sources.
Inferred read-onlylist_market_capsList all assets ranked by market capitalization in descending order.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.marketdata]
url = "https://mcp.truemarkets.co/marketdata/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"marketdata": {
"type": "http",
"url": "https://mcp.truemarkets.co/marketdata/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: marketdata
Remote MCP URL: https://mcp.truemarkets.co/marketdata/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"marketdata": {
"url": "https://mcp.truemarkets.co/marketdata/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"marketdata": {
"type": "http",
"url": "https://mcp.truemarkets.co/marketdata/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "marketdata",
"transport": "streamable-http",
"url": "https://mcp.truemarkets.co/marketdata/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.