# crawlinx-mcp MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-im-ff-crawlinx-mcp
- Repository: https://github.com/im-ff/crawlinx-mcp

## Install
- Endpoint: https://crawlinx.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://crawlinx.com/mcp

## Tools
- scan_url - Submit a URL to Crawlinx for an SEO audit. Crawls up to max_pages pages (default 50, max 200), runs the technical-SEO checks, and returns a scan id; poll get_report / get_report_markdown until the crawl finishes. Endpoint: https://crawlinx.com/mcp
- get_report - PREFERRED for reasoning about what to fix. Fetch a finished report as structured JSON (health score, category subscores, all issues with URLs, stats). Use this when you need to decide which problems matter. Endpoint: https://crawlinx.com/mcp
- get_report_markdown - Fetch a finished report as compact, agent-ready Markdown: health, a prioritized fix plan with remediation, and issues collapsed to one row per code (code | severity | count | example URLs) — small enough to keep in context on a real site. Set full=true for the complete human report (large). Use get_issue_detail to expand any single code. Endpoint: https://crawlinx.com/mcp
- get_issue_detail - Drill into one issue code: every affected URL plus step-by-step remediation (what to change, why, and when it's a false alarm). Call this after get_report_markdown to expand a code from the collapsed table before applying fixes. Endpoint: https://crawlinx.com/mcp
- diff_scan - Diff a scan against the previous scan of the same domain: health movement plus the issue codes that were fixed or newly appeared/regressed. Use this when auditing in a loop to verify fixes landed and nothing regressed. Endpoint: https://crawlinx.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.im-ff
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 11, 2026
- Source: https://registry.modelcontextprotocol.io
