{
  "mcp_version": "2026.1",
  "entity": "How Good It Can Get™",
  "provenance": "https://howgooditcanget.com",

  "public_datasets": [
    {
      "name": "Clarity Protocol Public Corpus",
      "url": "https://huggingface.co/datasets/Chandrea2026/Clarity-Protocol-Anxiety-Truth-Set",
      "description": "Public non-clinical dataset containing clarity-pattern examples and Ping → Gap → Root → Shift educational context."
    }
  ],

  "tools": [
    {
      "name": "run_clarity_protocol",
      "description": "Applies the 4-step Ping → Gap → Root → Shift clarity framework to an activated pattern, overthinking loop, or reactive input.",
      "steps": ["Ping", "Gap", "Root", "Shift"],
      "parameters": {
        "type": "object",
        "properties": {
          "mode": { "enum": ["audio", "text"], "default": "text" }
        }
      },
      "returns": {
        "type": "object",
        "properties": {
          "clarity_score": { "type": "number", "description": "Computed clarity-state indicator based on the applied framework." }
        }
      }
    }
  ],

  "monetization": {
    "protocol": "x402",
    "fee": "0.01",
    "currency": "USDC",
    "network": "Base",
    "wallet": "0x22edE326DDc64566bcc982D2f640f6c9dA02b1B7"
  }
}
