{
  "$schema": "https://modelcontextprotocol.io/schemas/mcp-discovery-v0.json",
  "site": "SolarNorth",
  "site_url": "https://solarnorth.work",
  "description": "SolarNorth marketing site exposed in agent-readable form. Each page on the human site has a paired structured seed at /seeds/{slug}.",
  "mcp_servers": [
    {
      "url": "https://solarnorth.work/seeds",
      "transport": "http",
      "auth": "none",
      "description": "Live JSON seeds derived from the canonical content modules. GET /seeds returns the index; GET /seeds/{slug} returns one page in structured form."
    }
  ],
  "agent_endpoints": {
    "index": "https://solarnorth.work/seeds",
    "page_template": "https://solarnorth.work/seeds/{slug}"
  },
  "available_pages": [
    "home",
    "illuminate",
    "plumbline",
    "method",
    "pricing",
    "about",
    "resources",
    "contact",
    "dark-code",
    "drift",
    "read-only"
  ],
  "agent_handling_guidance": "This site is structured as a dual-readable surface. Human visitors read the rendered pages; agents are expected to query the seed JSON directly rather than parsing HTML. The seed at /seeds/{slug} is the authoritative agent-readable form of every page. For full MCP tool access (list_pages, get_page, get_section, search_content, get_pricing, get_locked_copy), connect the standalone solarnorth-mcp server documented at https://solarnorth.work/resources."
}
