mcpbeat

Crawlinx MCP Server

io.github.im-ff/crawlinx-mcp
answering

Crawlinx MCP is answering right now. Last checked 2 min ago. It exposes 5 tools. Last commit 12 Jul 2026.

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

Uptime history 41 hours of history
41 hours agonow
100.0%
Uptime 24h
92 of 92 checks
5
Tools
read from the server
200 ms
Response time
average over 24h
0
Stars
last commit 12 Jul 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 2 min ago.

run in your terminal
claude mcp add crawlinx-mcp --transport http https://crawlinx.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "crawlinx-mcp": {
      "url": "https://crawlinx.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.crawlinx-mcp]
url = "https://crawlinx.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "crawlinx-mcp": {
      "url": "https://crawlinx.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "crawlinx-mcp": {
      "url": "https://crawlinx.com/mcp"
    }
  }
}

Available tools 5

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

report
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.
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.
diff
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.
issue
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.
scan
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.

Endpoints

URLTransportStateLatencyChecked
https://crawlinx.com/mcp streamable-http answering 213 ms 2 min ago

Crawlinx MCP — questions

Answers built from our own checks of this server.

What can Crawlinx MCP do?
It exposes 5 tools, read directly from the server on our last check. Among them: diff_scan, get_issue_detail, get_report, get_report_markdown, scan_url. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Crawlinx MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 200 ms. The bar chart above shows every period we have measured.
How do I connect Crawlinx MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Crawlinx MCP need an API key?
No. Crawlinx MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 5 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Crawlinx MCP?
It answers our handshake in 200 ms on average, which is faster than 63% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Crawlinx MCP open source?
Yes — 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.