Free technical-SEO audit MCP: crawl a site, run checks, return an LLM-ready shareable report.
MCPpedia last refreshed this data
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-im-ff-crawlinx-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Free technical-SEO audit MCP: crawl a site, run checks, return an LLM-ready shareable report.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in browser / marketing
Browser automation with Puppeteer for web scraping and testing
Self-hosted URL- and file-to-Markdown service for humans and AI agents - web pages, documents, images, audio, YouTube. PWA + REST + MCP + Claude Code skill, Reddit-aware, refreshable share links.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
The Apify MCP server enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, or any other website using thousands of ready-made scrapers, crawlers, and automation tools available on the Apify Store.
MCP Security Weekly
Get CVE alerts and security updates for io.github.im-ff/crawlinx-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Free technical-SEO audit as an MCP server — built for AI coding agents.
Crawlinx is a hosted Model Context Protocol server that lets your AI agent audit a website's technical SEO and act on the results. It crawls a site (50 pages by default, up to 200 via max_pages), runs 156 technical-SEO checks, and returns an LLM-ready Markdown report with a prioritized fix plan — small enough to keep in context on a real site.
Homepage: https://crawlinx.com · Docs: https://crawlinx.com/api
The server is remote — you only need the endpoint https://crawlinx.com/mcp. No key.
claude mcp add --transport http crawlinx https://crawlinx.com/mcp
Add to your MCP config (mcp.json / settings):
{
"mcpServers": {
"crawlinx": {
"type": "http",
"url": "https://crawlinx.com/mcp"
}
}
}
A machine-readable manifest is served at /.well-known/mcp.json.
| Tool | What it does |
|---|---|
scan_url | Start a free SEO audit of a URL (crawls max_pages pages — default 50, max 200); returns a scan id. |
get_report | Fetch a finished report as structured JSON. |
get_report_markdown | Fetch a finished report as compact, LLM-ready Markdown (health score + prioritized fix plan + issues collapsed by code). Set full=true for the complete report. |
get_issue_detail | Expand one issue code: every affected URL plus step-by-step remediation. |
diff_scan | Diff a scan against the previous scan of the same domain to confirm fixes landed and nothing regressed. |
<title> issues in the codebase and re-scan to confirm."scan_url → get a scan_idget_report_markdown until the crawl finishesget_issue_detail(scan_id, code) to expand a specific issue before changing codediff_scan(scan_id) to verifyAudits run as CrawlinxBot, which honors robots.txt, limits request rates, and does not bypass access controls. See crawlinx.com/bot. Site owners can opt out via robots.txt or the removal form.
This MCP is a living product — aggregators (Smithery Quality Score, polygraph.so security grades, MCP Bench) actively rank and grade it, and the Official Registry cascades our listing everywhere. Keep the endpoint healthy and re-publish on changes. See MAINTENANCE.md.
This repository documents the hosted Crawlinx MCP server. The audit engine is operated as a service at crawlinx.com; this repo is the public reference and install guide for the MCP integration.