New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

@rankcli/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rankcli/mcp-server

MCP (Model Context Protocol) server for RankCLI SEO analysis

Source
npmnpm
Version
0.0.3
Version published
Weekly downloads
124
-64.87%
Maintainers
1
Weekly downloads
 
Created
Source

@rankcli/mcp-server

Free, local SEO + GEO (AI-search-citation) analysis as an MCP tool. No signup, no API key, nothing sent to RankCLI's servers — it runs entirely inside your MCP host (Claude Code, Claude Desktop, Cursor, etc.) against HTML you already have or that your host fetches for you.

npx @rankcli/mcp-server

Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "rankcli": {
      "command": "npx",
      "args": ["@rankcli/mcp-server"]
    }
  }
}

Available Tools

ToolDescription
seo_analyzeFull SEO analysis: GEO, Core Web Vitals, structured data, security headers, mobile, images, internal linking
seo_geo_checkAI search visibility (GEO) — crawler access, LLM content signals, citation readiness
seo_robots_aiWhich AI crawlers (GPTBot, ClaudeBot, PerplexityBot, etc.) your robots.txt allows or blocks
seo_generate_robotsGenerate an AI-crawler-friendly robots.txt
seo_core_web_vitalsEstimate LCP, CLS, INP, TTFB from HTML
seo_structured_dataValidate JSON-LD / Schema.org markup
seo_generate_schemaGenerate a JSON-LD template for a page type
seo_security_headersGrade HTTPS, HSTS, CSP, and related headers
seo_generate_security_headersGenerate recommended security header config
seo_imagesAlt text, dimensions, formats, lazy loading
seo_internal_linksAnchor text quality, orphan-page risk
seo_mobileViewport, touch targets, PWA readiness
seo_ai_crawlersReference list of known AI crawler user agents

Example

Just ask Claude:

"Run an SEO audit on https://example.com"

Your MCP host fetches the page and Claude calls these tools directly — nothing round-trips through RankCLI.

Want more?

This local server works from HTML/robots.txt you or your MCP host supply. For URL-only tools that fetch and crawl for you (seo_audit, seo_geo_check, seo_robots_check, seo_compare), plus the newer Cloudflare AI-crawler-gating compliance check, CI/CD scheduling, and auto-fix PRs, see the hosted endpoint and paid tiers:

{
  "mcpServers": {
    "rankcli-hosted": {
      "url": "https://rankcli-audit-worker.fly.dev/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Get a free API key at rankcli.dev/dashboard.

Keywords

mcp

FAQs

Package last updated on 05 Sep 2026

Related posts