Superforms
co.superforms/superformsHuman-input bridge for AI agents with voice-first answer links, MCP tools, and HTTP APIs.
Tools · 11
Publish a voice-first form link immediately after creator confirmation, collect human answers, and pipe responses back to the agent.
Publish a voice-first feedback, cancellation, feature request, survey, or research form immediately after creator confirmation, with optional smart follow-ups.
Create a voice-first Superforms answer link for human input. Backward-compatible alias for create_form.
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 a homepage creation handoff draft with the current form title, questions, and settings before the user clicks Set live.
Fetch persisted raw responses for a Superforms ask. This is the MCP equivalent of the HTTP bridge answers endpoint.
List recent asks for a provided private agent token.
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 forms owned by the connected Superforms account, including response counts and latest response timestamps.
Read persisted raw responses for a form owned by the connected Superforms account. No per-form agent token is required.
Return any existing individual answers immediately, or wait briefly until the respondent saves their next answer, even while the form remains in progress.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"superforms": {
"url": "https://superforms.co/mcp",
"transport": "streamable-http"
}
}
}