
Form Backend
Connect an agent to a hosted form-backend MCP so you can prototype waitlist and contact forms without standing up a full backend on day one.
Overview
io.github.lazymac2x/form-backend is a MCP server for the Validate phase that lets your agent work with a hosted form-backend API on Cloudflare Workers.
What is this MCP server?
- Cloudflare Workers MCP remote: https://api.lazy-mac.com/form-backend/mcp
- Streamable-http transport per MCP 2025-09-29 server schema
- Form-backend focused API surface for agent-driven form wiring
- Open repository at lazymac2x/form-backend-api for audit or fork
- Hosted remote avoids initial DevOps during validation sprints
- Server version 1.0.0
- 1 streamable-http MCP remote
- Cloudflare Workers hosted endpoint on api.lazy-mac.com
What problem does it solve?
You want to test a landing page with real submissions but dread building and deploying a custom form API before the idea is proven.
Who is it for?
Indie hackers shipping waitlists, beta signups, or contact forms while validating demand.
Skip if: Production apps that need complex multi-tenant auth, payment-linked forms, or strict compliance workflows on day one.
What do I get? / Deliverables
Your agent can integrate against a known form-backend MCP endpoint so validation landings capture leads without a full backend project.
- MCP-registered form-backend remote in your toolchain
- Agent-assisted form endpoint integration on your validation site
- Clear upgrade path via GitHub source if you self-deploy later
Recommended MCP Servers
Journey fit
Validation is when solo builders ship landing pages and capture emails before committing to a production stack. Landing subphase covers lead capture, feedback forms, and smoke-test deployments where a thin form API beats a custom server.
How it compares
Hosted form MCP backend, not a drag-and-drop form builder UI or a CRM skill.
Common Questions / FAQ
Who is io.github.lazymac2x/form-backend for?
Solo builders validating an offer with a landing page who want MCP-driven help wiring form posts to a managed Workers API.
When should I use io.github.lazymac2x/form-backend?
Use it during validate/landing when you need working form submissions before you invest in a dedicated backend service.
How do I add io.github.lazymac2x/form-backend to my agent?
Add the remote https://api.lazy-mac.com/form-backend/mcp as a streamable-http MCP server in your agent settings using the published server name io.github.lazymac2x/form-backend.