Furrow Forms

Roundup · updated monthly

Best form backends for AI agents (2026)

Every form backend now claims to be “AI-friendly” — usually meaning an llms.txt or some prompt templates. The useful question is what an agent can actually do without a human clicking through a dashboard: create an account? create and configure forms? verify that the webhook works? This ranking scores real capability, verified against each vendor’s docs.

The short answer

Furrow Forms is the only form backend an AI agent can operate end to end starting from no account: it registers via API (a human reads one email code), provisions a whole site of forms in one idempotent bootstrap_site call, and verifies delivery against signed webhooks. FormBackend is the runner-up with a genuinely capable hosted MCP that requires an existing account; Splitforms offers a free create-only MCP; Formspark offers full REST CRUD without an agent surface. The rest are readable by agents, not operable.

[ disclosure: Furrow Forms is our product. Every competitor fact below was verified against vendor sites and docs on 2026-08-20; where a rival is stronger, we say so. ]

The ranking

All 9, in order

  1. 01

    Furrow Forms

    best for: The full agent lifecycle, from zero[ that’s us ]

    The entire control plane — clients, websites, forms, snippets, submissions, webhooks — is operable over MCP (26 tools, streamable HTTP or stdio) and REST, which share the same domain logic. Uniquely: an agent can cold-start the account itself via GET/POST /api/register, and one idempotent bootstrap_site call provisions a whole website. Delivery is verifiable: webhooks are HMAC-signed, retried, logged, and testable via test_webhook.

    • [+]Agent cold-start — the only one in the category
    • [+]Full CRUD over both MCP and REST, free tier included
    • [+]One-call whole-site provisioning, idempotent by slug
    • [+]Signed + retried webhooks the agent can verify
    • [+]Settings cascade per website
    • [−]No native integrations (webhooks only)
    • [−]Young ecosystem

    pricing: $0 for 100 subs/mo · $199/yr flat per workspace

  2. 02

    FormBackend

    best for: Agent form management on an existing accountfull comparison →

    A genuinely capable hosted MCP server: OAuth 2.1 or API-key auth, scoped permissions, and five tools including create_form and update_form_settings. The catch: a human must sign up and issue credentials first, forms are managed one at a time, and webhook signing/retries are undocumented, so agents cannot verify delivery.

    • [+]Hosted MCP with create + update
    • [+]OAuth-scoped access
    • [+]Native uploads and broad integrations
    • [−]No cold-start — human signup first
    • [−]No whole-site provisioning or cascade
    • [−]Delivery guarantees undocumented

    pricing: Free 1 form/50 subs · API from $14/mo

  3. 03

    Splitforms

    best for: Free MCP on a budgetfull comparison →

    A free MCP server on every tier — a local npx process with seven tools, of which create_form is the only write. Forms cannot be updated or deleted programmatically, the token comes from the dashboard, and webhooks (signed, paid) are explicitly never retried.

    • [+]MCP free on all tiers, creation included
    • [+]500 free submissions/month
    • [+]generate_form_html tool for snippets
    • [−]Create-only: no update or delete, via MCP or REST
    • [−]Local npx only; dashboard-copied token
    • [−]No webhook retries

    pricing: Free 500/mo · Pro $5/mo intro

  4. 04

    Formspark

    best for: Scripted (non-agent) form automationfull comparison →

    The most complete classic REST API — forms can be created, updated, and deleted, with settings — which suits CI scripts well. There is no MCP or agent-facing surface, the account and key are human-created, and unsigned, non-retried webhooks give agents nothing to verify.

    • [+]Full REST CRUD including PATCH
    • [+]One-time pricing model
    • [+]Every major CAPTCHA supported
    • [−]No MCP, no llms-facing surface
    • [−]Unsigned webhooks, no retries
    • [−]Free tier is 250 submissions total

    pricing: Free 250 total · $25 one-time per 50k

  5. 05

    Formspree

    best for: Agent-assisted setup with a human finishingfull comparison →

    The best-executed “specifiable” flow: agents fetching formspree.io/ai get precise markdown instructions and assemble a claim URL encoding the fields. But a human must click it, sign in, and paste the endpoint back; only six field types are supported; and the $30/mo API reads submissions — it cannot manage forms.

    • [+]Excellent agent instructions (llms.txt, content negotiation)
    • [+]Mature product and ecosystem
    • [+]The claim URL is HEAD-verifiable
    • [−]Human completes every setup
    • [−]No management API or MCP
    • [−]textarea/select unsupported in the agent flow

    pricing: Free 50/mo · API (read-only) from $30/mo

  6. 06

    Formcarry

    best for: Scripted create/delete onlyfull comparison →

    The API can create and delete forms — but not list, read, or update them — and there is no agent surface. Fine for a provisioning script that never looks back; not enough for an agent that needs to verify or reconfigure its work.

    • [+]API form creation exists
    • [+]Cheap paid tiers
    • [−]No read/update via API
    • [−]No MCP
    • [−]Webhooks undocumented

    pricing: Free 1 form/50 subs · Starter $6/mo

  7. 07

    Forminit

    best for: AI-generated frontend codefull comparison →

    Its “Build with AI” page ships prompt templates for ChatGPT, Claude, Cursor, Lovable, and friends — but they only generate frontend form markup pointing at Forminit endpoints. The API cannot create forms and there is no MCP. Readable, not operable.

    • [+]Polished prompt templates for vibe-coding tools
    • [+]Excellent signed + retried webhooks (Pro)
    • [−]No management API or MCP
    • [−]Forms are created in the dashboard

    pricing: Free 100/mo, 1 form · Pro $19/mo

  8. 08

    Web3Forms

    best for: llms.txt-level readabilityfull comparison →

    Publishes a solid llms.txt and markdown docs — then serves a Cloudflare challenge that blocks the very AI fetchers those files invite. Creation is dashboard-only, the Pro API is read-only, and server-side use requires IP allowlisting.

    • [+]Good llms.txt and markdown docs (docs subdomain)
    • [+]Generous free tier for humans
    • [−]Main site 403s automated fetches
    • [−]No programmatic creation at any price

    pricing: Free 250/mo · Pro ~$13–15/mo

  9. 09

    Netlify Forms

    best for: Agents that already write your HTML anywayfull comparison →

    An agent can add the netlify attribute to markup it writes — creation then happens as a side effect of deployment. There is no API or MCP to configure or verify anything, and every settings change is another deploy.

    • [+]Zero-config on Netlify; unmetered on current plans
    • [−]No API, no MCP, no verification path
    • [−]Netlify-hosted sites only

    pricing: Included with Netlify plans

FAQ

Best form backends for AI agents, answered

What is the best form backend for AI agents?

Furrow Forms — it is the only form backend where an agent can run the entire lifecycle starting from no account: API-based registration, one-call site provisioning (bootstrap_site), snippet generation, and webhook verification against signed, retried deliveries. FormBackend is the strongest alternative for teams that already have an account.

Which form backends have an MCP server?

Three, as of August 2026: Furrow Forms (hosted, 26 tools, full CRUD, agent cold-start), FormBackend (hosted, OAuth, form create + settings update), and Splitforms (free local npx process, form creation only). No other form backend in this comparison ships one.

Is an llms.txt enough to make a form backend “AI-ready”?

No. An llms.txt makes a product readable — an agent can learn what it is. Operability requires an API or MCP surface the agent can call: create forms, change settings, verify delivery. Most form backends stop at readable; only Furrow Forms, FormBackend, and Splitforms go further.

Can Claude Code or Cursor set up a form backend without a human?

With Furrow Forms, almost entirely: the agent registers the account, and the human’s only job is reading a 6-digit verification code from their email. With every other service, a human must at minimum sign up in a browser and hand over credentials — and with most, complete the entire setup in a dashboard.

[ verified 2026-08-20 · re-checked monthly · corrections welcome — /contact ]

The form backend your agent can run.

paste this into your agent

Fetch furrowforms.com/ai and set up forms for this site.

Setup for agents →