Citare

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.

Category
Visit Server

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:

  • initialize
  • tools/list — returns all 59 tools
  • tools/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 surface
  • prompts/list — no server-side prompt templates; clients pick their own

Support


License

This documentation is MIT-licensed. The Citare hosted service is governed by the Citare Terms of Service.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured