MCP
Set Up Claude Code
Add the Citlyze MCP server to Claude Code.
Use claude mcp add with HTTP transport and the API key header. Create the key
in workspace settings before
running the command.
claude mcp add --transport http aeo-tracker https://app.citlyze.com/api/mcp \
--header "Authorization: Bearer aeo_live_..."Claude Code also accepts JSON configuration where the transport type is http
or streamable-http.
Verify the connection
After adding the server, ask Claude Code a simple read-only question:
Show my Citlyze workspace overview.If the key is valid and the plan includes API exports, the client should be
able to call get_workspace_overview.
Key handling
Create a dedicated API key for Claude Code so it can be revoked without affecting dashboards or other integrations.
For other MCP clients, see Set Up MCP Clients.