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.
| Endpoint | https://knitterscheidt.com/api/mcp |
| Transport | Streamable HTTP |
| Protocol | 2024-11-05 |
| Auth | none (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"
}
}
}