# UnofficialOS.com Full Catalog & LLM Integration Reference Title: UnofficialOS — The Independent Directory for Cloudflare OS & AI Agents URL: https://unofficialos.com Description: UnofficialOS.com is an open-source, community-maintained directory of tools, MCP servers, and gadgets for Cloudflare OS and Edge AI agents. --- ## Detailed Tool Specifications ### 1. Cloudflare Agent Wallet Connector - Category: AI Agents - Description: Autonomous micro-payment and billing gateway for Cloudflare OS AI agents using Workers KV and Web Crypto. - GitHub Repository: https://github.com/cloudflare-os/agent-wallet-connector - Cloudflare One-Click Deploy: https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare-os/agent-wallet-connector - Confidence Score: 98% Verified - Tags: cloudflare-os, payments, ai-agents, wallet ### 2. MCP Postgres Gateway for Cloudflare OS - Category: MCP Servers - Description: Model Context Protocol server enabling zero-trust SQL query capabilities for agents over Cloudflare Hyperdrive. - GitHub Repository: https://github.com/mcp-community/mcp-postgres-cf-gateway - Cloudflare One-Click Deploy: https://deploy.workers.cloudflare.com/?url=https://github.com/mcp-community/mcp-postgres-cf-gateway - Confidence Score: 96% Verified - Tags: mcp-server, postgres, hyperdrive, database ### 3. Agentic Firewall Guardrail - Category: Security - Description: Real-time prompt injection, data exfiltration, and tool safety inspector running at Cloudflare Edge. - GitHub Repository: https://github.com/cloudflare-os/agentic-firewall-guardrail - Cloudflare One-Click Deploy: https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare-os/agentic-firewall-guardrail - Confidence Score: 99% Verified - Tags: security, guardrail, prompt-injection, edge ### 4. Vectorize Long-Term Memory Bridge - Category: AI Agents - Description: Persistent memory storage driver connecting Cloudflare Vectorize vector DB to autonomous LLM agents. - GitHub Repository: https://github.com/agent-tools/vectorize-memory-bridge - Cloudflare One-Click Deploy: https://deploy.workers.cloudflare.com/?url=https://github.com/agent-tools/vectorize-memory-bridge - Confidence Score: 95% Verified - Tags: vectorize, memory, embeddings, ai-agents ### 5. R2 Automated ETL Data Pipeline Gadget - Category: DevOps - Description: Event-driven Cloudflare R2 bucket event handler that parses, indexes, and extracts metadata from incoming documents. - GitHub Repository: https://github.com/devops-cf/r2-etl-pipeline-gadget - Cloudflare One-Click Deploy: https://deploy.workers.cloudflare.com/?url=https://github.com/devops-cf/r2-etl-pipeline-gadget - Confidence Score: 94% Verified - Tags: r2, etl, devops, cloudflare-os ### 6. MCP Headless Browser Automation Server - Category: MCP Servers - Description: Model Context Protocol server for Cloudflare Browser Rendering API providing web scraping and form actions for LLMs. - GitHub Repository: https://github.com/mcp-community/mcp-cf-browser-automation - Cloudflare One-Click Deploy: https://deploy.workers.cloudflare.com/?url=https://github.com/mcp-community/mcp-cf-browser-automation - Confidence Score: 97% Verified - Tags: mcp-server, browser-rendering, automation, puppeteer --- ## REST API Specifications for LLMs - GET /api/plugins - Query Params: `q` (string), `category` (string: DevOps | AI Agents | MCP Servers | Security | Productivity) - POST /api/plugins - JSON Body: `{ "title": "...", "description": "...", "category": "...", "github_url": "..." }`