Citare
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.
README
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.
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 needed
Smithery 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
- Founder: @ravirdp · rikuq.com
License
This documentation is MIT-licensed. The Citare hosted service is governed by the Citare Terms of Service.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。