The GetSlurp MCP server

The same audit engine as the extension, inside your AI workflow. Ask Claude to audit a page, compare five competitors, or turn a crawl into a fix plan.

$ npx -y getslurp-mcp

Claude Desktop · Claude Code · Cursor · Windsurf · Zed · runs locally, nothing sent to us

Six tools

ToolWhat it does
audit_urlFull audit of one URL: score, engine readiness, gates, category scores, prioritized fixes. Summary, full or raw JSON output.
check_ai_crawler_accessFast robots.txt and crawler-access check for every documented AI bot.
get_fix_planEvery issue ordered by impact, each with the finding, why it matters, the action and its evidence source. Paste straight into tickets.
compare_urlsTwo to five URLs side by side: your page against competitors, category by category.
audit_urlsUp to ten URLs scored in one call, worst first.
export_reportWrites a full markdown or JSON report to a file on your machine.

Setup

Claude Code: claude mcp add getslurp -- npx -y getslurp-mcp

Claude Desktop / Cursor: add to your MCP configuration:

{
  "mcpServers": {
    "getslurp": {
      "command": "npx",
      "args": ["-y", "getslurp-mcp"]
    }
  }
}

Things people ask it to do

  • "Audit this article and give me the three fixes with the most impact."
  • "Compare our pricing page against these four competitors."
  • "Check whether anything in our robots.txt blocks AI search crawlers."
  • "Write the fix plan for this URL into a markdown file for the dev team."

The scoring behind every tool is the public GetSlurp methodology.