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.
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
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
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": {}
}
}
}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.
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
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.