loading…
Search for a command to run...
loading…
AI search intelligence + Ahrefs-class SEO suite as 59 MCP tools. Track your brand across ChatGPT, Google AI Overview, Gemini, Claude, and Perplexity with person
AI search intelligence + Ahrefs-class SEO suite as 59 MCP tools. Track your brand across ChatGPT, Google AI Overview, Gemini, Claude, and Perplexity with persona-anchored Brand Radar dispatches.
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.
The full operation catalog is generated from the OpenAPI spec — same surface as the REST API.
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 needed
Smithery listing: smithery.ai/server/@ravirdp/citare
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).
claude mcp add citare --transport http https://www.citare.ai/mcp \
--header "Authorization: Bearer YOUR_CITARE_API_KEY"
// .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).
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.
| 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.
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 contextMethods 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 ownThis documentation is MIT-licensed. The Citare hosted service is governed by the Citare Terms of Service.
Run in your terminal:
claude mcp add citare -- npx Security
Low riskAutomated heuristic from public metadata — not a security guarantee.