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.
"What crypto tokens are available for trading on Solana?"
Calls:
list_assetsReturns all tradeable Solana tokens
Includes symbol, name, contract address, and decimals
Use this to discover which assets are available
"What's the current price of SOL?"
Calls:
get_price_historyReturns recent price data for SOL
Includes timestamp and price for each data point
Default window and resolution applied automatically
"Give me a summary of the crypto market right now."
Calls:
get_market_summaryAI-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.
"What tokens are trending by volume? Show me the top 3."
Calls:
get_trending_assetsAssets ranked by trending ratio (recent vs. historical volume)
Includes market cap and volume data
Great for spotting momentum shifts
"What tokens are surging right now? Show me the top 5."
Calls:
get_surging_assetsAssets ranked by recent price change percentage
Shows both gainers and the magnitude of moves
Useful for identifying breakouts
"Show me the 7-day price history for SOL and ETH with hourly resolution."
Calls:
get_price_historyTimestamped 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.
"What's the market cap of Bitcoin?"
Calls:
get_market_capReturns the current market capitalization for BTC
Includes price, circulating supply, and total market cap
No authentication required
"Show me the top 10 assets by market cap."
Calls:
list_market_capsAssets 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.
"Give me today's analysis of SOL."
Calls:
get_asset_summaryAI-generated summary with sourced sentences
Includes sentiment analysis and relevant news context
Updated daily
"Show me the last 7 days of daily summaries for ETH."
Calls:
get_asset_summary_historyHistorical 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.
To trade, you'll need a True Markets account. Sign up and fund your account at truemarkets.co.
"Buy SOL using 100 PYUSD"
What happens
get_quoteFetches the current swap price and fees for 100 PYUSD to SOL
trade_prepareBuilds the unsigned transaction payloads for the swap
Local signing
You sign the transaction on your device with your private key — True Markets never sees it
trade_executeSubmits the signed payload for on-chain execution
Full self-custody — your keys, your coins
Every 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.
Important
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.