mcpbeat

AI Readiness Kit MCP Server

io.github.silverbackmarketing/ai-readiness
not responding

AI Readiness Kit is listed as active in the registry but did not answer our last check. It exposes 6 tools. Last commit 7 Jul 2026.

Generate 18 AI readiness files (llms.txt, ai.txt, RAG indexes, schema) for any website.

Uptime history 39 hours of history · worst hour 0%
39 hours agonow
0.0%
Uptime 24h
0 of 92 checks
6
Tools
read from the server
171 ms
Response time
average over 24h
3
Stars
last commit 7 Jul 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 2 min ago.

run in your terminal
claude mcp add ai-readiness --transport http https://ai.silverbackmarketing.com/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ai-readiness": {
      "url": "https://ai.silverbackmarketing.com/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ai-readiness]
url = "https://ai.silverbackmarketing.com/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "ai-readiness": {
      "url": "https://ai.silverbackmarketing.com/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ai-readiness": {
      "url": "https://ai.silverbackmarketing.com/api/mcp"
    }
  }
}

Available tools 6

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

generate
generate_ai_readiness_files
Start generating the 18 AI Readiness Kit files for a website. Returns the full workflow for the connected agent to execute (research, classify, write files).
generate_rag_jsonl
Convert rag-index.json content (JSON array) to rag-index.jsonl (one JSON object per line)
file
get_file_spec
Get the detailed specification for one AI readiness output file (e.g. llms.txt, ai-entities.json)
output
list_output_files
List all 18 AI readiness files in generation order with filenames and purposes
site
get_site_classification_guide
Return the site-type classification table used before generating files
skill
get_skill_instructions
Return the full AI Readiness skill workflow (research, classification, file generation)

Endpoints

URLTransportStateLatencyChecked
https://ai.silverbackmarketing.com/api/mcp streamable-http answering 171 ms 2 min ago

AI Readiness Kit — questions

Answers built from our own checks of this server.

What can AI Readiness Kit do?
It exposes 6 tools, read directly from the server on our last check. Among them: generate_ai_readiness_files, generate_rag_jsonl, get_file_spec, get_site_classification_guide, get_skill_instructions, list_output_files. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is AI Readiness Kit working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 0 of 92 checks got a reply (0.0%), average response time 171 ms. The bar chart above shows every period we have measured.
The registry lists AI Readiness Kit as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect AI Readiness Kit?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does AI Readiness Kit need an API key?
No. AI Readiness Kit completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
Is AI Readiness Kit open source?
Yes — written in Python and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.