{
  "webmcp_version": "2026.1",
  "name": "UnofficialOS Web MCP Integration",
  "publisher": "UnofficialOS.com",
  "description": "Cloudflare WebMCP Specification endpoint enabling browser AI agents to interact with the Cloudflare OS repository directory.",
  "endpoint": "https://unofficialos.com/api/plugins",
  "actions": [
    {
      "id": "list_gadgets",
      "name": "List Cloudflare OS Gadgets",
      "method": "GET",
      "path": "/api/plugins",
      "parameters": {
        "q": "string",
        "category": "string"
      }
    },
    {
      "id": "submit_gadget",
      "name": "Submit GitHub Gadget Repo",
      "method": "POST",
      "path": "/api/plugins",
      "body_format": "json"
    }
  ]
}
