
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@rankcli/mcp-server
Advanced tools
MCP Server for AI Assistants to perform SEO analysis.
The industry's first SEO tool accessible via Model Context Protocol. Let Claude, GPT, and other AI assistants run comprehensive SEO audits directly.
Model Context Protocol (MCP) is Anthropic's standard for connecting AI assistants to external tools. This server exposes RankCLI's full SEO analysis capabilities to AI.
npm install -g @rankcli/mcp-server
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"rankcli": {
"command": "npx",
"args": ["@rankcli/mcp-server"]
}
}
}
Restart Claude Desktop. You'll now have SEO tools available.
Run the server directly:
npx @rankcli/mcp-server
The server communicates via stdio using JSON-RPC.
seo_analyzeFull comprehensive SEO audit. Returns scores for GEO, Core Web Vitals, Security, Structured Data, Images, Links, and Mobile.
seo_geo_checkGEO (Generative Engine Optimization). Check AI crawler access, JS rendering, LLM signals, citation readiness.
seo_robots_aiAnalyze robots.txt for AI crawlers. Shows which AI crawlers (GPTBot, ClaudeBot, PerplexityBot) are allowed/blocked.
seo_generate_robotsGenerate AI-friendly robots.txt. Creates rules allowing all major AI crawlers.
seo_core_web_vitalsEstimate Core Web Vitals. LCP, CLS, INP, TTFB from HTML analysis.
seo_structured_dataValidate JSON-LD schemas. Check Article, Product, FAQ, HowTo, LocalBusiness, BreadcrumbList.
seo_generate_schemaGenerate schema templates. For article, product, faq, local-business, website.
seo_security_headersAnalyze security headers. HTTPS, HSTS, CSP with A+ to F grading.
seo_generate_security_headersGenerate recommended security headers.
seo_imagesImage optimization analysis. Alt text, dimensions, formats, lazy loading.
seo_internal_linksInternal linking analysis. Anchor text quality, orphan detection.
seo_mobileMobile SEO analysis. Viewport, touch targets, PWA readiness.
seo_ai_crawlersAI crawler reference. Information about all known AI crawlers.
Once configured, ask Claude:
"Run a comprehensive SEO audit on https://example.com"
"Check if my site is visible to ChatGPT and other AI search engines"
"Generate an AI-friendly robots.txt for my domain"
"What structured data should I add to my blog posts?"
Claude will use the appropriate tools to analyze and respond.
MIT
FAQs
Free, local SEO + GEO (AI-search-citation) analysis for AI assistants - audits GEO/AI-crawler access, Core Web Vitals, structured data, security headers, mobile, and images with no signup or API key.
The npm package @rankcli/mcp-server receives a total of 80 weekly downloads. As such, @rankcli/mcp-server popularity was classified as not popular.
We found that @rankcli/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.