MCP.so
Sign In

Crawlinx

@im-ff

About Crawlinx

Free technical-SEO audit MCP server for AI agents — crawl, 154 checks, LLM-ready reports. Hosted at crawlinx.com, no signup/API key.

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "crawlinx": {
      "type": "http",
      "url": "https://crawlinx.com/mcp"
    }
  }
}

Tools

5

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.

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.

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.

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.

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.

Overview

What is Crawlinx?

Free technical-SEO audit MCP server for AI agents — crawl, 154 checks, LLM-ready reports. Hosted at crawlinx.com, no signup/API key.

How to use Crawlinx?

Follow the repository README to install the server and add its MCP configuration to your client.

Key features of Crawlinx

  • ☁️ Remote server over Streamable HTTP — no local install, no API key, no signup
  • 🔗 Public shareable reports — every scan has a URL
  • "Audit https://example.com and give me the top 5 SEO fixes."
  • "Scan my site, then fix the duplicate issues in the codebase and re-scan to confirm."
  • "Which pages are orphaned (no internal links) and how do I link them?"

Use cases of Crawlinx

  • Connect an MCP-compatible client to this repository's service.
  • Review the README-backed setup before enabling it in production.

FAQ from Crawlinx

Where is the source code for Crawlinx?

The source code is linked from the repository URL on this page.

Does Crawlinx include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Frequently asked questions

Where is the source code for Crawlinx?

The source code is linked from the repository URL on this page.

Does Crawlinx include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Comments

More Data & Analytics MCP servers