Skip to main content
MCP Server — Live

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

Endpoint
https://mcp.navscope.io/mcp
Transport
StreamableHTTP
Auth
None required
MCP config snippet
{
  "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_intelligence

Deep token analysis: price, market cap, QRank wealth-distribution score, AI narrative, exchange breakdown

navscope_trending_discovery

Discover trending tokens by momentum, volume surge, or QRank movement

navscope_exchange_market_intelligence

Exchange-native volume and pair analytics from 40+ direct CEX integrations

navscope_verified_contract_lookup

On-chain contract verification: resolve (chain, contract) identity via 8-source waterfall

navscope_market_narrative

AI-generated market narrative updated continuously, no stale summaries

navscope_cross_exchange_arbitrage

Cross-exchange arbitrage opportunities: detect price spread across 40+ CEX direct feeds

get_token_price

Real-time token price lookup by symbol or contract address

get_token_markets

All active markets for a token across exchanges: pairs, volume, bid/ask spread

get_token_vwap

Volume-weighted average price for a token across all tracked exchanges

get_token_safety

Safety verdict for a token: HOLD/AVOID score with risk signals

get_market_stats

Global crypto market stats: total market cap, BTC dominance, 24h volume

get_market_intelligence

AI-generated cross-market intelligence report covering macro signals and sector moves

get_gainers_losers

Top gaining and losing tokens in the last 24h, 1h, or 7d window

get_exchange_list

List of all supported exchanges with metadata: name, tier, region, pair count

get_chart_data

OHLCV candle data for a token over a selected timeframe and exchange

search_tokens

Full-text search across all tracked tokens by name, symbol, or contract address

Usage example

"What's the wealth distribution risk for SOL right now?"
→ navscope_token_intelligence(symbol="SOL")
QRankScore: 68.4
HHI: 0.316
Interpretation: moderate concentration risk
Top 10 holders: 31.6% of supply
Exchange breakdown: 12 CEX sources, 40+ pairs

Connect with Gemini CLI

Google's AI assistant · Free · No NavScope account required

One-line install
gemini mcp add navscope https://mcp.navscope.io/sse
Or add manually to ~/.gemini/settings.json
{
  "mcpServers": {
    "navscope": {
      "url": "https://mcp.navscope.io/sse"
    }
  }
}
After connecting, ask Gemini
"What is the Bitcoin price?"
navscope_token_intelligence
"Is PEPE safe to invest in?"
navscope_token_intelligence
"What's the Fear and Greed index?"
navscope_market_narrative
"Show DeFi TVL for Aave"
navscope_token_intelligence
Gemini Enterprise
Connect via StreamableHTTP at https://mcp.navscope.io/mcp — supports Gemini Enterprise custom MCP data store connector. OAuth setup required on your Gemini Enterprise admin console.
FreeGemini CLI includes 1,000 free requests/day — no NavScope account needed.

All MCP queries are anonymously counted. Heavy users get better results — higher rate limits and priority data freshness — with an Intelligence API key.

Intelligence API →

Building something?

Register your exchange or token to get prioritised in AI agent responses.