SEO-IntentRank
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 |
|---|---|
| scan_onpage_seoA | Scans On-Page SEO elements from a live URL or HTML string: Meta title length/pixel width, Meta description, Open Graph tags, Twitter Cards, Canonical tags, and Image Alt tags (with missing width/height CLS checks). |
| audit_lighthouse_cls_vitalsC | Audits Cumulative Layout Shift (CLS) score and Core Web Vitals (LCP, INP, FCP, TTFB, Lighthouse Performance/SEO scores) directly via Google Lighthouse / PageSpeed API and local DOM shift heuristics. |
| audit_technical_seoB | Audits Technical SEO foundations: H1-H6 heading hierarchy (single H1, non-sequential skip detection), Schema.org JSON-LD structured data validation, Robots.txt directives, Sitemap.xml detection, and text-to-HTML ratio. |
| extract_human_intent_keywordsA | Extracts Human Search Intent Keywords from content, classifies intent (Informational, Commercial, Transactional, Navigational), synthesizes natural human search queries, mines answered questions, and detects AI slop / keyword stuffing. |
| comprehensive_seo_auditB | Runs an all-in-one comprehensive SEO audit combining On-Page metadata, Open Graph/Twitter, Image Alt tags, Lighthouse CLS & Core Web Vitals, Technical Schema/Headings, and Human Intent Keywords into a single prioritized report with scores and action steps. |
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 5 tools
Each specialized tool targets a distinct area: on-page, Lighthouse/Core Web Vitals, technical SEO, and keyword intent mining. The comprehensive_seo_audit overlaps with all of them by design, but its all-in-one description makes the boundary clear.
Four tools follow a clear verb_noun pattern: scan_onpage_seo, audit_lighthouse_cls_vitals, audit_technical_seo, extract_human_intent_keywords. comprehensive_seo_audit breaks the pattern by leading with an adjective instead of a verb, but it is still recognizable and readable.
Five tools is well-scoped for an SEO auditing server. Each specialized tool covers a meaningful subdomain, and the comprehensive tool adds value as an orchestration layer without bloating the surface.
The server covers on-page, performance, technical SEO foundations, and search intent extraction, which forms a solid audit workflow. Minor gaps exist—such as social preview validation details or sitemap submission—but agents can complete core SEO analyses without dead ends.