WebMCP

MediaWebMCP verified

iammatthias.com WebMCP tools

Matthias Jordan's cozy corner of the web. Photographs, projects, recipes, and notes, open and personal.

4 tools1 methodsspec API surface

What can an agent do with iammatthias.com WebMCP tools?

Matthias Jordan's cozy corner of the web. Photographs, projects, recipes, and notes, open and personal. This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.

WebMCP tools on iammatthias.com

Tool 1 of 4WebMCPAnswer

search_site

Search this site's writing, photography notes, and recipes by keyword. Returns titles, excerpts, and both HTML and markdown URLs.

How to install

Open the iammatthias.com website and ask your browser agent to use search_site

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the search_site tool on iammatthias.com with query: <string>, limit: <integer>. Return the structured result and cite the source page.

Input contract

  • query string Search terms.
  • limit integer Maximum hits (1-50, default 10).

Open the source definition

Tool 2 of 4WebMCPAnswer

list_content

List published entries on this site, newest first, optionally filtered to one section (art, posts, recipes, melange, open-source) or one tag.

How to install

Open the iammatthias.com website and ask your browser agent to use list_content

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the list_content tool on iammatthias.com with section: <string>, tag: <string>, limit: <integer>. Return the structured result and cite the source page.

Input contract

  • section string Section slug.
  • tag string Tag to filter by.
  • limit integer Maximum items.

Open the source definition

Tool 3 of 4WebMCPAnswer

read_current_page

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.

How to install

Open the iammatthias.com website and ask your browser agent to use read_current_page

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the read_current_page tool on iammatthias.com. Return the structured result and cite the source page.

Input contract

    Open the source definition

    Tool 4 of 4WebMCPAction

    open_entry

    Navigate the browser to a specific entry on this site by its path or slug, e.g. 'posts/1779066375000-farfield'.

    How to install

    Open the iammatthias.com website and ask your browser agent to use open_entry

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the open_entry tool on iammatthias.com with path: <string>. Return the structured result and cite the source page.

    Input contract

    • path string Entry path or slug.

    Open the source definition