KrabiClaw MCP server
Manage and publish restaurant and local business websites through MCP.
8 stars
Reviews
Write oneNobody has reviewed KrabiClaw yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
KrabiClaw tools
Tool list not cached yet. `describe` through the gateway fetches it live.
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 1379ms (auth required)20/20
- –Tool poisoningtools not inspected (endpoint requires auth); not countedn/a
- Auth qualityOAuth resource metadata advertised on 40115/15
- Maintenancelast push 1 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
What the publisher says
From the KrabiClaw repository's README, as published. We do not edit it. Read it on GitHub
KrabiClaw
Multi-tenant platform SaaS. Nuxt 5 nightly + Nitro 3 + Cloudflare Workers + D1.
Package manager: yarn only. Never npm or pnpm.
Scripts
Production Canary Runs
Real-send production canaries are intentionally off on normal main deploys to avoid accidental email/WhatsApp spend on every merge. To run them on demand, use the GitHub Actions workflow Production Real-Send Canaries and choose whether to send:
- the auth OTP canary
- the notification email/WhatsApp canary
That workflow always runs production smoke first, then only sends the real canaries you explicitly selected for that run.
See docs/notification-testing.md for the full policy on log-only vs live email/WhatsApp testing, production-safe verification, and which public submission paths send for real in production.
Local Setup
1. Install
corepack yarn installThe repository uses Node.js 24.18.1. Use the exact version declared in .nvmrc before installing dependencies. When changing Node, follow the Node runtime upgrade runbook so local development, CI, type definitions, and Worker builds move together.
Yarn accepts new direct and transitive package releases only after seven days. Routine yarn add and yarn up commands apply this rule automatically. CI installs the package graph immutably and rechecks registry metadata in its hardened job.
For an urgent reviewed security fix, update only the affected package:
corepack yarn up <package>@<fixed-version> --no-time-gateRecord the advisory and the reason for bypassing the wait in the pull request. Do not add a package to npmPreapprovedPackages or disable the age gate in .yarnrc.yml.
2. Environment
Copy .env.example to .env and fill in values. Required for local dev:
BETTER_AUTH_SECRET= # openssl rand -base64 32
BETTER_AUTH_URL=http://localhost:3000
CRON_SECRET= # openssl rand -base64 32
GOOGLE_CLIENT_ID= # Google Cloud Console — OAuth client
GOOGLE_CLIENT_SECRET=3. Prepare local development
corepack yarn local:setupThe command is safe to repeat. It leaves local D1 at the current migration, fixture, credential, and foreign-key baseline, then prints the one local developer login:
URL: http://localhost:3000/login?email=developer%40playwright.example
Email: developer@playwright.example
Password: <fresh value generated by local:setup>This localhost-only account is a member of every curated tenant and can access the platform dashboard. The password is generated on each setup run, printed once, and stored only as a hash in local D1. A repeated setup deletes existing local sessions, so sign in again with the newly printed password afterward.
4. Run
corepack yarn devApp at http://localhost:3000.
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add --transport http krabiclaw https://krabiclaw.com/api/mcp
KrabiClaw: common questions
- Is KrabiClaw MCP server safe?
- Yes, by our scan: it is graded A (97/100). Read the KrabiClaw safety report
- How do I install KrabiClaw?
- It runs remotely at krabiclaw.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does KrabiClaw need an API key?
- No key to paste: it signs you in with OAuth when your client connects.
- Is KrabiClaw maintained?
- The last commit was 2 days ago (2026-09-19). The latest release is v1.0.0.
- Is KrabiClaw up?
- 100% of our last 7 checks got an answer. We check remote servers about four times a day.
- What can I use instead of KrabiClaw?
- Servers from other publishers that do the same job: Domain Liveness MCP server and Business Contact Finder MCP server.
Alternatives to KrabiClaw
Same job from other publishers: the closest match first, then the best rated.
- Domain LivenessIs this business's website still there? Checks apex and www, and DNS separately from HTTP.not reviewedEstablishedA
- Business Contact FinderCheck how to contact a business website, and whether that contact path actually works.not reviewedEstablishedA