Reference
MCP Overview
The Scanna MCP server exposes prediction market intelligence as tools for AI agents and assistants.
The Scanna MCP server exposes Scanna's prediction-market intelligence as Model Context Protocol tools, so AI assistants and agents — Claude Code, Cursor, Windsurf, and others — can query markets, signals, wallets, and divergence directly, without leaving the chat or copy-pasting from a dashboard.
It's hosted at https://mcp.scanna.xyz/mcp and wraps the same
REST API, so it reuses your Scanna API key, rate limits,
and billing — no separate credentials.
How it works
- Transport — remote, streamable HTTP (SSE). Nothing to run locally.
- Auth — your Scanna API key via the
x-api-keyheader. - Backend — proxies
api.scanna.xyz, so the data, key, and limits are identical to the REST API.