Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

Superforms

co.superforms/superforms

Human-input bridge for AI agents with voice-first answer links, MCP tools, and HTTP APIs.

Uptime
100.0%
2 direct probes · 30d
Response
584ms
last probe
Tools
11
callable
Resources
0
readable
Prompts
0
available

Tools · 11

create_form

Publish a voice-first form link immediately after creator confirmation, collect human answers, and pipe responses back to the agent.

create_feedback_form

Publish a voice-first feedback, cancellation, feature request, survey, or research form immediately after creator confirmation, with optional smart follow-ups.

create_ask

Create a voice-first Superforms answer link for human input. Backward-compatible alias for create_form.

join_creation_session

Join 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.

update_creation_session

Update a homepage creation handoff draft with the current form title, questions, and settings before the user clicks Set live.

get_responses

Fetch persisted raw responses for a Superforms ask. This is the MCP equivalent of the HTTP bridge answers endpoint.

list_asks

List recent asks for a provided private agent token.

watch_ask

Return 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 …

list_my_forms

List forms owned by the connected Superforms account, including response counts and latest response timestamps.

get_my_form_responses

Read persisted raw responses for a form owned by the connected Superforms account. No per-form agent token is required.

watch_my_form_responses

Return any existing individual answers immediately, or wait briefly until the respondent saves their next answer, even while the form remains in progress.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "superforms": {
      "url": "https://superforms.co/mcp",
      "transport": "streamable-http"
    }
  }
}