
Superforms
Human-input bridge for AI agents with voice-first answer links, MCP tools, and HTTP APIs.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Human-input bridge for AI agents with voice-first answer links, MCP tools, and HTTP APIs.
Список инструментов сервера (11)
Технические названия из tools/list. Нужны только разработчикам.
| 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 bridge also exposes an SSE stream endpoint. |
| 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. |