mcpbeat Sign in

Crawlinx MCP Server

not responding

Crawlinx MCP is listed as active in the registry but did not answer our last check. It exposes 5 tools.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Uptime history 51 days of history · worst day 0%
51 days agonow
0.0%
Uptime 24h
0 of 91 checks
5
Tools
read from the server
424 ms
Response time
average over 24h
open, no key
Access
streamable-http

Crawlinx MCP does not always answer

Over the last week it answered 0.0% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 7 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 424 ms 7 min ago

Alternatives to Crawlinx MCP

same job, measured the same way
Crawlie
by crawlie

Technical SEO + GEO (AI-search) site audits: hosted crawls, prioritized fixes, report diffs.

answering
SeoGrep
by seogrep

SEO for AI agents: crawl sites, audit pages, pull Search Console data, generate shareable reports.

answering
Ctx
by vanshulgoyal101

Turn a GitHub repo or docs site into agent-ready context: pack it or search it, over MCP.

6 tools answering
Seegeo
by see-geo

Audit any website for AI visibility: graded report, findings with fixes, AI crawler access check.

36 installs/wk answering
SyteCheck
by sytecheck

Scan a website for SEO, accessibility, performance and security issues, and read the report.

51 installs/wk local only
SEO Audit
by inxy

Free SEO & AI-search (AEO) audits for any site or Shopify store, with emailed weekly score reports.

5 tools answering
OutilsIA — Conseiller IA locale
by outilsia

Read-only local AI advice, shared reports and website audits. No PC scan or local actions.

15 tools answering
I
Speedvault
by speedvault

Run web performance audits, get code-level fixes, crawl for SEO, and read real-user Core Web Vitals.

22 installs/wk local only

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 0 of 91 checks got a reply (0.0%), average response time 424 ms. The bar chart above shows every period we have measured.
Is Crawlinx MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
The registry lists Crawlinx MCP as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
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.