{
  "$schema": "https://modelcontextprotocol.io/schemas/mcp.json",
  "name": "RE — Autonomic Physiology & Biofeedback Knowledge Base",
  "description": "Official Web MCP manifest and resource directory for RE (breathe.re), providing clinical-grade knowledge on autonomic regulation, 0.1 Hz resonant breathing, heart rate variability (HRV), and privacy-first biofeedback.",
  "version": "1.103.0",
  "homepage": "https://breathe.re",
  "llms": "https://breathe.re/llms.txt",
  "llms_full": "https://breathe.re/llms-full.txt",
  "resources": [
    {
      "uri": "re://site/summary",
      "name": "RE Site Summary & LLM Index",
      "description": "Structured summary of RE philosophy, biometrics, and published research articles.",
      "mimeType": "text/markdown",
      "url": "https://breathe.re/llms.txt"
    },
    {
      "uri": "re://site/full-knowledge",
      "name": "RE Complete Knowledge Base",
      "description": "Full concatenated text of all website pages, app specifications, and published science articles.",
      "mimeType": "text/markdown",
      "url": "https://breathe.re/llms-full.txt"
    },
    {
      "uri": "re://app/spec",
      "name": "RE App Specification & Biometrics Guide",
      "description": "Detailed guide to Recovery (HRV), Cardiac Coherence, 7-day Balance, and 0.1 Hz breathing protocol.",
      "mimeType": "text/markdown",
      "url": "https://breathe.re/app"
    },
    {
      "uri": "re://blog/index",
      "name": "RE Science & Research Blog Index",
      "description": "List of published research articles and guides on vagus nerve stimulation, ADHD burnout, binaural beats, and PPG technology.",
      "mimeType": "text/markdown",
      "url": "https://breathe.re/blog"
    }
  ],
  "tools": [
    {
      "name": "get_article",
      "description": "Fetch raw markdown text for a specific RE blog article by slug.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "slug": {
            "type": "string",
            "description": "Article slug e.g. coherent-breathing-101, vagus-nerve, adhd-burnout, resonance-heart-rate-scanner"
          }
        },
        "required": [
          "slug"
        ]
      },
      "endpoint": "https://breathe.re/blog/{slug}.md"
    }
  ]
}
