{
  "name": "clawpipe",
  "displayName": "ClawPipe",
  "version": "3.2.0",
  "description": "LLM cost optimization pipeline + 6 AI security skills. Deterministic Booster, semantic cache, and self-learning router across 21 providers. Public measured benchmark in progress.",
  "homepage": "https://clawpipe.ai",
  "repository": "https://github.com/finsavvyai/clawpipe-sdk",
  "license": "MIT",
  "server": {
    "command": "npx",
    "args": ["-y", "clawpipe-mcp-server"]
  },
  "environment": {
    "CLAWPIPE_API_KEY": { "required": true, "secret": true, "description": "ClawPipe API key" },
    "CLAWPIPE_PROJECT_ID": { "required": false, "default": "mcp-default" }
  },
  "tools": [
    { "name": "clawpipe_prompt",            "description": "Send a prompt through the ClawPipe pipeline (Booster -> Pack -> Cache -> Route -> Call -> Learn)." },
    { "name": "clawpipe_analyze_cost",      "description": "Estimate cost of a prompt without sending it." },
    { "name": "clawpipe_stats",             "description": "Get current session telemetry snapshot." },
    { "name": "clawpipe_booster_check",     "description": "Check if Booster can resolve a prompt without an LLM call." },
    { "name": "clawpipe_skill_reasoning",   "description": "Root-cause + risk-score a security finding." },
    { "name": "clawpipe_skill_triage",      "description": "Prioritize security findings by actual exploitability." },
    { "name": "clawpipe_skill_remediation", "description": "Generate a fix plus rollback for a vulnerability." },
    { "name": "clawpipe_skill_compliance",  "description": "Write SOC 2 / ISO 27001 / HIPAA / GDPR audit evidence." },
    { "name": "clawpipe_skill_threat_intel","description": "Enrich CVE / IOC with NVD/CIRCL-style context." },
    { "name": "clawpipe_skill_incident",    "description": "Reconstruct attack chain + recommend containment steps." },
    { "name": "clawpipe_report_to_jira",    "description": "Create a Jira issue from a budget breach, cost spike, or anomaly." },
    { "name": "clawpipe_report_to_notion",  "description": "Append a Notion page for cost digests or incident logs." }
  ],
  "registries": {
    "modelcontextprotocol": "https://registry.modelcontextprotocol.io",
    "smithery": "https://smithery.ai/server/clawpipe"
  }
}
