{"openapi":"3.0.1","info":{"title":"UnofficialOS Cloudflare OS & MCP Server Registry API","description":"API for discovering, searching, and submitting Cloudflare OS Gadgets, Skills, MCP Servers, and AI Agent workflows.","version":"v1.0.0"},"servers":[{"url":"https://unofficialos.com"}],"paths":{"/api/plugins":{"get":{"operationId":"getPlugins","summary":"Search and filter Cloudflare OS tools and MCP servers","parameters":[{"name":"q","in":"query","description":"Search query string (keyword, title, description, or tag)","required":false,"schema":{"type":"string"}},{"name":"category","in":"query","description":"Filter by category (AI Agents, MCP Servers, Security, DevOps, Productivity)","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successful list of Cloudflare OS tools","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"category":{"type":"string"},"github_url":{"type":"string"},"stars":{"type":"integer"},"confidence_score":{"type":"integer"},"deploy_url":{"type":"string"}}}}}}}}},"post":{"operationId":"submitPlugin","summary":"Submit a new Cloudflare OS repository to the registry","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["title","github_url"],"properties":{"title":{"type":"string"},"description":{"type":"string"},"category":{"type":"string"},"github_url":{"type":"string"}}}}}},"responses":{"201":{"description":"Successfully indexed repository"}}}}}}