Examples
Try these examples to explore what the True Markets MCP servers can do. Start with the basic queries to verify your setup, then explore more advanced analysis.
Basic Queries
Start here to verify your setup is working.
list_assets- Returns all tradeable Solana tokens
- Includes symbol, name, contract address, and decimals
- Use this to discover which assets are available
get_price_history- Returns recent price data for SOL
- Includes timestamp and price for each data point
- Default window and resolution applied automatically
get_market_summary- AI-generated market digest with key bullets
- Includes trending assets, sentiment analysis, and sources
- Updated throughout the day
Market Analysis
Explore trending data and deeper market intelligence.
get_trending_assets- Assets ranked by trending ratio (recent vs. historical volume)
- Includes market cap and volume data
- Great for spotting momentum shifts
get_surging_assets- Assets ranked by recent price change percentage
- Shows both gainers and the magnitude of moves
- Useful for identifying breakouts
get_price_history- Timestamped price points for both assets
- Hourly granularity over a 7-day window
- Compare performance across multiple tokens
Market Capitalization
Look up market cap data for individual assets or rankings.
get_market_cap- Returns the current market capitalization for BTC
- Includes price, circulating supply, and total market cap
- No authentication required
list_market_caps- Assets ranked by market capitalization in descending order
- Includes symbol, price, and market cap for each asset
- Useful for understanding relative asset sizes
AI-Generated Analysis
Get AI-powered summaries with news context and sentiment.
get_asset_summary- AI-generated summary with sourced sentences
- Includes sentiment analysis and relevant news context
- Updated daily
get_asset_summary_history- Historical daily AI-generated summaries
- Track sentiment trends over time
- See how narratives evolve day-over-day
Trading
Requires the Trading server and a True Markets account. Sign up and fund your account at truemarkets.co.
get_quotetrade_preparetrade_executeEvery trade and transfer uses a prepare/sign/execute pattern. True Markets prepares unsigned transaction payloads, but your private key never leaves your device. You sign locally and only the signed payload is sent back for on-chain execution. True Markets has no access to, and no knowledge of, your private keys at any point.
The MCP servers provide market data and trade execution tools. They do not provide investment advice. Always do your own research before trading. Cryptocurrency markets are volatile and you may lose some or all of your investment.