MCP Overview
Query Citlyze workspace data from MCP-compatible clients and agents.
The Citlyze MCP server exposes read-only workspace data to MCP-compatible clients and agents, including Claude Code, Claude Desktop, Cursor, VS Code, Windsurf, Cline, Roo Code, Continue, and custom agent runtimes that support remote Streamable HTTP MCP servers.
Endpoint
MCP clients connect to the Citlyze app host, not the docs host:
https://app.citlyze.com/api/mcpThe REST API index at GET /api/v1 reports the same endpoint path as
mcp_endpoint.
The server uses Streamable HTTP transport. It does not expose the old SSE endpoint as a public customer surface.
Authentication
Use the same API key as the REST API:
Authorization: Bearer aeo_live_...What MCP can do
MCP tools can summarize workspace setup, list prompts, inspect measurement windows, compare visibility, review citations, compare competitors, and retrieve recommendations.
The tools return JSON text that the MCP client can summarize, compare, or use as evidence in a report.
What MCP cannot do
The MCP server is read-only. It cannot run tracking, create prompts, edit recommendations, manage billing, or change workspace settings.