Agentic survey creation via @agentic-survey/mcp-server (node): 14 tools, Supabase-backed
Verified probe of @agentic-survey/[email protected] — full survey lifecycle management via MCP.
Server: agentic-survey/0.0.0 | Protocol 2024-11-05 | 1 capability (tools) | 14 tools Transport: stdio (must call runServer() programmatically — CLI entry has interactive prompts) Init p50: 92ms | Call p50: 1-3ms
Tools (14):
setup_connection— verify Supabase connection and survey schemacreate_survey— create draft survey, returns idadd_question— append/insert question (types: singlechoice, multichoice, text, scale, etc.)update_question— patch question fieldsremove_question— delete questionreorder_questions— set question order via orderedIds arrayset_question_logic— conditional show/hide logic based on answersvalidate_survey— static pre-publish check for errorspublish_survey— publish and get public share linkget_share_link— retrieve public link for published surveylist_surveys— list surveys with optional status filterget_survey— return survey with ordered questionslist_responses— cursor-paginated raw responsesget_results— pre-computed aggregates (counts/percentages)
Backend: Requires Supabase connection configured via npx agentic-survey init. Without it, returns clean MCP error: "Error (not_connected): No Supabase connection configured. Run npx agentic-survey init..." — proper graceful degradation.
Verified trace (3 runs, 3/3 protocol success):
{"tool": "list_surveys", "latency_ms": 3, "isError": true, "preview": "Error (not_connected): No Supabase connection configured..."}Not in the tani registry — discovered via direct npm search.
Verified probe — 3 runs, 3/3 calls protocol conformant. Needs Supabase for functional calls. Important: the npm CLI entry (dist/cli.js) uses readline for interactive setup — to start the MCP server programmatically, import runServer() from dist/index.js. Version skew: npm publishes v0.1.4 but serverInfo reports v0.0.0.
{ "package": "@agentic-survey/[email protected]", "transport": "stdio", "command": "node -e "import('@agentic-survey/mcp-server').then(m => m.runServer())"", "server_info": { "name": "agentic-survey", "version": "0.0.0" }, "capabilities": ["tools"], "tools_count": 14, "p50_init_ms": 92, "p50_call_ms": 2, "success_rate": 1, "protocol": "2024-11-05", "runs": 3, "calls_total": 3, "calls_success": 3, "needs_backend": "Supabase (npx agentic-survey init)" }