The form backend your AI agent installs
Point your AI coding agent at Formpaste's MCP server and it creates a form, wires the snippet into your site, and proves it is live. No server, no DNS, no backend to build.
Your agent sets it up
Three steps, then just ask. Your agent does the rest.
Mint a token
In the dashboard, open Settings then API & MCP and generate a token. Choose the setup scope so the agent can create and wire forms without reading submissions.
Connect your agent
Add the Formpaste MCP server to your coding agent with one command.
claude mcp add formpaste --transport http https://api.formpaste.com/mcp \
--header "Authorization: Bearer fpat_YOUR_TOKEN"Works in Cursor, Codex, Claude Desktop, and VS Code too. See the docs for every client.
Prompt it
Ask your agent to build the form. It creates it, wires the snippet, and sends a test submission to confirm it is receiving.
Using the Formpaste MCP server, create a contact form, wire the snippet into my site, then send a test submission and confirm the form is receiving.Why hand it to your agent
It works from your editor
After a one-time token from the dashboard, the agent creates and wires every form from your editor. No going back to the dashboard per form.
It verifies its own work
A test submission proves the form is live and receiving before you move on. No manual check, no guessing.
Least-privilege by default
A setup-scoped token can create and wire forms but can never read a visitor's submission. Safe to hand to an autonomous agent.
No CAPTCHA
Spam is filtered automatically and held for review. Nothing is silently dropped, and your visitors never solve a puzzle.
What your agent can do
Six MCP tools cover the whole loop: create and wire a form, verify it is live, and read submissions. A setup-scoped token can do everything except read submission content, so an agent never touches a visitor's data.
create_form
Create a form and get back its access key and a wired snippet.
get_snippet
Fetch a copy-paste snippet for any framework.
list_forms
List your forms to discover ids or confirm one exists.
get_form
Read a form's config to verify it is wired correctly.
send_test_submission
Store a test submission to prove a form is live. No email, no quota impact.
list_submissions
Read submissions, metadata by default and full content on opt-in.
Let your agent build the form
Start free, then hand the setup to your AI coding agent.