Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

AI Readiness Kit

io.github.silverbackmarketing/ai-readiness

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

Uptime
100.0%
1 direct probes · 30d
Response
911ms
last probe
Tools
6
callable
Resources
2
readable
Prompts
1
available

Tools · 6

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).

list_output_files

List all 18 AI readiness files in generation order with filenames and purposes

get_file_spec

Get the detailed specification for one AI readiness output file (e.g. llms.txt, ai-entities.json)

get_skill_instructions

Return the full AI Readiness skill workflow (research, classification, file generation)

get_site_classification_guide

Return the site-type classification table used before generating files

generate_rag_jsonl

Convert rag-index.json content (JSON array) to rag-index.jsonl (one JSON object per line)

Resources · 2

skill-instructions

Full SKILL.md workflow for generating AI readiness files

ai-readiness://skill
file-specs

Detailed specifications for all 18 output files

ai-readiness://file-specs

Prompts · 1

generate-ai-readiness

Start the full AI readiness workflow for a website URL or domain

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"
    }
  }
}