A lightweight form backend running on Cloudflare Workers that exposes both REST and MCP interfaces. You get JSON-RPC 2.0 endpoints for handling form submissions without maintaining your own server infrastructure. Reach for this when you need Claude to process, validate, or route form data through a serverless backend, especially if you're already working with Cloudflare's edge network. The dual transport support means you can interact with it via standard HTTP or MCP's streamable protocol. Useful for prototyping contact forms, feedback systems, or any data collection workflow where you want Claude to participate in the submission pipeline without writing backend code from scratch.
claude mcp add --transport http io.github.lazymac2x-form-backend https://api.lazy-mac.com/form-backend/mcp