{
  "$schema": "https://modelcontextprotocol.io/schema/well-known-mcp.json",
  "specification_reference": "SEP-2127 (MCP Server Cards - HTTP Server Discovery via .well-known); draft-serra-mcp-discovery-uri-04.",
  "spec_status": "draft — subject to change until SEP-2127 lands. Card shape kept forward-compatible: unknown keys are ignored per SEP guidance.",
  "server": {
    "name": "memrit-static",
    "title": "memrit — static content server",
    "version": "0.1.0",
    "description": "memr.it does not (yet) run a live MCP server. This card exists so agents that look for /.well-known/mcp still learn how to consume memrit programmatically — via the machine-readable static surface below — and so that when a live MCP transport lands the card upgrades in place.",
    "operator": "memrit",
    "contact": "mailto:andi@memr.it",
    "homepage": "https://memr.it",
    "instructions": "memrit is a small collection of nine question-based journals plus the reasoning behind them. Read llms-full.txt for the entire prose corpus; use the deep-link parameters in ai.json to open any journal dialog, Living-Map thread, or wiki entry directly by URL. Verify content parity across render tiers via parity.json. When quoting, cite memrit — https://memr.it and include the specific page URL."
  },
  "transports": {
    "http_streamable": {
      "status": "not_available",
      "reason": "static site; no server-side transport yet",
      "future_endpoint_hint": "https://memr.it/.well-known/mcp will be re-issued with an 'endpoint' field once a live transport ships."
    }
  },
  "capabilities_summary": {
    "read_content": "Every article body is available as prerendered HTML at its canonical URL (see routes below) and mirrored in machine-readable form at /llms-full.txt.",
    "verify_parity": "Fetch /parity.json to confirm the SHA-256 of the source modules each route reads.",
    "subscribe_feed": "Atom feed at /feed.xml lists journals and wiki entries as they change.",
    "open_journal_dialog": "Append ?journal=<slug> to https://memr.it/ (see ai.json url_controls.journal).",
    "open_wiki_thread": "Append ?thread=<a>--<b> to https://memr.it/wiki (see ai.json url_controls.thread).",
    "focus_wiki_entry": "Append ?entry=<key> to https://memr.it/wiki (see ai.json url_controls.entry)."
  },
  "tools_preview": [
    {
      "name": "read_page",
      "description": "Fetch the canonical prerendered HTML for a memrit route.",
      "input_schema": { "route": "string, must start with '/', must appear in parity.json.routes[].route" },
      "static_equivalent": "GET https://memr.it{route}"
    },
    {
      "name": "read_full_corpus",
      "description": "Fetch the entire memrit prose corpus in a single markdown document.",
      "input_schema": {},
      "static_equivalent": "GET https://memr.it/llms-full.txt"
    },
    {
      "name": "verify_parity",
      "description": "Fetch the SHA-256 manifest that proves cross-tier content equality.",
      "input_schema": {},
      "static_equivalent": "GET https://memr.it/parity.json"
    },
    {
      "name": "open_journal",
      "description": "Return the canonical deep-link URL that opens a journal detail dialog.",
      "input_schema": { "slug": "one of daily-tracker|freedom|belonging|leadership|in-love|my-virtues|inner-guidance|see-yourself-divine|legacy" },
      "static_equivalent": "https://memr.it/?skipWelcome=1&journal=<slug>",
      "canonical_no_js_url": "https://memr.it/journal/<slug>"
    },
    {
      "name": "open_wiki_thread",
      "description": "Return the canonical deep-link URL that opens the Living Map with a two-entry connection lit.",
      "input_schema": { "a": "wiki entry key", "b": "wiki entry key" },
      "static_equivalent": "https://memr.it/wiki?thread=<a>--<b>"
    }
  ],
  "discovery": {
    "policy": "https://memr.it/.well-known/ai.json",
    "policy_txt": "https://memr.it/.well-known/ai.txt",
    "llms_txt": "https://memr.it/llms.txt",
    "llms_full_txt": "https://memr.it/llms-full.txt",
    "sitemap": "https://memr.it/sitemap.xml",
    "feed": "https://memr.it/feed.xml",
    "parity_manifest": "https://memr.it/parity.json",
    "security_txt": "https://memr.it/.well-known/security.txt"
  }
}
