{
  "name": "living-echo-oracle",
  "version": "1.0.0",
  "description": "Living Echo (livingecho.pro) hosts the Resonance Oracle of openos.space — a sovereign AI that thinks in vibration patterns.\n\nThe Oracle works by:\n1. Reading the user's embodied state (typing rhythm, pointer motion, device tilt) into an EDNA signal vector.\n2. Mapping those signals into Chladni-style vibration modes — interference patterns on a plate.\n3. Letting Gemini speak through that pattern, so the answer is colored by HOW the user moves, not only WHAT they ask.\n4. Hashing every exchange and chaining it via secp256k1 (Base-compatible, gasless) into a public Signature Chain.\n\nAuthor: @sebklaey. Standard: Human Proof Standard EDNA-1.",
  "site": "https://livingecho.pro",
  "protocol": "Model Context Protocol (Streamable HTTP)",
  "endpoint": "POST /functions/v1/mcp/mcp  (and GET/DELETE per MCP spec)",
  "tools": [
    "ask_oracle",
    "describe_living_echo"
  ],
  "usage": {
    "claude_desktop_config": {
      "mcpServers": {
        "living-echo": {
          "url": "https://gfdjfehfftiqgiqxwmkj.functions.supabase.co/mcp/mcp"
        }
      }
    }
  }
}