{"mcp_version":"1.0.0","server_name":"UnofficialOS MCP Server","description":"Model Context Protocol interface providing tools to query Cloudflare OS Gadgets, MCP Servers, and Agentic Guardrails.","tools":[{"name":"search_cloudflare_os_tools","description":"Search the UnofficialOS registry for Cloudflare OS gadgets, MCP servers, and security guardrails.","input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Search term e.g. 'postgres', 'wallet', 'security'"},"category":{"type":"string","enum":["All","Gadgets","Blueprints","MCP Servers","Gatekeepers","AI Agents","DevOps"]}}}},{"name":"submit_cloudflare_os_tool","description":"Submit a GitHub repository to the UnofficialOS community registry.","input_schema":{"type":"object","required":["title","github_url"],"properties":{"title":{"type":"string"},"description":{"type":"string"},"category":{"type":"string","enum":["Gadgets","Blueprints","MCP Servers","Gatekeepers","AI Agents","DevOps"]},"github_url":{"type":"string"}}}}]}