{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card/v1",
  "serverInfo": {
    "name": "llmstxtgen-com",
    "title": "llms.txt Generator",
    "version": "1.0.0",
    "description": "HTTP generate tool: POST /api/generate with a public website URL to receive llms.txt and llms-full.txt.",
    "documentationUrl": "https://llmstxtgen.com/AGENTS.md"
  },
  "protocolVersion": "2025-11-05",
  "transport": {
    "type": "http",
    "url": "https://llmstxtgen.com/api/generate"
  },
  "capabilities": {
    "tools": "static"
  },
  "tools": [
    {
      "name": "generate",
      "description": "Generate spec-style llms.txt and llms-full.txt from a public website URL (up to 20 pages).",
      "inputSchema": {
        "type": "object",
        "required": ["url"],
        "properties": {
          "url": {
            "type": "string",
            "description": "Public website URL to map"
          }
        }
      },
      "annotations": {
        "readOnlyHint": false,
        "destructiveHint": false,
        "idempotentHint": true
      }
    }
  ]
}
