Six tools
| Tool | What it does |
|---|---|
audit_url | Full audit of one URL: score, engine readiness, gates, category scores, prioritized fixes. Summary, full or raw JSON output. |
check_ai_crawler_access | Fast robots.txt and crawler-access check for every documented AI bot. |
get_fix_plan | Every issue ordered by impact, each with the finding, why it matters, the action and its evidence source. Paste straight into tickets. |
compare_urls | Two to five URLs side by side: your page against competitors, category by category. |
audit_urls | Up to ten URLs scored in one call, worst first. |
export_report | Writes 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.
