generate_llms_txt
ActiveTool of Monday
Generate a production-ready llms.txt file for any URL so AI crawlers (ChatGPT, Claude, Perplexity) can index the site cleanly. Fetches the page, extracts title/description/key links, and emits the standard llms.txt markdown format. Output is a single text blob ready to drop at site-root/llms.txt. Useful for: getting a client's site indexed by AI, drafting llms.txt for your own project, or auditing how an AI crawler would see a competitor.
Parameters schema
{
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "Full URL of the site to summarize, e.g. \"https://example.com\" or a specific landing page."
},
"max_links": {
"type": "number",
"description": "Maximum number of link entries to include (default 25, max 50)."
}
}
}Parent server
Monday
https://github.com/pipeworx-io/mcp-monday
1/7 registries