Superforms
https://superforms.co/mcpskills: {'id': 'create_ask', 'name': 'create_ask', 'description': 'Create a voice-first Superforms answer link for human input.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'join_creation_session', 'name': 'join_creation_session', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_responses', 'name': 'get_responses', 'description': 'Fetch persisted raw responses for a Superforms ask. This is the MCP equivalent of the HTTP bridge answers endpoint.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'list_asks', 'name': 'list_asks', 'description': 'List recent asks for a provided private agent token.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'watch_ask', 'name': 'watch_ask', 'description': 'Check whether a Superforms ask has responses. Use get_responses for repeat polling; the HTTP bridge also exposes an SSE stream endpoint.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 556.6ms; conformance: pass
How to connect
https://superforms.co/mcp
curl -X POST https://superforms.co/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'