{
  "schema_version": "2026-01-01",
  "name": "OBOLLA MCP",
  "description": "OBOLLA public website and agent discovery metadata.",
  "url": "https://obolla.com/mcp",
  "protocol": "mcp",
  "transport": {
    "type": "http",
    "url": "https://obolla.com/mcp"
  },
  "auth": {
    "type": "none",
    "instructions": "https://obolla.com/auth.md"
  },
  "tools": [
    {
      "name": "site_discovery",
      "description": "Read public OBOLLA discovery and contact information."
    },
    {
      "name": "get_agent_ready_fix_pack",
      "description": "Return pack_url for a paid Agent-Ready scan. GET pack_url for full fix_pack JSON — no paste required."
    },
    {
      "name": "apply_agent_ready_fix",
      "description": "Log Agent-Ready apply and optional auto-deploy. Pass url only; omit fix_pack when using pack_url fetch."
    }
  ]
}