Citlyze
OfficialCitlyze 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 |
| Workspace name, target brand, active prompt/location/engine counts, competitors, latest completed measurement window |
| Tracked prompts with text, intent, tier, and active state |
| Tracking snapshots, newest first |
| Headline AI visibility metrics per brand and engine |
| Per-engine and per-location metrics for one prompt |
| Domains cited in AI answers, with counts and sample URLs |
| Optimization recommendations, highest priority first |
| Your brand versus tracked competitors |
| Daily AI crawler visits (GPTBot, ClaudeBot, PerplexityBot, and more) |
Every tool is read-only. Nothing in your workspace can be modified through MCP.
Related MCP server: Citesurf 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
The MCP server only reads data from the workspace tied to your API key. Requests are rate limited per key.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables querying Superlines AI visibility analytics data to track brand performance, citations, and competitor insights across AI-powered search engines like ChatGPT, Perplexity, Gemini, and Claude.11MIT
- AlicenseAqualityCmaintenanceEnables brand visibility monitoring across major AI platforms like ChatGPT, Claude, Gemini, and Perplexity. It allows users to track visibility scores, analyze competitor data, and receive actionable insights to improve AI-generated brand recommendations.16161MIT
- AlicenseBqualityCmaintenanceProvides secure, read-only access to Bing Webmaster Tools analytics and non-destructive URL submission for indexing, without destructive site management capabilities.16MIT
- Alicense-qualityCmaintenanceEnables read-only access to VortexIQ ecommerce AI data, including store audits, KPIs, alerts, brand DNA, and reports, through natural language queries.MIT
Related MCP Connectors
AI visibility analytics for brand mentions, citations, sentiment, and GEO reports
Read-only access to your VortexIQ store data: audits, KPIs, alerts, Brand DNA, reports, Ask VIQ.
Track keyword rankings, research SEO opportunities, and manage bisibility projects with AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Citlyze/citlyze-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server