{
  "name": "Tim Benniks",
  "description": "Public read-only MCP tools for timbenniks.dev — search writing and videos, fetch markdown content, press kit, and booking info for Tim Benniks.",
  "icon": "https://timbenniks.dev/favicon.ico",
  "homepage": "https://timbenniks.dev/",
  "documentation": "https://timbenniks.dev/developers",
  "agents_guide": "https://timbenniks.dev/agents.md",
  "llms": "https://timbenniks.dev/llms.txt",
  "tools_catalog": "https://timbenniks.dev/tools.json",
  "openapi": "https://timbenniks.dev/openapi.json",
  "endpoint": "https://timbenniks.dev/api/mcp",
  "handshake": "https://timbenniks.dev/.well-known/mcp",
  "transport": "streamable-http",
  "authentication": {
    "required": false
  },
  "note": "GET returns this discovery document. POST JSON-RPC 2.0 (initialize, tools/list, tools/call) to this same URL, or to `endpoint`, for a live handshake.",
  "capabilities": {
    "tools": [
      "get_page_context",
      "search_site",
      "list_content",
      "get_content",
      "get_press_kit",
      "request_booking"
    ]
  }
}
