MCP Hub
Back to servers

Citesurf MCP

Enables 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.

glama
Stars
1
Updated
Mar 16, 2026

@citesurf/mcp

MCP server for Citesurf. AI visibility monitoring.

Check if ChatGPT, Claude, Perplexity, and Gemini recommend any brand. Get visibility scores, sentiment, competitor data, and actionable insights, all from your AI agent.

Install

npx -y @citesurf/mcp

Requirements

  • A Citesurf account with an active Plus or Max subscription
  • An API key (create one in Dashboard > Settings)
  • Prepaid credits for scan operations

Setup

Add to your MCP client config:

Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "citesurf": {
      "command": "npx",
      "args": ["-y", "@citesurf/mcp"],
      "env": {
        "CITESURF_API_KEY": "cs_live_..."
      }
    }
  }
}

Cursor

.cursor/mcp.json in your project or global settings

{
  "mcpServers": {
    "citesurf": {
      "command": "npx",
      "args": ["-y", "@citesurf/mcp"],
      "env": {
        "CITESURF_API_KEY": "cs_live_..."
      }
    }
  }
}

Claude Code

claude mcp add citesurf -e CITESURF_API_KEY=cs_live_... -- npx -y @citesurf/mcp

Environment Variables

VariableRequiredDescription
CITESURF_API_KEYYesYour API key from Dashboard > Settings
CITESURF_BASE_URLNoAPI base URL (default: https://citesurf.com)

Tools

Brands

ToolDescriptionCredits
list_brandsList all monitored brands with latest metrics0
get_brandGet detailed brand info: score, platforms, competitors0
create_brandStart monitoring a brand across all 4 AI platforms0
update_brandUpdate brand type, category, description, or prompts0
delete_brandStop monitoring and archive a brand0

Data

ToolDescriptionCredits
list_scansPaginated scan list for a brand0
get_scanFull scan detail with probes and citations0
get_trendsHistorical scan trends (7, 30, or 90 days)0
get_promptsAI platform probe results grouped by prompt0
get_personasProbe results grouped by persona0
get_insightsAI generated recommendations for visibility0
update_insightDismiss or complete an insight0
get_site_auditTechnical audit (robots.txt, llms.txt, schema)0
get_reportComprehensive report with all data in one call0
get_accountPlan, credit balance, brand count0

Scans

ToolDescriptionCredits
trigger_scanTrigger new scan for existing brand1

Each scan costs 1 credit and runs across all 4 platforms (ChatGPT, Claude, Gemini, Perplexity). Reading data never costs credits. Purchase credit packs in the Citesurf dashboard.

Example Usage

> List my monitored brands
> What are the top insights for brand xyz?
> How has my visibility score changed over the last 30 days?
> Show me the latest scan detail for my brand
> What do different personas see when asking about my brand?
> Run a comprehensive report on my brand
> Update my brand's description and monitoring prompts

License

MIT

Reviews

No reviews yet

Sign in to write a review