Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

io.github.feedbk-ai/create-survey

io.github.feedbk-ai/create-survey

Create AI surveys with dynamic follow-up probing directly from your AI assistant.

Uptime
5.3%
19 probes
Response
96ms
last probe
Tools
5
callable

Tools · 5

create_edit_survey

Create a new survey or edit an existing one. Call this to start the survey workflow. If the user provides a project_token, include it to load the existing survey for editing.

save_survey

Save a survey. Creates a new survey if no token is provided, or updates an existing one. Returns the survey URL and token.

preview_survey

Get a preview link for an existing survey so the user can try it out before sharing. Requires the project_token.

share_survey

Get the public share link for an existing survey to distribute to respondents. Use when the user is ready to collect responses and says 'share it' (or similar). Requires the project_token.

view_responses

View survey responses and transcripts. Returns a summary plus a dashboard URL for interactive browsing.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.feedbk-ai/create-survey": {
      "url": "https://mcp.feedbk.ai/mcp",
      "transport": "streamable-http"
    }
  }
}