Skip to main content
Glama

mcp-seo-audit

On-page SEO analysis as MCP tools.

An MCP server that exposes on-page SEO analysis — metas, structured data, robots.txt, sitemaps and links — as tools any MCP-compatible client can call. No API keys, no accounts: everything runs off plain public-page fetches.

Tools

Tool

Returns

audit_page

Title/meta lengths, canonical, robots meta, Open Graph & Twitter cards, headings outline, image alt coverage, word count, lang, hreflang

extract_schema

Every JSON-LD block parsed, @type values, parse errors

check_robots

robots.txt user-agent groups, allow/disallow rules, declared sitemaps

parse_sitemap

URL counts, lastmod sample, nested sitemap indexes

extract_links

Internal/external/nofollow split, optional broken-link check

The server returns structured data and leaves the interpretation to the client. The same tools drive a quick audit, a competitor comparison, or a full crawl conversation.

Related MCP server: mcp-seo

Install

git clone https://github.com/mk-techi/mcp-seo-audit
cd mcp-seo-audit
npm install
npm run dev

A working server prints mcp-seo-audit ready and waits for a client on stdio.

Usage

Register the server with any MCP client. Example configuration:

{
  "mcpServers": {
    "seo-audit": {
      "command": "npx",
      "args": ["tsx", "/absolute/path/to/mcp-seo-audit/src/index.ts"]
    }
  }
}

On Windows, wrap the command in cmd:

{
  "mcpServers": {
    "seo-audit": {
      "command": "cmd",
      "args": ["/c", "npx", "tsx", "C:\\path\\to\\mcp-seo-audit\\src\\index.ts"]
    }
  }
}

Once connected, the five tools are available. Example prompts:

  • Audit example.com and give me a prioritized fix list.

  • Does this page have valid JSON-LD? Which types?

  • Compare the on-page SEO of my landing page against a competitor's.

  • Find broken internal links on the homepage.

Build

npm run build   # emits dist/
npm start       # runs the compiled server

Roadmap

  • crawl_site — follow internal links up to N pages and aggregate issues

  • Core Web Vitals via the public CrUX API

  • Schema validation against schema.org definitions

  • Publish to npm (npx mcp-seo-audit)

License

MIT

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    -
    maintenance
    MCP server for website SEO + GEO analysis. Scan any URL to get scores across 5 categories (SEO, GEO, Performance, Security, Accessibility) with actionable fix recommendations. Enables AI coding assistants to audit websites and implement fixes autonomously.
    Last updated
  • A
    license
    -
    quality
    D
    maintenance
    Enables AI agents to perform comprehensive SEO audits on web pages, including meta tags, headings, links, images, performance, and more, via a CLI or MCP server.
    Last updated
    1
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    Exposes the OctoBoost SEO API as MCP tools so agents can audit websites with compact, structured results instead of fetching and parsing raw HTML.
    Last updated
    4
    76
  • A
    license
    -
    quality
    D
    maintenance
    SEO toolkit MCP server for analyzing meta tags, robots.txt, sitemaps, keyword density, readability, and heading structure from any AI assistant that supports MCP.
    Last updated
    20
    MIT

View all related MCP servers

Related MCP Connectors

  • SEO MCP server: crawl your site, find AI-visibility gaps, and ship the fix from your coding agent.

  • Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.

  • SEO Intelligence MCP — 13 tools: keyword research, SERP, domain audits, competitors.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mk-techi/mcp-seo-audit'

If you have feedback or need assistance with the MCP directory API, please join our Discord server