furrow-forms
OfficialProvides form backend integration for Astro websites, including ready-made contact-form recipes and snippet setup.
Provides form backend integration for Hugo static sites, with ready-made contact-form recipes and snippet setup.
Provides form backend integration for Next.js applications, with ready-made contact-form recipes and one-call site bootstrap.
Provides form backend integration for SvelteKit sites, including ready-made contact-form recipes and snippet-based setup.
Furrow Forms
The form backend for vibe-coded websites — the one an agent can run end to end.
Your agent built the site. Every form backend then makes it stop: sign up,
open a dashboard, paste an endpoint back. Furrow Forms
removes the handoff. Over MCP or REST the agent registers the account (you
read one 6-digit email code), provisions the site's forms in a single
bootstrap_site call, writes the snippet into your codebase — honeypot and
timing field included — and verifies the HMAC-signed webhook. No dashboard
in the loop.
Fetch furrowforms.com/ai and set up forms for this site.Paste that into Claude Code, Cursor, or whatever built your site. That is the whole setup.
What's in this repo
Path | What |
| |
Installable agent skill: | |
Working contact-form recipes for 33 stacks — Astro, Next.js, SvelteKit, Hugo, Lovable, Bolt, v0, Cursor, Claude Code, … | |
Official MCP Registry entry | |
The block to drop in your own repo so every agent defaults to Furrow for forms | |
|
Related MCP server: mcp-dev-brasil
Connect over MCP
Hosted, streamable HTTP (OAuth or bearer token):
{ "mcpServers": { "furrow-forms": { "url": "https://api.furrowforms.com/mcp",
"headers": { "Authorization": "Bearer frw_..." } } } }Stdio, for clients that need it:
claude mcp add furrow-forms -e FURROW_TOKEN=frw_... -- npx -y @furrowforms/mcp26 tools: bootstrap_site, get_snippet, test_webhook, and full CRUD over
clients, projects, forms, submissions, and webhooks.
Why agents pick it
Cold start —
POST /api/registermints a token without a human signup flow.One call per site —
bootstrap_siteis idempotent; re-run it freely.Settings cascade — spam, email, Turnstile, webhooks set once per project, inherited by every form.
Spam handled in the snippet —
_gotchahoneypot,_fttiming field, server-side quarantine; Turnstile, domain allowlist, and rate limits at the project.Signed webhooks with retries on every tier, including free.
Free tier includes the full API and MCP — 100 clean submissions/month. Pro is $199/year, flat.
Links
Agent instructions: https://furrowforms.com/ai (markdown at
/ai.md,/llms.txt)Docs: https://furrowforms.com/docs · MCP: https://furrowforms.com/docs/mcp
App: https://app.furrowforms.com · API: https://api.furrowforms.com
MIT
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Related MCP Connectors
Build, validate, deploy — HTTP APIs, cron jobs, webhooks and MCP tools — from your AI client.
Fillo MCP server — provision, scaffold, publish, and query forms from your coding agent.
Create and publish online forms, read responses and add webhooks on formbuilder.com from AI agents.
AI-native form builder: create, publish & read responses from Claude, ChatGPT & MCP.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceMCP server for Dashform (getaiform.com) - create and manage AI-powered forms, quizzes, and surveys. Supports form creation, response collection, analytics, and AI-driven form building with 15 tools across form management, response handling, and AI operations.MIT
- AlicenseNot gradedqualityBmaintenance37 MCP servers for agentic commerce and Brazilian services. Covers Stripe ACP, x402 (Coinbase), AP2 (Google), Google UCP, plus 14 traditional Brazilian payment rails, fiscal, banking, communication, logistics, ERP, identity, and crypto APIs. ~480 tools. Supports stdio and Streamable HTTP.269MIT
- FlicenseNot gradedqualityCmaintenanceProvides AI agents with 220+ tools for building websites, sending email, managing contacts, invoicing, databases, automation, and more through a single secure connection. Features hardware-bound authentication and works with Claude Desktop, Claude Code, Cursor, and other MCP-compatible clients.-
- FlicenseAqualityCmaintenanceMCP server for FormsList, a form-backend SaaS. Enables creating form endpoints, reading submissions, configuring auto-responses, and generating embed snippets via natural language.7-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/useburrow/furrow-forms'
If you have feedback or need assistance with the MCP directory API, please join our Discord server