io.github.feedbk-ai/create-survey
io.github.feedbk-ai/create-surveyCreate AI surveys with dynamic follow-up probing directly from your AI assistant.
Tools · 5
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 a survey. Creates a new survey if no token is provided, or updates an existing one. Returns the survey URL and token.
Get a preview link for an existing survey so the user can try it out before sharing. Requires the project_token.
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 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"
}
}
}