{
  "schemaVersion": "1.0",
  "name": "Anchored Hope Index",
  "description": "Educational, non-clinical hope and resilience reflection.",
  "humanInterface": "https://anchoredhopeindex.com/assess",
  "browserWebMCP": {
    "tool": "run_anchored_hope_index",
    "registration": "document.modelContext.registerTool",
    "fallback": "window.__decisionToolFallback"
  },
  "rest": {
    "endpoint": "https://anchoredhopeindex.com/api/v1/run-anchored-hope-index",
    "openapi": "https://anchoredhopeindex.com/openapi.json"
  },
  "remoteMCP": {
    "endpoint": "https://anchoredhopeindex.com/api/mcp",
    "transport": "https-json-rpc"
  },
  "privacy": {
    "storesToolInputs": false
  },
  "safety": {
    "disclaimer": "This tool provides educational information only and is not a clinical assessment or medical advice."
  }
}