← All WebMCP sites

iammatthias.com

Media & Personalhttps://iammatthias.com/listed as of 2026-08-22
Matthias Jordan's cozy corner of the web. Photographs, projects, recipes, and notes, open and personal.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 70/100 (B).

Tools

search_siteanswerimperative
Search this site's writing, photography notes, and recipes by keyword. Returns titles, excerpts, and both HTML and markdown URLs.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Search terms."
    },
    "limit": {
      "type": "integer",
      "description": "Maximum hits (1-50, default 10)."
    }
  },
  "required": [
    "query"
  ]
}
list_contentanswerimperative
List published entries on this site, newest first, optionally filtered to one section (art, posts, recipes, melange, open-source) or one tag.
Input schema
{
  "type": "object",
  "properties": {
    "section": {
      "type": "string",
      "description": "Section slug."
    },
    "tag": {
      "type": "string",
      "description": "Tag to filter by."
    },
    "limit": {
      "type": "integer",
      "description": "Maximum items."
    }
  }
}
read_current_pageanswerimperative
Return the markdown source of the page currently open, with front matter and images resolved to public URLs. Cheaper and cleaner than parsing the rendered DOM.
Input schema
{
  "type": "object",
  "properties": {}
}
open_entryactimperative
Navigate the browser to a specific entry on this site by its path or slug, e.g. 'posts/1779066375000-farfield'.
Input schema
{
  "type": "object",
  "properties": {
    "path": {
      "type": "string",
      "description": "Entry path or slug."
    }
  },
  "required": [
    "path"
  ]
}
Listings are sourced from public community registries and shown as reported.