Superforms MCP server
Human-input bridge for AI agents with voice-first answer links, MCP tools, and HTTP APIs.
Little public usage data yet
Reviews
Write oneNobody has reviewed Superforms yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Superforms tools (11, 4 write)
write = sends, deletes, buys or postscreate_askwrite actionFreeCreate a voice-first Superforms answer link for human input. Backward-compatible alias for create_form.
create_feedback_formwrite actionFreePublish a voice-first feedback, cancellation, feature request, survey, or research form immediately after creator confirmation, with optional smart follow-ups.
create_formwrite actionFreePublish a voice-first form link immediately after creator confirmation, collect human answers, and pipe responses back to the agent.
get_my_form_responsesFreeRead persisted raw responses for a form owned by the connected Superforms account. No per-form agent token is required.
get_responsesFreeFetch persisted raw responses for a Superforms ask. This is the MCP equivalent of the HTTP bridge answers endpoint.
join_creation_sessionFreeJoin a Superforms homepage creation handoff session before creating the real form. Pass agentName with the client name, such as Codex, Claude Code, Claude, ChatGPT, or Cursor.
list_asksFreeList recent asks for a provided private agent token.
list_my_formsFreeList forms owned by the connected Superforms account, including response counts and latest response timestamps.
update_creation_sessionwrite actionFreeUpdate a homepage creation handoff draft with the current form title, questions, and settings before the user clicks Set live.
watch_askFreeReturn as soon as an individual answer is saved, including answers received while an agent was reconnecting and while the form remains in progress. Use since for durable per-answer catch-up; the HTTP bridge also exposes an SSE stream endpoint.
watch_my_form_responsesFreeReturn any existing individual answers immediately, or wait briefly until the respondent saves their next answer, even while the form remains in progress.
Public scan report
scanner v0.1.9 · 2026-09-27 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 616ms20/20
- Tool poisoning11 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 4 write-action tools with no auth3/15
- Maintenancerepository not readable: repo not found3/15
- Maintainer identityno repository or website to verify2/10
Findings (1)
- highWrite-action tools reachable without authentication
auth.open-write
Install directly
claude mcp add --transport http superforms https://superforms.co/mcp
Superforms: common questions
- Is Superforms MCP server safe?
- With care: it is graded C, so read the findings first (57/100). Read the Superforms safety report
- How do I install Superforms?
- It runs remotely at superforms.co. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Superforms need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Superforms maintained?
- The latest release is v0.1.0.
- Is Superforms up?
- 100% of our last 28 checks got an answer. We check remote servers about four times a day.