← truemarkets.co
INDIVIDUAL MCP TOOL
get_asset
Get details for a specific token by chain and contract address.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent endpoint
CONNECT 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.
Related tools
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.get_price_history— Get historical price data for one or more tokens.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.