MCP

Model Context Protocol

This blog supports the Model Context Protocol. MCP-compatible AI clients — such as Claude Desktop — can connect to this endpoint and read posts, search the archive, or retrieve individual articles without scraping HTML.

Endpointhttps://knitterscheidt.com/api/mcp
TransportStreamable HTTP
Protocol2024-11-05
Authnone (published posts only)

Tools

list_posts(limit?)List recent published posts
get_post(slug)Retrieve full post content (DE + EN)
search_posts(query, lang?)Full-text search across all posts

Claude Desktop

Add the following to your claude_desktop_config.json:

{
  "mcpServers": {
    "knitterscheidt-blog": {
      "url": "https://knitterscheidt.com/api/mcp"
    }
  }
}