{
  "name": "mlzen",
  "description": "mlzen — Zen of the Machine. A dark, brutalist-editorial intel zine on tech, GenAI, and cybersecurity for curious generalists. This MCP server exposes the full catalogue (intel briefs, essays, explainers) to agents, read-only.",
  "version": "1.0.0",
  "endpoint": "https://mlzen.com/mcp",
  "transport": "streamable-http",
  "authentication": "none",
  "tools": [
    {
      "name": "list_posts",
      "description": "List posts newest-first with summary metadata (slug, title, description, date, tags). Filter by tag and/or a since date."
    },
    {
      "name": "get_post",
      "description": "Fetch a single post by slug: full markdown body, metadata, cited sources, canonical URL, and AI-drafting disclosure flags."
    },
    {
      "name": "search_posts",
      "description": "Full-text search across titles, descriptions, and bodies; returns ranked matches with snippets."
    },
    {
      "name": "get_site_info",
      "description": "Masthead, topics, feed and llms.txt URLs, MCP endpoint, and the editorial / AI-disclosure policy."
    }
  ],
  "documentation": "https://mlzen.com/agents"
}
