NavScope MCP — AI-Native Market Intelligence
Connect any AI agent to real-time crypto data. No API key required.
What is MCP?
Model Context Protocol is an open standard that lets AI agents call external tools in a structured, type-safe way. Instead of scraping a website or parsing raw JSON, an AI agent can declare it needs "token intelligence for SOL" and NavScope returns exactly the data fields the agent expects.
NavScope exposes live crypto market data, token intelligence, and exchange analytics as MCP tools — so any AI assistant (Claude, ChatGPT plugins, custom agents) can query NavScope in real time. No polling. No stale cache. Direct to the source.
Endpoint
{
"mcpServers": {
"navscope": {
"type": "http",
"url": "https://mcp.navscope.io/mcp"
}
}
}Available Tools
16 tools ready for any MCP-compatible AI agent — structured tools covering token intelligence, market data, exchange analytics, and discovery.
navscope_token_intelligenceDeep token analysis: price, market cap, QRank wealth-distribution score, AI narrative, exchange breakdown
navscope_trending_discoveryDiscover trending tokens by momentum, volume surge, or QRank movement
navscope_exchange_market_intelligenceExchange-native volume and pair analytics from 40+ direct CEX integrations
navscope_verified_contract_lookupOn-chain contract verification: resolve (chain, contract) identity via 8-source waterfall
navscope_market_narrativeAI-generated market narrative updated continuously, no stale summaries
navscope_cross_exchange_arbitrageCross-exchange arbitrage opportunities: detect price spread across 40+ CEX direct feeds
get_token_priceReal-time token price lookup by symbol or contract address
get_token_marketsAll active markets for a token across exchanges: pairs, volume, bid/ask spread
get_token_vwapVolume-weighted average price for a token across all tracked exchanges
get_token_safetySafety verdict for a token: HOLD/AVOID score with risk signals
get_market_statsGlobal crypto market stats: total market cap, BTC dominance, 24h volume
get_market_intelligenceAI-generated cross-market intelligence report covering macro signals and sector moves
get_gainers_losersTop gaining and losing tokens in the last 24h, 1h, or 7d window
get_exchange_listList of all supported exchanges with metadata: name, tier, region, pair count
get_chart_dataOHLCV candle data for a token over a selected timeframe and exchange
search_tokensFull-text search across all tracked tokens by name, symbol, or contract address
Usage example
Connect with Gemini CLI
Google's AI assistant · Free · No NavScope account required
gemini mcp add navscope https://mcp.navscope.io/sse
~/.gemini/settings.json{
"mcpServers": {
"navscope": {
"url": "https://mcp.navscope.io/sse"
}
}
}https://mcp.navscope.io/mcp — supports Gemini Enterprise custom MCP data store connector. OAuth setup required on your Gemini Enterprise admin console.All MCP queries are anonymously counted. Heavy users get better results — higher rate limits and priority data freshness — with an Intelligence API key.
Building something?
Register your exchange or token to get prioritised in AI agent responses.