Reference
Install
Connect the Scanna MCP server to Claude Code, Cursor, and other MCP clients.
The Scanna MCP server is hosted at https://mcp.scanna.xyz/mcp over streamable
HTTP. You'll need a Scanna API key —
get one here.
Claude Code
claude mcp add --transport http scanna https://mcp.scanna.xyz/mcp \
--header "x-api-key=YOUR_SCANNA_API_KEY"Other MCP clients
Any client that supports a remote (streamable HTTP) MCP server can connect with
the URL and an x-api-key header. Exact config differs per client, but a
typical entry looks like:
{
"mcpServers": {
"scanna": {
"type": "http",
"url": "https://mcp.scanna.xyz/mcp",
"headers": { "x-api-key": "YOUR_SCANNA_API_KEY" }
}
}
}Note
Authentication reuses your Scanna API key — the same key from
api.scanna.xyz/get-api-key.
Authorization: Bearer <key> is also accepted.
Once connected, your assistant can call the Scanna tools.