← citedrank.co

INDIVIDUAL MCP TOOL

geo

Run a GEO (Generative Engine Optimization) audit on a single URL — scores how easily AI search engines (ChatGPT, Perplexity, Gemini, Claude, Google AI Overviews) can extract and cite the page.

citedrank.conone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

citedrank.co

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.citedrank-co]
url = "https://citedrank.co/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "citedrank-co": {
      "type": "http",
      "url": "https://citedrank.co/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: citedrank-co
Remote MCP URL: https://citedrank.co/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "citedrank-co": {
      "url": "https://citedrank.co/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "citedrank-co": {
      "type": "http",
      "url": "https://citedrank.co/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "citedrank-co",
  "transport": "streamable-http",
  "url": "https://citedrank.co/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • sitemap — Discover every URL on a domain.
  • crawl — Fetch a single page and return its content as clean Markdown plus a list of image URLs.
  • seo — Run a 10-section SEO audit on a single URL: title length, description, canonical, headings (h1-h6), Open Graph + Twitter cards, hreflang, link graph (internal/external/nofollow), JSON-LD schema types, media (img/video/iframe + alt-text coverage), content metrics (word count, text-to-HTML ratio), tech (doctype, AMP, scripts), robots meta.
  • clone — Extract a website's web UI and design system: colors (clustered by hue, primary/accent/neutral roles assigned), font families, font-size scale, border-radius scale, shadow tiers.
  • extract — Extract structured fields from a page by applying CSS selectors.