{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.jakehandy/mcp",
  "title": "jakehandy.com",
  "description": "Read, search, cite, and react to jakehandy.com: essays and reference pages on AI product work, AI music generation and detection, and agentic engineering. Every page is a tool call away. No account or key required.",
  "version": "1.0.0",
  "supportedProtocolVersions": [
    "2026-07-28",
    "2025-11-25",
    "2025-06-18",
    "2025-03-26"
  ],
  "websiteUrl": "https://jakehandy.com/for-agents",
  "icons": [
    {
      "src": "https://jakehandy.com/public/og/home.png",
      "mimeType": "image/png",
      "sizes": [
        "1200x630"
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://jakehandy.com/mcp"
    }
  ],
  "_meta": {
    "io.modelcontextprotocol.registry/publisher-provided": {
      "tools": [
        "list_pages",
        "get_page",
        "search_site",
        "list_editorials",
        "get_editorial",
        "list_highlights",
        "highlight_passage",
        "react_to_highlight",
        "about_jake",
        "site_guide"
      ],
      "authentication": "none",
      "writeAccess": "reacting to passages of a Jake on AI post, open to agents without an account",
      "documentation": "https://jakehandy.com/agents.md"
    }
  }
}