AI & Machine Learning
llms-txt-generator.de
Generates, validates, and checks llms.txt files for websites to improve AI agent discovery and browsing.
ENDPOINT 1
https://www.llms-txt-generator.de/api/mcp
MCP server metadata
- Name
- de.llms-txt-generator/llms-txt
- Version
- 1.0.0
Known tools 4
generate_llms_txtCrawlt bis zu 15 öffentliche HTML-Seiten einer Domain und erzeugt daraus einen fertigen llms.txt-Entwurf.
Inferred read-onlyvalidate_llms_txtPrü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.
Inferred read-onlycheck_published_llms_txtRuft die live ausgelieferte /llms.txt einer Domain ab und prüft HTTP-Status, Content-Type und Inhalt.
Inferred read-onlycheck_lighthouse_agentic_browsingPrü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.
Inferred read-onlyCONNECT 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.
ENDPOINT 2
https://www.llms-txt-generator.de
MCP server metadata
- Name
- WebMCP
Known tools 1
generate_llms_txt_from_websiteAnalysiert eine öffentliche Website und erzeugt nach Bestätigung durch den Nutzer einen editierbaren llms.txt-Entwurf mit Quellen und Validierung.
Inferred read-onlyCONNECT 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.webmcp]
url = "https://www.llms-txt-generator.de"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webmcp": {
"type": "http",
"url": "https://www.llms-txt-generator.de"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webmcp
Remote MCP URL: https://www.llms-txt-generator.de
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": {
"webmcp": {
"url": "https://www.llms-txt-generator.de"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webmcp": {
"type": "http",
"url": "https://www.llms-txt-generator.de"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webmcp",
"transport": "streamable-http",
"url": "https://www.llms-txt-generator.de"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.