
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
crawl-readiness-mcp
Advanced tools
MCP server for Crawl Readiness — check AI readiness, validate schema/robots.txt, generate AI SEO files (llms.txt, robots.txt, JSON-LD), and read LLM Monitor share-of-voice trends directly from Claude, Cursor, and other MCP clients.
AI SEO tools inside Claude, Cursor, and other MCP-compatible clients.
Ask Claude "is my site AI-readable?" and it'll actually check — running a live audit against 50+ AI crawlers (ChatGPT, Claude, Perplexity, Google AI, and more). Then ask it to fix what's broken, and it can generate a proper llms.txt, robots.txt, or JSON-LD schema and write it straight into your project.
No more copy-paste between your editor and yet another SEO tool.
Eight tools your AI assistant can call:
Audit (no signup):
check_ai_readiness — Score a site 0–100 against 50+ AI crawlers, with a prioritized fix listvalidate_schema — Audit JSON-LD structured data on any URL (20+ types, per-type rules)validate_robots — Line-by-line robots.txt auditcheck_content_parity — Compare what humans see vs what AI crawlers seeGenerate (requires free API key):
generate_llms_txt — Auto-crawl a site and produce a properly formatted llms.txtgenerate_robots_txt — AI-crawler-aware robots.txt with preset policiesgenerate_schema — Organization / WebSite / Article JSON-LD ready to pasteMonitor (read-only, requires free API key):
get_monitor_trend — See whether ChatGPT, Claude, Perplexity & Google AI mention your brand vs competitors, and how that's trending week over week (reads your LLM Monitor projects; doesn't trigger runs)Open your config file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonAdd this to the mcpServers block:
{
"mcpServers": {
"crawl-readiness": {
"command": "npx",
"args": ["-y", "crawl-readiness-mcp"]
}
}
}
Restart Claude Desktop. You'll see "crawl-readiness" listed in the tools panel.
Open Cursor Settings → Features → Model Context Protocol → Add new global MCP server.
{
"crawl-readiness": {
"command": "npx",
"args": ["-y", "crawl-readiness-mcp"]
}
}
Same shape — add crawl-readiness to your MCP servers list with npx -y crawl-readiness-mcp as the command.
The four audit tools work out of the box, no signup. The three generator tools need an API key — free at crawlreadiness.com/dashboard (50 checks/month on the free tier, no credit card).
Once you have a key, add it via env in the same config:
{
"mcpServers": {
"crawl-readiness": {
"command": "npx",
"args": ["-y", "crawl-readiness-mcp"],
"env": {
"CRAWL_READINESS_API_KEY": "cr_live_xxxxxxxxxxxx"
}
}
}
}
Restart the client. All eight tools are now callable.
Once installed, try any of these in your AI client:
/public/llms.txt"Your AI can chain tools automatically — audit, identify issues, fix them, and write files to your project without you copy-pasting anything.
| Env var | Purpose | Default |
|---|---|---|
CRAWL_READINESS_API_KEY | Free API key for generator tools | none |
CRAWL_READINESS_API_BASE | Override the API base URL (for testing) | https://www.crawlreadiness.com |
Each tool returns the full JSON response from the Crawl Readiness API — the same data the web dashboard renders. Your AI has access to:
Crawl Readiness is a suite of AI-SEO tools that check whether AI systems can access your website and help you fix what's blocked. Every generator tool in this MCP server is also available on the web at crawlreadiness.com/tools. The MCP server just makes the same tools callable from inside your AI assistant, so the "audit → fix → apply" loop happens in one conversation without leaving your editor.
MIT © 2026 Crawl Readiness / Tundrastone
FAQs
MCP server for Crawl Readiness — check AI readiness, validate schema/robots.txt, generate AI SEO files (llms.txt, robots.txt, JSON-LD), and read LLM Monitor share-of-voice trends directly from Claude, Cursor, and other MCP clients.
We found that crawl-readiness-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.