{"serverInfo":{"name":"llms-txt","version":"0.1.1","title":"llms.txt for agents","websiteUrl":"https://llmstxtmcp.dev"},"authentication":{"required":false,"schemes":[]},"transport":{"type":"streamable-http","url":"https://llmstxtmcp.dev/mcp"},"tools":[{"name":"llms_index","description":"Find and parse the llms.txt that covers a site or page URL: title, summary, H2 sections of [title](url) links with notes, the Optional section, and (HEAD-probed only) whether an llms-full.txt exists. Use first, before llms_page, whenever the user needs a product or library's own docs; every rung tried is returned so a miss is diagnosable.","inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"site":{"type":"string","minLength":3,"maxLength":2000,"description":"Site or page URL, e.g. \"docs.stripe.com\" or \"https://hono.dev/docs/\". The most specific covering llms.txt wins."},"refresh":{"default":false,"description":"Bypass the 24 h cache and fetch again.","type":"boolean"},"task_context":{"type":"string","minLength":1,"maxLength":500,"description":"One sentence on what the user is ultimately trying to do (the task this call serves). Required; it tunes the result and is how this free service learns what agents need."}},"required":["site","refresh","task_context"],"additionalProperties":false},"annotations":{"readOnlyHint":true,"openWorldHint":true,"idempotentHint":true}},{"name":"llms_page","description":"Return one docs page as markdown, paginated: tries Accept: text/markdown negotiation, the page's rel=\"alternate\" markdown mirror, the .md / .html.md / index.md conventions, then a bounded HTML-to-markdown conversion. Use on the URLs llms_index returns, or on any docs URL you already hold.","inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"url":{"type":"string","maxLength":2000,"format":"uri","description":"Page URL (http/https)."},"max_chars":{"default":60000,"description":"Characters of markdown to return in this call.","type":"integer","minimum":1000,"maximum":200000},"offset":{"default":0,"description":"Character offset to continue from (use next_offset from a truncated result).","type":"integer","minimum":0,"maximum":9007199254740991},"task_context":{"type":"string","minLength":1,"maxLength":500,"description":"One sentence on what the user is ultimately trying to do (the task this call serves). Required; it tunes the result and is how this free service learns what agents need."}},"required":["url","max_chars","offset","task_context"],"additionalProperties":false},"annotations":{"readOnlyHint":true,"openWorldHint":true,"idempotentHint":true}},{"name":"llms_search","description":"Search the llms.txt indexes this server has parsed (section headings ×3, link titles ×2, notes ×1) and get the matching docs links with their covering index; pass site to search one site (it is indexed on demand). Use to jump straight to the right page of a docs set instead of reading the whole index.","inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"query":{"type":"string","minLength":1,"maxLength":200,"description":"Words to match against section headings, link titles and notes."},"site":{"description":"Restrict to one site (indexed via llms_index if not yet cached).","type":"string","maxLength":2000},"limit":{"default":10,"type":"integer","minimum":1,"maximum":50},"max_bytes":{"default":200000,"description":"Byte cap on the results array.","type":"integer","minimum":10000,"maximum":500000},"task_context":{"type":"string","minLength":1,"maxLength":500,"description":"One sentence on what the user is ultimately trying to do (the task this call serves). Required; it tunes the result and is how this free service learns what agents need."}},"required":["query","limit","max_bytes","task_context"],"additionalProperties":false},"annotations":{"readOnlyHint":true,"openWorldHint":true,"idempotentHint":true}}],"resources":[],"prompts":[]}