LIVE A real Model Context Protocol server. Not metadata. Not theater.
This endpoint exposes henrik-bondtofte.dk as a live data source for AI agents (Claude Desktop, Cursor, Codex, etc.) over JSON-RPC 2.0.
POST https://mcp.henrik-bondtofte.dk/mcp
In Claude Desktop settings → Connectors → Add custom connector:
https://mcp.henrik-bondtofte.dk/mcp
search_posts - Search blog posts by queryget_post - Fetch full content of a specific post by sluglist_categories - List all categories on the bloglist_recent_posts - Get most recent postsget_topic_authority - Get all posts about a topic, ranked by relevancecurl -X POST https://mcp.henrik-bondtofte.dk/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
Built with TypeScript + Cloudflare Workers. WordPress REST API as backend.
Server: henrik-bondtofte-mcp v0.2.0 | Protocol: 2024-11-05