The GetSlurp MCP server

The same audit engine as the extension, running inside your AI workflow. Ask Claude to score a page, line it up against four competitors, or turn a sitemap into a fix plan you can paste into tickets. Every other GEO tool makes you open a dashboard. This one answers from inside the tools you already work in.

Free during early access. Claude Desktop, Claude Code, Cursor, Windsurf and 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.

How to install

Two ways in. The one-click bundle needs nothing but Claude Desktop. The npx route works in every MCP client and needs Node.js 18 or newer installed.

Claude Desktop: one click

  1. Download getslurp-mcp.mcpb (720 KB)
  2. Double-click the file. Claude Desktop opens and asks to install GetSlurp.
  3. Confirm, then ask Claude: "Audit getslurp.ai and show me the top fixes."

Claude Code: one command

$ claude mcp add getslurp -- npx -y getslurp-mcp

Cursor, Windsurf, Zed and other MCP clients

Add this to your client's MCP configuration (for Claude Desktop the file is claude_desktop_config.json, for Cursor it's mcp.json in settings):

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

Restart the client and the six GetSlurp tools appear automatically. Everything runs on your machine: audits go straight from your computer to the sites you check, and no page content, URL or report ever reaches us.

What 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.