RankCLI
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| seo_analyzeA | Run comprehensive SEO analysis on a webpage. Returns scores and issues for:
Use this for a complete SEO audit. |
| seo_geo_checkA | Check if a website is optimized for AI search engines (GEO - Generative Engine Optimization). Analyzes:
Critical for visibility in ChatGPT, Perplexity, Claude, and Gemini responses. |
| seo_robots_aiA | Analyze robots.txt for AI crawler permissions. Shows which AI crawlers (GPTBot, ClaudeBot, PerplexityBot, etc.) are allowed or blocked. |
| seo_generate_robotsB | Generate an AI-friendly robots.txt that allows all major AI crawlers (GPTBot, ClaudeBot, PerplexityBot, Google-Extended, etc.) |
| seo_core_web_vitalsA | Estimate Core Web Vitals (LCP, CLS, INP, TTFB) from HTML analysis. Identifies issues like:
|
| seo_structured_dataA | Validate JSON-LD structured data (Schema.org). Checks for:
|
| seo_generate_schemaB | Generate JSON-LD structured data template for a page type (article, product, faq, local-business, website). |
| seo_security_headersA | Analyze security headers (HTTPS, HSTS, CSP, X-Frame-Options, etc.). Returns a security grade A+ through F. |
| seo_generate_security_headersB | Generate recommended security headers configuration for a site. |
| seo_imagesA | Analyze images for SEO and performance. Checks alt text, dimensions, formats (WebP/AVIF), lazy loading, and responsive images. |
| seo_internal_linksA | Analyze internal linking structure. Checks anchor text quality, orphan page risk, link distribution, and suggests linking opportunities. |
| seo_mobileB | Analyze mobile SEO. Checks viewport, touch targets, font sizes, content width, PWA readiness. |
| seo_ai_crawlersA | Get information about all known AI crawlers (GPTBot, ClaudeBot, PerplexityBot, Google-Extended, etc.) including their user agents and purposes. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 13 tools
Tools are mostly distinct: seo_analyze is a comprehensive audit, while individual tools provide focused deep dives. Some overlap exists between seo_geo_check and seo_robots_ai (both touch AI crawler access), but descriptions clarify the broader scope of geo check.
All tools share the seo_ prefix and use snake_case, with generation tools following a clear seo_generate_* pattern. However, analysis tools mix verbs (analyze, check) with bare noun phrases (seo_images, seo_internal_links), which is a minor inconsistency.
13 tools is well-scoped for a technical SEO toolkit, covering analysis, generation, and informational tools without bloat. Each tool addresses a distinct SEO concern, and the count feels appropriate for the domain.
The toolset covers major technical SEO areas: AI search, Core Web Vitals, structured data, security headers, images, internal links, and mobile. Missing sitemap analysis and content/keyword features, but these are minor gaps for a focused technical audit tool.