citlyze-mcp
Connect AI assistants to Citlyze: MCP server, Gemini CLI extension, and Claude Desktop extension for AI search visibility data.
Documentation
Citlyze MCP
Connect AI assistants to Citlyze, the AI search visibility platform. Ask questions like "how visible is my brand in AI answers this month?" or "which domains get cited for my tracked prompts?" and get answers straight from your workspace data.
The Citlyze MCP server is a hosted, read-only endpoint:
https://app.citlyze.com/api/mcpIt speaks streamable HTTP and authenticates with a workspace API key sent as a bearer token. Create a key at app.citlyze.com/workspace-settings (requires a plan with API access).
Tools
| Tool | What it returns |
|---|---|
| `get_workspace_overview` | Workspace name, target brand, active prompt/location/engine counts, competitors, latest completed measurement window |
| `list_prompts` | Tracked prompts with text, intent, tier, and active state |
| `list_measurement_windows` | Tracking snapshots, newest first |
| `get_visibility_overview` | Headline AI visibility metrics per brand and engine |
| `get_prompt_visibility` | Per-engine and per-location metrics for one prompt |
| `list_citations` | Domains cited in AI answers, with counts and sample URLs |
| `list_recommendations` | Optimization recommendations, highest priority first |
| `list_competitor_visibility` | Your brand versus tracked competitors |
| `list_crawler_events` | Daily AI crawler visits (GPTBot, ClaudeBot, PerplexityBot, and more) |
Every tool is read-only. Nothing in your workspace can be modified through MCP.
Gemini CLI extension
This repository is a Gemini CLI extension. Install it with:
gemini extensions install https://github.com/citlyze/citlyze-mcpThen export your API key before starting Gemini CLI:
export CITLYZE_API_KEY="aeo_live_..."If your Gemini CLI version does not expand environment variables in extension headers, run `gemini extensions edit citlyze` and replace `${CITLYZE_API_KEY}` with your key.
Other MCP clients
Setup guides for Claude Code, Claude Desktop, Cursor, Codex, Windsurf, JetBrains, and more are in the Citlyze MCP docs. The short version for any streamable-HTTP client:
{
"url": "https://app.citlyze.com/api/mcp",
"headers": {
"Authorization": "Bearer aeo_live_..."
}
}For clients that only support stdio servers, bridge with `mcp-remote`:
{
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://app.citlyze.com/api/mcp",
"--header",
"Authorization: Bearer aeo_live_..."
]
}Agent skills
Ready-made skills that use these MCP tools (visibility reports, citation gap analysis, prompt audits, action plans) plus a standalone AEO page audit live in Citlyze/citlyze-skills. They follow the open SKILL.md standard, so they work in Claude Code, Codex, Cursor, Gemini CLI, and any compatible agent.
Support and privacy
- Documentation: https://www.citlyze.com/docs/mcp/overview
- Troubleshooting: https://www.citlyze.com/docs/mcp/troubleshooting
- Privacy policy: https://www.citlyze.com/privacy-policy
- Terms: https://www.citlyze.com/terms-of-service
The MCP server only reads data from the workspace tied to your API key. Requests are rate limited per key.
Frequently asked questions
What is citlyze-mcp?
citlyze-mcp is Connect AI assistants to Citlyze: MCP server, Gemini CLI extension, and Claude Desktop extension for AI search visibility data.
How do I install citlyze-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is citlyze-mcp open source?
Yes — it is hosted on GitHub at https://github.com/Citlyze/citlyze-mcp.
Related MCP tools
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Official remote MCP server for Atlassian. Securely connect Jira, Confluence, Jira Service Management, Bitbucket, and Compass to Claude, ChatGPT, Cursor, VS Code, and other AI tools using OAuth 2.1 or API tokens.
Cut AI token costs 95%+ on code exploration. The leading MCP server for precise, symbol-level GitHub code retrieval via tree-sitter AST. Works with Claude Code, Cursor & any MCP client. 313B+ tokens saved.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients. JavaScript-based implementation.
The go-to web for your AI coding agent — local-first search, fetch, crawl & research over MCP. No API keys, no cloud, $0/query. Public beta.
AI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for free.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP