Nansen✓
io.github.nansen-ai/nansen-mcp · v1.0.1
v1.0.1▦ remote🌐 https://mcp.nansen.ai/ra/mcp/
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.nansen-ai/nansen-mcp",
"description": "Blockchain analytics API for AI agents. Smart Money signals, wallet profiling, token analytics.",
"title": "Nansen",
"version": "1.0.1",
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.nansen.ai/ra/mcp/",
"headers": [
{
"description": "Your Nansen API key. Get one at https://app.nansen.ai/api",
"isRequired": true,
"isSecret": true,
"name": "NANSEN-API-KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}