Citare
Pulls Google Search Console data for any verified property, including search analytics and insights.
Tracks brand mentions across Perplexity's AI search engine as part of Brand Radar dispatches.
Citare MCP Server
AI search intelligence + full Ahrefs-class SEO suite, exposed as 59 MCP tools.
Citare is the only AI search intelligence platform that ships a full SEO suite (Site Explorer, Keywords Explorer, Rank Tracker, Site Audit, Content Explorer, Bot Analytics, Web Analytics, GSC Insights) at every paid tier. The MCP server exposes all 59 product operations to Claude Desktop, Claude Code, Cursor, ChatGPT, and any other MCP-compatible client.
This repository is documentation only. The MCP server is hosted at https://www.citare.ai/mcp. The implementation is closed-source and runs on Cloudflare Workers via OpenNext.
What you can do with it
Brand Radar dispatches — track your brand across all 5 AI search engines (ChatGPT, Google AI Overview, Gemini, Claude, Perplexity) with persona-anchored 50-cell weekly cells
SERP overview — live top-10 with per-URL authority for any keyword × country
Backlinks — referring domains, anchor distribution, broken backlinks, domain rating, URL rating
Keyword research — volume, KD, CPC, related terms, search-suggestion mining, country-by-country breakdowns
Rank tracking — historical positions for your tracked keywords + competitor pages
Site audit — page-by-page crawl issues, structured data validation, AI-bot allowlist checks
GSC Insights — pull Google Search Console data for any verified property
Web Analytics — first-party cookieless traffic, top pages, referrers, device breakdowns
The full operation catalog is generated from the OpenAPI spec — same surface as the REST API.
Related MCP server: Citesurf MCP
Install
Smithery (recommended)
The fastest path. Smithery handles auth prompting and per-client config:
npx -y @smithery/cli install @ravirdp/citare --client claude
# replace --client with cursor / chatgpt / windsurf / cline as neededSmithery listing: smithery.ai/server/@ravirdp/citare
Manual — Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"citare": {
"transport": {
"type": "streamable-http",
"url": "https://www.citare.ai/mcp"
},
"headers": {
"Authorization": "Bearer YOUR_CITARE_API_KEY"
}
}
}
}Get a Citare API key at https://www.citare.ai/app/<your-project>/settings/api-keys (Pro tier or higher includes MCP access).
Manual — Claude Code
claude mcp add citare --transport http https://www.citare.ai/mcp \
--header "Authorization: Bearer YOUR_CITARE_API_KEY"Manual — Cursor
// .cursor/mcp.json
{
"mcpServers": {
"citare": {
"url": "https://www.citare.ai/mcp",
"headers": { "Authorization": "Bearer YOUR_CITARE_API_KEY" }
}
}
}Per-client install pages with copy buttons: https://www.citare.ai/mcp/install/claude (also /cursor, /chatgpt, /windsurf, /cline).
Auth
Bearer token, generated in your Citare dashboard. The token is scoped per project and rate-limited per tier. The MCP server accepts both Authorization: Bearer cit_api_… (REST-native) and Authorization: cit_api_… (naked, used by some MCP gateways like Smithery).
MCP access is included from the Pro tier ($119/mo or ₹9,999/mo). Free + Pulse tiers can use the REST API directly without the MCP transport layer.
Pricing
Tier | USD | INR | MCP access |
Free | $0 | ₹0 | REST only |
Pulse | $35/mo | ₹2,999/mo | REST only |
Pro | $119/mo | ₹9,999/mo | MCP + REST |
Agency | $299/mo | ₹24,999/mo | MCP + REST + white-label |
Enterprise | from $1,200/mo | from ₹99,999/mo | MCP + REST + SSO + custom retention |
Full pricing: https://www.citare.ai/pricing.
Transport
Streamable HTTP. Endpoint: https://www.citare.ai/mcp.
The server speaks JSON-RPC 2.0 over POST. Methods implemented:
initializetools/list— returns all 59 toolstools/call— dispatches to the underlying REST operation with the same auth context
Methods not implemented (return -32601 Method not found):
resources/list— Citare has no resource-style entities to expose; tool calls cover the full surfaceprompts/list— no server-side prompt templates; clients pick their own
Support
Product: https://www.citare.ai
Docs landing: https://www.citare.ai/mcp-server
API docs: https://www.citare.ai/api
Contact: https://www.citare.ai/contact
License
This documentation is MIT-licensed. The Citare hosted service is governed by the Citare Terms of Service.
This server cannot be deployed
Maintenance
Related MCP Connectors
AI-visibility monitoring for your brand across ChatGPT, Claude, Perplexity & Gemini.
Track your brand's visibility in AI search across Claude, ChatGPT, Perplexity, and Gemini.
Audit your brand's visibility across ChatGPT, Gemini, Claude, Perplexity + 6 more engines.
Your brand is now answered about, not just ranked. Your agent needs to know whether ChatGPT, Claude, Gemini and Perplexity name you when someone asks about your category — and what they cite instead. **What you can ask for** • "Ask ChatGPT, Claude, Gemini and Perplexity 'best CRM for startups' and tell me who gets named." • "How often is our brand mentioned across AI answers this month, and is it rising?" • "Which domains get cited most in answers about this topic?" • "Which of our pages do the models quote?" • "How much search volume sits behind the prompts people actually type?" **How to use it** Point any MCP client at https://mcp.aisa.one/seo-ai-visibility/mcp and sign in with OAuth — there is no key to create or paste. 23 tools: live responses from ChatGPT, Claude, Gemini and Perplexity, the raw scraped answer page where you need it, plus brand-mention search, aggregated and cross metrics, top cited domains and top cited pages, and AI keyword volume. **Why this rather than the source** Four engines measured the same way, so the comparison is between models rather than between vendors' methodologies. **It is also a door to the rest** The same login reaches 26 sources and 580+ operations. Find who the models cite here, then ask the same agent for that domain's backlinks or traffic to see why — without adding a second server. **What it costs** Finding and inspecting an operation is free. Running one is billed per call at API prices, with no seat and no monthly minimum, and every call takes max_price_usd so an agent cannot overspend by accident. **Where else it reaches** https://mcp.aisa.one/seo/mcp for all of it at once — rankings, keywords, backlinks, site health and AI-answer visibility across DataForSEO, Semrush and Ahrefs.
Related MCP Servers
- AlicenseBqualityDmaintenanceFull-stack AI marketing toolkit with 41 MCP tools: SEO article generation in 55 languages, trend scouting (X/Reddit), competitor analysis, content gap detection, social media adaptations for 9 platforms, AI avatar video shorts, content ingestion (YouTube/PDF/web), lead magnets, and automated content autopilot.119MIT
- 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.167 npm1MIT
- AlicenseAqualityDmaintenanceAudit your brand's visibility across ChatGPT, Perplexity, Claude, and Google AI - get citation rates, AEO health scores, content gap analysis, and a 9-page content suite to rank in AI-generated answers.598 npmMIT
- AlicenseAqualityCmaintenanceTrack how your brand appears in AI-generated answers across ChatGPT, Perplexity, and other AI models. Analyze visibility, sentiment, citations, and domain rankings with 31 tools — including analytics reports, chat inspection, query analysis, and full CRUD for brands, prompts, tags, and topics.1773 npm2MIT