Skip to main content
Glama

Server Details

Free technical-SEO audit MCP: crawl a site, run checks, return an LLM-ready shareable report.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Repository
im-ff/crawlinx-mcp
GitHub Stars
0

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 1 tool update
    • Changedscan_url2 fields changed
      • addedInput schema / properties / max_pages
        Added value: +{
        +  "description": "How many pages to crawl. Default 50; maximum 200. Ignored for mode=instant.",
        +  "maximum": 200,
        +  "minimum": 1,
        +  "type": "integer"
        +}
      • changedInput schema / properties / mode / description
        Previous value: -"Scan mode: \"free\" (default) or \"instant\"."New value: +"Scan mode: \"free\" (default, multi-page) or \"instant\" (single-page quick check)."
  2. 5 tool updates
    • First observeddiff_scan
    • First observedget_issue_detail
    • First observedget_report
    • First observedget_report_markdown
    • First observedscan_url

Frequently Asked Questions

Discussions

im-ff's avatar
im-ffJul 13, 2026

👋 Maintainer here. Crawlinx is a free, no-signup technical-SEO audit crawler exposed over MCP — point it at any URL and get a health score, a prioritized list of fixes, and a shareable report link. What's different: it runs a real browser engine, so it renders JavaScript and gets past most bot-walls. That means it sees a page the way Googlebot — and AI crawlers like GPTBot/ClaudeBot, which mostly skip JS — actually see it, not the raw HTML most crawlers get. 156 checks, including 2026-era ones others skip: structured-data deprecations, AI-bot accessibility, and agent-readiness. Quick start (Claude Code): claude mcp add --transport http crawlinx https://crawlinx.com/mcp Typical flow: scan_url (start an audit, returns a scan id) → get_report_markdown / get_report → get_issue_detail (expand one issue) → diff_scan (after fixing, confirm it landed and nothing regressed). No API key, no signup, nothing to install. Feedback and check requests very welcome!

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Open-source technical SEO crawler MCP server built on LibreCrawl. Runs full audits inside Claude, Cursor, or Codex — 50+ checks (hreflang, schema.org, security headers, WAF detection on 200-OK pages), chunked-progressive engine for large sites, ephemeral by design (server forgets every audit after download).
    38
    MIT
  • A
    license
    A
    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.
    18
    1
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Provides comprehensive technical SEO audits, Schema.org validation, AEO readiness checks, and semantic cannibalization detection via MCP and CLI.
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.3/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: submit scan (scan_url), retrieve report in JSON or Markdown (get_report, get_report_markdown), drill into an issue (get_issue_detail), and compare scans (diff_scan). No overlapping functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., scan_url, get_report, diff_scan). Format variants like get_report_markdown are logical extensions, not inconsistencies.

Tool Count5/5

Five tools perfectly cover the SEO auditing workflow: initiating a scan, retrieving results in two formats, expanding issue details, and comparing scans. The count is neither excessive nor minimal.

Completeness4/5

The tool set covers the essential lifecycle: scan submission, result retrieval in multiple formats, issue detail expansion, and diffing. Missing list_scans or cancel_scan, but these are minor gaps; agents can work with existing tools.