Skip to main content
MCP Server — Live at mcp.navscope.io

Connect your AI to NavScope

Set up NavScope MCP in Claude Desktop, ChatGPT, Gemini CLI, or any MCP-compatible AI agent. Free tier requires no API key — just copy, paste, and connect.

POSThttps://mcp.navscope.io/mcp

28

Tools available

None (free tier)

Auth required

StreamableHTTP

Transport

60 req/min

Rate limit

Claude Desktop

Transport: stdio (local) — Claude Desktop runs MCP servers as child processes

1

Open Claude Desktop config

Find and open the Claude Desktop configuration file:

macOS

~/Library/Application Support/Claude/claude_desktop_config.json

Windows

%APPDATA%\Claude\claude_desktop_config.json
2

Add NavScope MCP server (free — no API key)

Paste this into your config. No API key required for free tier (4 data points per call).

{
  "mcpServers": {
    "navscope": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-fetch", "https://mcp.navscope.io/mcp"],
      "env": {}
    }
  }
}
3

Optional: add your API key for full data access

For standard, featured, or premium tier access, add your NavScope API key:

{
  "mcpServers": {
    "navscope": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-fetch", "https://mcp.navscope.io/mcp"],
      "env": {
        "MCP_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}

Get your API key from the MCP Key Management page in the NavScope staff portal, or contact your account manager.

4

Restart Claude Desktop

Quit and reopen Claude Desktop. NavScope tools appear in the tool panel (hammer icon). Ask Claude: "What is the NavScope intelligence score for ETH?"

After connecting, try

"What is the current BTC price and market narrative?"
"Is PEPE safe — show me the QRank wealth score."
"Which tokens are trending by volume surge right now?"

Need a NavScope API key?

Free tier gives 4 data points per tool call. Standard, featured, and premium tiers unlock the full intelligence suite — exchange partner data, QRank scores, market narratives, and AI safety verdicts.

MCP Server — AI-Native Crypto Market Intelligence | NavScope