INDIVIDUAL MCP TOOL
validate_llms_txt
Prüft den Inhalt einer llms.txt gegen den Formatvorschlag von llmstxt.org: H1, Zusammenfassung, H2-Abschnitte, absolute Links, Duplikate, Links auf fremde Domains, Dateigröße und Aktualisierungsdatum.
LIVE ENDPOINT
https://www.llms-txt-generator.de/api/mcp
Connect to this endpoint to inspect the live schema for validate_llms_txt and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.de-llms-txt-generator-llms-txt]
url = "https://www.llms-txt-generator.de/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"de-llms-txt-generator-llms-txt": {
"type": "http",
"url": "https://www.llms-txt-generator.de/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: de-llms-txt-generator-llms-txt
Remote MCP URL: https://www.llms-txt-generator.de/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"de-llms-txt-generator-llms-txt": {
"url": "https://www.llms-txt-generator.de/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"de-llms-txt-generator-llms-txt": {
"type": "http",
"url": "https://www.llms-txt-generator.de/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "de-llms-txt-generator-llms-txt",
"transport": "streamable-http",
"url": "https://www.llms-txt-generator.de/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
generate_llms_txt— Crawlt bis zu 15 öffentliche HTML-Seiten einer Domain und erzeugt daraus einen fertigen llms.txt-Entwurf.check_published_llms_txt— Ruft die live ausgelieferte /llms.txt einer Domain ab und prüft HTTP-Status, Content-Type und Inhalt.check_lighthouse_agentic_browsing— Prüft einen llms.txt-Inhalt exakt gegen die drei Regeln des Lighthouse-Audits llms-txt (Lighthouse 13.3): H1 vorhanden, mindestens ein Markdown-Link, mehr als 50 Zeichen.