Automate Survey Creation Via Mcp

Created By
feedbk-ai4 months ago
AI-Moderated Interviews & Surveys via MCP Create smarter surveys and conduct AI-moderated interviews with dynamic follow-up probing — all directly from your AI assistant. Feedbk MCP lets you design, launch, and share interviews using natural language. No survey builders, no manual logic trees. Just describe what you want to learn, and the AI handles the rest. Why this MCP? This MCP brings AI-powered interview and survey creation directly into your workflow: • ✅ Natural language interview design — simply describe your research goal • ✅ Automatic question type detection — no manual configuration needed • ✅ AI-moderated probing — adaptive follow-ups for deeper insights • ✅ Instant sharing — generate interview links and send to participants immediately Perfect for product research, customer feedback, UX studies, and discovery interviews. Installation Claude Code claude mcp add --transport http feedbk https://mcp.feedbk.ai/mcp Usage Just ask your AI assistant what you want to create: “Create a customer satisfaction survey about our mobile app.” Feedbk MCP will generate a complete, AI-moderated interview — ready to share and collect insights.
Overview

feedbk.ai logo

AI-Moderated Interviews & Surveys via MCP

Website Docs MIT License Python 3.10+

Create smarter surveys with AI-moderated interviews and intelligent follow-up probing — directly from your AI assistant.


Why Feedbk MCP?

Feedbk MCP brings AI interview/survey creation directly into your workflow:

  • ✅ Natural language interview design — just describe what you need
  • ✅ Automatic question type detection and configuration
  • ✅ Built-in AI probing for deeper insights
  • ✅ Create and share interview links with participants instantly

Local vs Remote: Choose Your Workflow

FeatureLocal InstallRemote (mcp.feedbk.ai)
Create interview guides
Export guides
Auto-deploy to feedbk.ai
Get shareable interview links

Installation

Claude Code
claude mcp add --transport http feedbk https://mcp.feedbk.ai/mcp
VS Code

Add to your VS Code MCP settings:

"mcp": {
  "servers": {
    "feedbk": {
      "type": "http",
      "url": "https://mcp.feedbk.ai/mcp"
    }
  }
}
Claude Desktop

Navigate to SettingsConnectorsAdd Custom Connector, then enter:

  • Name: Feedbk
  • URL: https://mcp.feedbk.ai/mcp
OpenAI ChatGPT

Requires ChatGPT Pro, Team, Enterprise, or Edu subscription

  1. Go to SettingsConnectors
  2. Enable Developer Mode under Advanced settings
  3. Click Create and enter:
    • Name: Feedbk
    • Server URL: https://mcp.feedbk.ai/mcp
  4. In a new chat, click +MoreDeveloper Mode and enable Feedbk
Google Gemini CLI
gemini mcp add feedbk --url https://mcp.feedbk.ai/mcp
OpenAI Codex CLI
codex mcp add feedbk --url https://mcp.feedbk.ai/mcp

Usage

Just ask your AI assistant to create an interview:

Create a customer satisfaction survey about our mobile app
Build a user research interview to understand why users cancel their subscriptions
Design an employee feedback survey about remote work preferences

The skill will guide you through:

  1. Interview Name — What are you calling this survey?
  2. Purpose — Why are you conducting this? (one sentence)
  3. Questions — What do you want to ask?

Question Types

AI Probing

Feedbk's AI interviewer automatically asks intelligent follow-up questions based on responses — no manual configuration needed.

Single-Choice

"What is your preferred method of communication?"
Options: Email / Phone / Text / Video Call

Multiple-Choice

"Which features do you use? (Select all)"
Options: Dashboard / Reports / Analytics / Integrations

Open-Ended Text

"What's your biggest challenge with our product?"
Response: Free text

Rating (Likert Scale)

"How satisfied are you with our service?"
Scale: 1 (Very Dissatisfied) → 5 (Very Satisfied)

Connect with Us


License

MIT

Project Info
Created At
4 months ago
Updated At
4 months ago
Author Name
feedbk-ai
Star
-
Language
-
License
-
Category
Tags

Recommend Servers

View All
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

8 hours ago
Linkpulse

11 hours ago
Tavily Mcp
@tavily-ai

JavaScript
a year ago
Shippo
@Shippo

16 hours ago