{"name":"co.superforms/superforms","slug":"superforms","title":"Superforms","description":"Human-input bridge for AI agents with voice-first answer links, MCP tools, and HTTP APIs.","url":"https://mcp.market/server/superforms","rating":null,"grade":"C","score":57,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":5,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":28,"ok":28,"last_checked_at":"2026-09-27T14:06:29.472Z","last_ok_at":"2026-09-27T14:06:29.472Z","latency_ms":332},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/brentgilmore/superforms-v2","website":null,"version":"0.1.0","remotes":[{"type":"streamable-http","url":"https://superforms.co/mcp"}],"packages":[],"tools":[{"name":"create_ask","description":"Create a voice-first Superforms answer link for human input. Backward-compatible alias for create_form.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"prompt":{"type":"string","description":"Plain-English ask or request. Use only when explicit questions are not already known."},"questions":{"type":"array","description":"Explicit questions to ask the respondent. Use this whenever questions already exist; preserve them exactly.","items":{"anyOf":[{"type":"string","minLength":1,"maxLength":200},{"type":"object","properties":{"id":{"type":"string"},"text":{"type":"string","minLength":1,"maxLength":200},"context":{"type":"string"}},"required":["text"],"additionalProperties":false}]}},"goal":{"type":"string"},"context":{"type":"string","description":"Private context for smart follow-ups. Summarize relevant non-sensitive host-conversation context and append any extra context the creator provides. Never shown to respondents."},"questionContext":{"type":"object","additionalProperties":{"type":"string"}},"creationSessionUrl":{"type":"string"},"title":{"type":"string"},"persistent":{"type":"boolean"},"followUpMode":{"type":"string","enum":["none","smart","deep_dive"],"description":"For exactly one question, set this only after asking the creator \"Want smart follow-up questions?\" Use deep_dive for yes or none for no. For multiple questions, use none unless explicitly requested."},"max_followups_per_question":{"type":"number","description":"Optional compatibility setting. Omit for adaptive one-question smart follow-ups."},"max_total_questions":{"type":"number","description":"Optional compatibility setting. Omit for adaptive one-question smart follow-ups."},"responseMode":{"type":"string","enum":["voice_preferred","text_only","voice_only"]},"responseLimit":{"type":"string","enum":["one","multiple"],"description":"Use \"one\" for a form intended for one named person/client. Use \"multiple\" for forms, surveys, feedback, customers, users, and public/embedded links."}},"additionalProperties":false}},{"name":"create_feedback_form","description":"Publish a voice-first feedback, cancellation, feature request, survey, or research form immediately after creator confirmation, with optional smart follow-ups.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"prompt":{"type":"string","description":"Plain-English ask or request. Use only when explicit questions are not already known."},"questions":{"type":"array","description":"Explicit questions to ask the respondent. Use this whenever questions already exist; preserve them exactly.","items":{"anyOf":[{"type":"string","minLength":1,"maxLength":200},{"type":"object","properties":{"id":{"type":"string"},"text":{"type":"string","minLength":1,"maxLength":200},"context":{"type":"string"}},"required":["text"],"additionalProperties":false}]}},"goal":{"type":"string"},"context":{"type":"string","description":"Private context for smart follow-ups. Summarize relevant non-sensitive host-conversation context and append any extra context the creator provides. Never shown to respondents."},"questionContext":{"type":"object","additionalProperties":{"type":"string"}},"creationSessionUrl":{"type":"string"},"title":{"type":"string"},"persistent":{"type":"boolean"},"followUpMode":{"type":"string","enum":["none","smart","deep_dive"],"description":"For exactly one question, set this only after asking the creator \"Want smart follow-up questions?\" Use deep_dive for yes or none for no. For multiple questions, use none unless explicitly requested."},"max_followups_per_question":{"type":"number","description":"Optional compatibility setting. Omit for adaptive one-question smart follow-ups."},"max_total_questions":{"type":"number","description":"Optional compatibility setting. Omit for adaptive one-question smart follow-ups."},"responseMode":{"type":"string","enum":["voice_preferred","text_only","voice_only"]},"responseLimit":{"type":"string","enum":["one","multiple"],"description":"Use \"one\" for a form intended for one named person/client. Use \"multiple\" for forms, surveys, feedback, customers, users, and public/embedded links."}},"additionalProperties":false}},{"name":"create_form","description":"Publish a voice-first form link immediately after creator confirmation, collect human answers, and pipe responses back to the agent.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"prompt":{"type":"string","description":"Plain-English ask or request. Use only when explicit questions are not already known."},"questions":{"type":"array","description":"Explicit questions to ask the respondent. Use this whenever questions already exist; preserve them exactly.","items":{"anyOf":[{"type":"string","minLength":1,"maxLength":200},{"type":"object","properties":{"id":{"type":"string"},"text":{"type":"string","minLength":1,"maxLength":200},"context":{"type":"string"}},"required":["text"],"additionalProperties":false}]}},"goal":{"type":"string"},"context":{"type":"string","description":"Private context for smart follow-ups. Summarize relevant non-sensitive host-conversation context and append any extra context the creator provides. Never shown to respondents."},"questionContext":{"type":"object","additionalProperties":{"type":"string"}},"creationSessionUrl":{"type":"string"},"title":{"type":"string"},"persistent":{"type":"boolean"},"followUpMode":{"type":"string","enum":["none","smart","deep_dive"],"description":"For exactly one question, set this only after asking the creator \"Want smart follow-up questions?\" Use deep_dive for yes or none for no. For multiple questions, use none unless explicitly requested."},"max_followups_per_question":{"type":"number","description":"Optional compatibility setting. Omit for adaptive one-question smart follow-ups."},"max_total_questions":{"type":"number","description":"Optional compatibility setting. Omit for adaptive one-question smart follow-ups."},"responseMode":{"type":"string","enum":["voice_preferred","text_only","voice_only"]},"responseLimit":{"type":"string","enum":["one","multiple"],"description":"Use \"one\" for a form intended for one named person/client. Use \"multiple\" for forms, surveys, feedback, customers, users, and public/embedded links."}},"additionalProperties":false}},{"name":"get_my_form_responses","description":"Read persisted raw responses for a form owned by the connected Superforms account. No per-form agent token is required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"askId":{"type":"string"},"since":{"type":"string","description":"Optional ISO timestamp cursor."}},"required":["askId"],"additionalProperties":false}},{"name":"get_responses","description":"Fetch persisted raw responses for a Superforms ask. This is the MCP equivalent of the HTTP bridge answers endpoint.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"askId":{"type":"string"},"agentToken":{"type":"string"},"since":{"type":"string"}},"required":["askId","agentToken"],"additionalProperties":false}},{"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"creationSessionUrl":{"type":"string"},"agentName":{"type":"string"}},"required":["creationSessionUrl"],"additionalProperties":false}},{"name":"list_asks","description":"List recent asks for a provided private agent token.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"agentToken":{"type":"string"}},"required":["agentToken"],"additionalProperties":false}},{"name":"list_my_forms","description":"List forms owned by the connected Superforms account, including response counts and latest response timestamps.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"update_creation_session","description":"Update a homepage creation handoff draft with the current form title, questions, and settings before the user clicks Set live.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"creationSessionUrl":{"type":"string"},"title":{"type":"string"},"goal":{"type":"string"},"context":{"type":"string","description":"Private smart-follow-up context. Summarize relevant non-sensitive host-conversation context and append any extra context the creator provides. Never shown to respondents."},"questions":{"type":"array","description":"Current draft questions to show in the live form preview.","items":{"anyOf":[{"type":"string"},{"type":"object","properties":{"id":{"type":"string"},"text":{"type":"string"},"context":{"type":"string"}},"required":["text"],"additionalProperties":false}]}},"followUpMode":{"type":"string","enum":["none","smart","deep_dive"]},"max_followups_per_question":{"type":"number","description":"Use 0 by default. Use 1 only when smart follow-ups are explicitly requested."},"max_total_questions":{"type":"number","description":"Use 20 for deep-dive interviews."},"responseMode":{"type":"string","enum":["voice_preferred","text_only","voice_only"]},"responseLimit":{"type":"string","enum":["one","multiple"],"description":"Use one for a named person/client. Use multiple for feedback forms, surveys, customers, users, and public links."}},"required":["creationSessionUrl"],"additionalProperties":false}},{"name":"watch_ask","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string"},"askId":{"type":"string"},"agentToken":{"type":"string"},"since":{"type":"string","description":"ISO timestamp cursor from the last response the agent processed."},"timeoutMs":{"type":"number","description":"Maximum wait in milliseconds, capped at 120000."}},"required":["url","agentToken"],"additionalProperties":false}},{"name":"watch_my_form_responses","description":"Return any existing individual answers immediately, or wait briefly until the respondent saves their next answer, even while the form remains in progress.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"askId":{"type":"string"},"since":{"type":"string","description":"Optional ISO timestamp cursor."},"timeoutMs":{"type":"number","description":"Maximum wait in milliseconds, capped at 120000."}},"required":["askId"],"additionalProperties":false}}],"scan":{"score":57,"grade":"C","scanned_at":"2026-09-27T12:15:26.843Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-27T12:15:26.833Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 616ms"]},"poisoning":{"score":15,"max":15,"notes":["11 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 4 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["repository not readable: repo not found"]},"identity":{"score":2,"max":10,"notes":["no repository or website to verify"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://superforms.co/mcp","reachable":true,"authRequired":false,"latencyMs":616,"serverInfo":{"name":"superforms","version":"0.2.0"}}],"packages":[],"repo":{"found":false,"owner":"brentgilmore","repo":"superforms-v2","error":"repo not found"},"icon":{"url":null,"source":"none"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":5}}}},"grade_history":[],"reviews":[]}