Claude Connector
Connect TRUE AI to Claude for real-time crypto and stock market data, on-chain token analytics, market news, and your TRUE Points — read-only.
Connect TRUE AI to Claude to bring real-time crypto and stock market data, on-chain token analytics, market news, and your TRUE Points into your conversations. TRUE AI is read-only — it surfaces information and never trades, transfers, or moves funds.
- Publisher: TRUE Labs
- MCP server (Streamable HTTP):
https://app.truefinance.ai/api/v1/mcp - Authentication: OAuth 2.1 (PKCE S256) — sign in with your TRUE account
- Privacy policy: https://app.truefinance.ai/legal/privacy
- Terms: https://app.truefinance.ai/legal/terms
- Support: [email protected]
Setup
- In Claude, open Settings → Connectors → Add custom connector.
- Enter the MCP server URL:
https://app.truefinance.ai/api/v1/mcp - Click Connect. Claude registers automatically (OAuth 2.1 dynamic client registration) and redirects you to the TRUE consent screen.
- Sign in with your TRUE account and approve the requested read-only scopes:
- Read your chats (
read:chat) - Read your TRUE Points (
read:points) - Read market data (
read:market)
- Read your chats (
- You’re connected. Ask Claude any market or account question and it will call TRUE AI as needed.
You can revoke access any time from Account → Connected apps in the TRUE app. Refresh tokens rotate on every use.
What you can do
TRUE AI exposes read-only tools across four areas. All tools return JSON and only ever return the signed-in user’s own account data.
Market data & research
get_price— current price, 24h change and market data for crypto, stocks, and tokenized equitiessearch_assets— search blue-chip crypto, stocks, and tokenized equities by name or symbolget_news— latest market headlines with sentimentget_chart_url— a link to the full TRUE chart for an asset
On-chain / memecoin data
searchMemecoins— resolve a token by name to its (chain, address)getMemecoinOverview— price, liquidity, 24h volume, market capgetMemecoinChart— historical OHLCVgetMemecoinHolders— holder distributiongetMemecoinTrades— recent trade activitygetMemecoinSecurity— honeypot / authority / risk checksgetMemecoinMarkets— markets and pairs a token trades ongetTrendingMemecoins— currently trending tokensgetGainersLosersMemecoins— top gainers and losers
Your TRUE account
get_points_balance— your TRUE Points balance, history and referralsget_watchlist— your saved watchlistwhoami— your TRUE account contextask_true_ai— ask the TRUE AI assistant a market/finance question
Example interactions
Look up a price — “What’s the current price of Bitcoin?” leads TRUE AI to call get_price and return BTC at, e.g., $73,597 with the 24h change and day range.
Trending tokens — “What are the trending Solana memecoins right now?” calls getTrendingMemecoins and returns a ranked list with symbol, price, and liquidity.
Token research — “Find the token BONK and give me its market overview.” calls searchMemecoins to resolve the mint, then getMemecoinOverview for price, liquidity, 24h volume and market cap.
Market news — “What’s the latest crypto market news?” calls get_news and returns recent headlines with sentiment.
Your account — “What’s my TRUE Points balance?” calls get_points_balance and returns your current balance and recent activity. Only your own data is shown.
Data, privacy & safety
- Read-only. TRUE AI does not initiate or execute money transfers, crypto transfers, or trades. There is no money-movement path through this connector.
- Your data only. Account tools return only the authenticated user’s own data — never another user’s.
- Market data is public market and on-chain information from TRUE’s data engine.
- Authentication uses OAuth 2.1 with PKCE (S256). Scopes are opt-in on the consent screen and revocable at any time. Refresh tokens rotate on every use; reuse triggers cascade revocation.
- Privacy policy: https://app.truefinance.ai/legal/privacy covers data collected, usage, storage, third-party sharing, retention, and contact.
Support
Questions or issues: [email protected] · https://app.truefinance.ai/support