Programmable form platform·MCP·API·Result Intelligence

Forms that think.
Data that speaks.
Any agent can build.

Most form tools stop at “Thanks for your response.” We start there. Author by chat. Wire in your APIs. Drive Askery from Claude, Cursor, or any agent that speaks MCP. Every respondent gets a personalized AI result the second they submit.

Start free

Free forever · No card · Unlimited forms · see a sample personalized result ↗

01 · Build

Type it. Ship it.

Conditional logic is a checkbox. Templates are a list. Drag-and-drop is twenty years old. None of that is why you're here. Describe what you need in a sentence and the AI authors the questions, options, branching, copy, and theme as real, editable structure - then keeps editing live as you refine by chat.

  • AI authors fields, options, logic, copy and theme, all from a sentence
  • Drag-and-drop builder for pixel control when you want it
  • Every change auto-versioned with field-by-field diff
See the AI editor
AI editor authoring a form from a single sentence

02 · Programmable

The form is also an API.

Connectors call your APIs mid-response: populate a dropdown from your CRM, build a picture-choice grid from your product catalog, look up a record before the next question, route on a live signal. Workspace secrets keep your credentials out of every form. HMAC-signed webhooks reach everything else. A full public REST API + 32-tool MCP server give you the same surface from outside the dashboard.

  • Connectors: call your APIs to populate options, image grids, or look up records
  • Workspace secrets vault, referenced as {{secret.STRIPE_KEY}}
  • HMAC-signed webhooks + a 65-endpoint REST API
Developer surface
Live during the response
// Question populates options from your API
connector: "crm.accounts",
method: "GET",
url: "https://api.acme.com/accounts",
headers: {
    Authorization: "Bearer {{secret.CRM_KEY}}"
},
populate: "options",
map: "$[*].name"
Loads at the moment a respondent reaches the question. Zero credits, zero round-trips to your server.

03 · Agent-native

Drive Askery from any agent.

One Model Context Protocol server, 42 typed tools, parity with the dashboard. Talk to Claude in your terminal and say 'build me a 5-question NPS survey, publish it, share the link' - it does. Cursor edits forms while you code. The whole product surface is accessible to whatever agent you already work with.

  • Claude Desktop · Claude Code · Cursor · VS Code · Windsurf · Cline
  • Continue · Zed · Goose · JetBrains AI · Codex CLI · Gemini CLI
  • One ASKERY_API_KEY, one config snippet, every IDE
See the setup guide
~/.claude/desktop_config.json42 tools loaded
{
  "mcpServers": {
    "askery": {
      "command": "npx",
      "args": ["-y", "@askeryforms/mcp"],
      "env": {
        "ASKERY_API_KEY": "ak_live_..."
      }
    }
  }
}

Identical shape for 12 agents. Restart, ask Claude to build a form, watch it appear in your dashboard. Per-agent gotchas →

04 · Respond

Every respondent gets an answer back.

Form Intelligence reads each submission and renders a tailored result page the second they hit submit. Pick your engine: Smart Rules (an LLM follows your plain-language criteria) or Decision Engine (AI-generated code in a sandbox - deterministic, replayable, auditable). Then design the result page block-by-block, or talk to the AI and ship a new look in 30 seconds.

  • Smart Rules · or sandboxed Decision Engine code, your call
  • 14 result-page templates, 15 block types, full owner control
  • Available on every plan, Free included
How Form Intelligence works
Personalized AI-generated result card after a form submission

Don't take our word for it. Try one.

A handful of live forms, a quiz, a scorecard, a recommender. Answer a few questions and watch each one hand back a personalized AI result, on the spot. No signup to try.

Try a live demo →

05 · Understand

Know why. Not just how many.

A funnel that shows where people drop off. Per-question charts for every field type: rating histograms, an NPS gauge, ranking, matrix heatmaps. Completion-time and trend lines, device and source breakdowns. Then a senior-analyst AI reads every response and hands you findings, drop-off hypotheses, and concrete fixes - in plain language.

  • Funnel + per-question charts for every field type
  • AI insights: findings, drop-off, recommendations
  • Export everything, anytime
Explore analytics
Askery analytics dashboard with funnel and AI insights

06 · Switch

Already using something else? Paste the URL.

Hand Askery a Google Forms link, a Typeform URL, almost any form on the web. We rebuild it, with the questions, options and field types intact, as a fully editable Askery form. No API keys. No manual rebuild. Thirty seconds.

  • Google Forms (parsed deterministically)
  • Any other form URL: Typeform, Jotform, Tally, your hand-rolled HTML
  • Free. No API keys. Editable from the second the import lands
See it import a real form
Pasting a Google Forms link to rebuild it on Askery

See how we compare.

Honest, feature-by-feature. Vs Typeform, Google Forms, Jotform, Tally. (Spoiler: nobody else has connectors, MCP, or a real public API.)

Compare →

Questions, answered.

What does 'programmable form platform' actually mean?
Three things no other form tool does. One, connectors: your form can call your APIs mid-response (populate options, run server-side logic, look up records) before the respondent hits submit. Two, a public REST API plus MCP server with full read/write/AI parity, so Claude, Cursor, or any agent can build, edit, publish, and analyze forms the same way you can. Three, Form Intelligence: every submission renders a personalized result page driven by your plain-language rules or a sandboxed Decision Engine.
How is this different from Typeform or Tally?
Typeform and Tally stop when the response lands in a CSV. Askery starts there. Your form can pull live data from your stack while it's being answered, every respondent gets a tailored result the moment they submit, and the whole product is operable from an AI agent. The drag-and-drop builder is the easy part. What's underneath is a real platform.
Is there a free plan?
Yes. Unlimited forms, unlimited submissions, the full builder, Form Intelligence, connectors, the public API, and the MCP server. Free forever, no card. AI actions draw from a 20-token signup bonus; paid plans add monthly token refills.
Can I switch from another form tool?
Paste any Google Forms link (or most other form URLs) and Askery rebuilds it, with the questions, options and field types intact, as a fully editable form. No API keys, no manual rebuild.
Do I have to use AI?
No. The whole product works without ever calling the AI. The drag-and-drop builder, conditional logic, connectors, Decision Engine, analytics, and webhooks are all available with zero AI tokens spent.
Is my data portable?
Completely. One canonical schema, CSV/JSON export anytime, HMAC-signed webhooks per response, full read API on Pro. Zero lock-in.

Ready in 60 seconds

Describe your form. Watch it build itself.