Skip to main content
ClaudeWave

The form backend for vibe-coded websites — MCP server, agent skill, and examples for 33 stacks

MCP ServersRegistry oficial0 estrellas0 forksShellMITActualizado today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 8/27/2026
Install in Claude Code / Claude Desktop
Method: NPX · @furrowforms/mcp
Claude Code CLI
claude mcp add furrow-forms -- npx -y @furrowforms/mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "furrow-forms": {
      "command": "npx",
      "args": ["-y", "@furrowforms/mcp"],
      "env": {
        "FURROW_TOKEN": "<furrow_token>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
FURROW_TOKEN
Casos de uso

Resumen de MCP Servers

# 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](https://furrowforms.com)
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 |
|---|---|
| [`packages/mcp`](packages/mcp) | `@furrowforms/mcp` — stdio bridge to the hosted MCP server (`npx -y @furrowforms/mcp`) |
| [`skills/furrow-forms`](skills/furrow-forms) | Installable agent skill: `npx skills add useburrow/furrow-forms --skill furrow-forms` |
| [`examples/`](examples) | Working contact-form recipes for 33 stacks — Astro, Next.js, SvelteKit, Hugo, Lovable, Bolt, v0, Cursor, Claude Code, … |
| [`server.json`](server.json) | Official MCP Registry entry |
| [`AGENTS.md`](AGENTS.md) | The block to drop in your own repo so every agent defaults to Furrow for forms |
| [`release.sh`](release.sh) | `./release.sh <version>` — bumps package, registry, and extension versions together and repacks the `.mcpb` |

## Connect over MCP

Hosted, streamable HTTP (OAuth or bearer token):

```json
{ "mcpServers": { "furrow-forms": { "url": "https://api.furrowforms.com/mcp",
  "headers": { "Authorization": "Bearer frw_..." } } } }
```

Stdio, for clients that need it:

```bash
claude mcp add furrow-forms -e FURROW_TOKEN=frw_... -- npx -y @furrowforms/mcp
```

26 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/register` mints a token without a human signup flow.
- **One call per site** — `bootstrap_site` is idempotent; re-run it freely.
- **Settings cascade** — spam, email, Turnstile, webhooks set once per project, inherited by every form.
- **Spam handled in the snippet** — `_gotcha` honeypot, `_ft` timing 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
astroclaude-codecontact-formcursorform-backendmcpmcp-servernextjsvibe-codingwebhooks

Lo que la gente pregunta sobre furrow-forms

¿Qué es useburrow/furrow-forms?

+

useburrow/furrow-forms es mcp servers para el ecosistema de Claude AI. The form backend for vibe-coded websites — MCP server, agent skill, and examples for 33 stacks Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-26.

¿Cómo se instala furrow-forms?

+

Puedes instalar furrow-forms clonando el repositorio (https://github.com/useburrow/furrow-forms) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar useburrow/furrow-forms?

+

Nuestro agente de seguridad ha analizado useburrow/furrow-forms y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene useburrow/furrow-forms?

+

useburrow/furrow-forms es mantenido por useburrow. La última actividad registrada en GitHub es del 2026-08-26, con 0 issues abiertos.

¿Hay alternativas a furrow-forms?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega furrow-forms en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: useburrow/furrow-forms
[![Featured on ClaudeWave](https://claudewave.com/api/badge/useburrow-furrow-forms)](https://claudewave.com/repo/useburrow-furrow-forms)
<a href="https://claudewave.com/repo/useburrow-furrow-forms"><img src="https://claudewave.com/api/badge/useburrow-furrow-forms" alt="Featured on ClaudeWave: useburrow/furrow-forms" width="320" height="64" /></a>

Más MCP Servers

Alternativas a furrow-forms