AI Readiness Kit
io.github.silverbackmarketing/ai-readinessGenerate 18 AI readiness files (llms.txt, ai.txt, RAG indexes, schema) for any website.
Tools · 6
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).
List all 18 AI readiness files in generation order with filenames and purposes
Get the detailed specification for one AI readiness output file (e.g. llms.txt, ai-entities.json)
Return the full AI Readiness skill workflow (research, classification, file generation)
Return the site-type classification table used before generating files
Convert rag-index.json content (JSON array) to rag-index.jsonl (one JSON object per line)
Resources · 2
Full SKILL.md workflow for generating AI readiness files
ai-readiness://skill
Detailed specifications for all 18 output files
ai-readiness://file-specs
Prompts · 1
Start the full AI readiness workflow for a website URL or domain
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"ai_readiness_kit": {
"url": "https://ai.silverbackmarketing.com/api/mcp",
"transport": "streamable-http"
}
}
}