← All WebMCP sites

kulikowski.me

Media & Personalhttps://www.kulikowski.me/listed as of 2026-08-01
Kasper Kulikowski's personal blog.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 77/100 (B).

Tools

list_postsanswerimperative
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.
Input schema
{
  "type": "object",
  "properties": {}
}
get_post_contentanswerimperative
Returns the full text of a single blog post as markdown. Use list_posts first to discover the available slugs.
Input schema
{
  "type": "object",
  "properties": {
    "slug": {
      "type": "string",
      "description": "The post slug as returned by list_posts, e.g. \"what-is-the-agentic-web\"."
    }
  },
  "required": [
    "slug"
  ]
}
set_themeactimperative
Switches this site's color theme and persists the choice for future visits. "system" follows the OS preference.
Input schema
{
  "type": "object",
  "properties": {
    "theme": {
      "type": "string",
      "enum": [
        "light",
        "dark",
        "system"
      ],
      "description": "The theme to apply."
    }
  },
  "required": [
    "theme"
  ]
}
Listings are sourced from public community registries and shown as reported.