{
  "description": "MCP server for blode.co. POST JSON-RPC 2.0 requests to this endpoint.",
  "discovery": "https://blode.co/.well-known/mcp.json",
  "methods": [
    "initialize",
    "tools/list",
    "tools/call",
    "ping"
  ],
  "name": "blode-co-content",
  "protocolVersion": "2024-11-05",
  "tools": [
    {
      "description": "List all pages on blode.co that can be fetched as markdown via get_page.",
      "name": "list_pages"
    },
    {
      "description": "Fetch a page from blode.co as markdown. Pass a path like '/about', '/developers', '/privacy', '/schedule', '/schedule/15', '/case-studies/<slug>', '/writing/<slug>', '/llms.txt', or '/llms-full.txt'.",
      "name": "get_page"
    },
    {
      "description": "Case-insensitive substring search across posts. Returns matching post titles, slugs, and intros.",
      "name": "search_writing"
    }
  ],
  "transport": "http",
  "version": "1.0.0"
}