Henrik Bondtofte MCP Server

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.

Endpoint

POST https://mcp.henrik-bondtofte.dk/mcp

Add to Claude Desktop

In Claude Desktop settings → Connectors → Add custom connector:

https://mcp.henrik-bondtofte.dk/mcp

Available tools

Verify it works

curl -X POST https://mcp.henrik-bondtofte.dk/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

Source

Built with TypeScript + Cloudflare Workers. WordPress REST API as backend.

Server: henrik-bondtofte-mcp v0.2.0 | Protocol: 2024-11-05