WebMCP

MediaWebMCP verified

kulikowski.me WebMCP tools

Kasper Kulikowski's personal blog.

3 tools1 methodsspec API surface

What can an agent do with kulikowski.me WebMCP tools?

Kasper Kulikowski's personal blog. 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 kulikowski.me

Tool 1 of 3WebMCPAnswer

list_posts

Lists every blog post on this site, newest first, with title, summary, publication date, tags, slug, and URLs for both the HTML page and the raw markdown.

How to install

Open the kulikowski.me website and ask your browser agent to use list_posts

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_posts tool on kulikowski.me. Return the structured result and cite the source page.

Input contract

    Open the source definition

    Tool 2 of 3WebMCPAnswer

    get_post_content

    Returns the full text of a single blog post as markdown. Use list_posts first to discover the available slugs.

    How to install

    Open the kulikowski.me website and ask your browser agent to use get_post_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 get_post_content tool on kulikowski.me with slug: <string>. Return the structured result and cite the source page.

    Input contract

    • slug string The post slug as returned by list_posts, e.g. "what-is-the-agentic-web".

    Open the source definition

    Tool 3 of 3WebMCPAction

    set_theme

    Switches this site's color theme and persists the choice for future visits. "system" follows the OS preference.

    How to install

    Open the kulikowski.me website and ask your browser agent to use set_theme

    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 set_theme tool on kulikowski.me with theme: <string>. Return the structured result and cite the source page.

    Input contract

    • theme string The theme to apply.

    Open the source definition