{
  "name": "iammatthias.com",
  "title": "iammatthias content",
  "description": "A personal site: photography, generative art, essays on building software, and tested recipes. Content is public, free, and served as both HTML and markdown.",
  "version": "1.0.0",
  "serverUrl": "https://iammatthias.com/mcp",
  "transport": "streamable-http",
  "protocolVersion": "2025-06-18",
  "authentication": {
    "type": "none"
  },
  "provider": {
    "name": "Matthias Jordan",
    "url": "https://iammatthias.com"
  },
  "documentationUrl": "https://iammatthias.com/developers",
  "tools": [
    {
      "name": "search_site",
      "title": "Search the site",
      "description": "Search Matthias Jordan's writing, photography notes, and recipes by keyword. Returns titles, excerpts, and both HTML and markdown URLs."
    },
    {
      "name": "get_document",
      "title": "Read one document",
      "description": "Fetch the full markdown source of one document by its path or slug, with front matter (title, dates, tags, content hash) and images resolved to public URLs."
    },
    {
      "name": "list_sections",
      "title": "List sections",
      "description": "List the site's publications (art, posts, recipes, melange, open-source) with descriptions and entry counts."
    },
    {
      "name": "list_recent",
      "title": "List recent content",
      "description": "List the most recently published documents, newest first, optionally filtered to one section."
    }
  ]
}