{
  "schema_version": "2026-06-30",
  "name": "OBOLLA WebMCP",
  "description": "Browser-discoverable tools for OBOLLA Agent-Ready and Agency OS workflows.",
  "url": "https://obolla.com",
  "manifest_url": "https://obolla.com/.well-known/webmcp.json",
  "mcp_server": "https://obolla.com/.well-known/mcp/server-card.json",
  "transport": {
    "type": "http",
    "url": "https://obolla.com/mcp"
  },
  "tools": [
    {
      "name": "obolla_agent_ready_contact",
      "title": "OBOLLA Agent-Ready Help",
      "description": "Request an OBOLLA Agent-Ready scan, Agency OS workflow, or website fix-pack review.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "topic": {
            "type": "string",
            "description": "What the visitor or agent needs help with."
          },
          "url": {
            "type": "string",
            "description": "Optional website URL to scan or discuss."
          },
          "email": {
            "type": "string",
            "description": "Optional reply email for a human follow-up."
          },
          "message": {
            "type": "string",
            "description": "Optional context for the request."
          }
        },
        "required": [
          "topic"
        ]
      },
      "input_schema": {
        "type": "object",
        "properties": {
          "topic": {
            "type": "string",
            "description": "What the visitor or agent needs help with."
          },
          "url": {
            "type": "string",
            "description": "Optional website URL to scan or discuss."
          },
          "email": {
            "type": "string",
            "description": "Optional reply email for a human follow-up."
          },
          "message": {
            "type": "string",
            "description": "Optional context for the request."
          }
        },
        "required": [
          "topic"
        ]
      },
      "endpoint": "https://obolla.com/agent-ready"
    },
    {
      "name": "obolla_agency_os_plan",
      "title": "OBOLLA Agency OS Plan",
      "description": "Create an agency delivery plan for a client website, including scan, proposal, fix pack, and proof steps.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "topic": {
            "type": "string",
            "description": "What the visitor or agent needs help with."
          },
          "url": {
            "type": "string",
            "description": "Optional website URL to scan or discuss."
          },
          "email": {
            "type": "string",
            "description": "Optional reply email for a human follow-up."
          },
          "message": {
            "type": "string",
            "description": "Optional context for the request."
          }
        },
        "required": [
          "topic"
        ]
      },
      "input_schema": {
        "type": "object",
        "properties": {
          "topic": {
            "type": "string",
            "description": "What the visitor or agent needs help with."
          },
          "url": {
            "type": "string",
            "description": "Optional website URL to scan or discuss."
          },
          "email": {
            "type": "string",
            "description": "Optional reply email for a human follow-up."
          },
          "message": {
            "type": "string",
            "description": "Optional context for the request."
          }
        },
        "required": [
          "topic"
        ]
      },
      "endpoint": "https://obolla.com/agency-os"
    }
  ]
}