# Formbricks MCP for AI Agents AI Agent Connect

> Formbricks MCP lets you manage your entire feedback loop through your AI client. You can create surveys, pull response data, and track user attributes without leaving your workspace. It turns your Formbricks data into actionable insights by letting your agent handle the heavy lifting of survey management and data retrieval. It's the fastest way to get a pulse on your users and keep your product roadmap updated.

## Overview
- **Category:** customer-support
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_kA4V4bZ37oPIm2ALUwT7PbI0gcVlBqoilZXWWLSN/ai-agent-connect
- **Tags:** user-feedback, experience-management, survey-automation, data-collection, product-insights

## Description

Formbricks MCP connects your feedback environment to your AI client so you can handle survey management through a conversation. Instead of digging through dashboards to find out why users are dropping off, you can just ask your agent to pull the latest responses. You can build out new survey structures, check on submission statuses, and look into specific user metadata without switching tabs. It's a direct way to turn raw feedback into something you can actually use for product decisions. When you're managing your tool stack on Vinkius, having this connection means your feedback loop stays tight and your team stays focused on the data that matters. You don't have to worry about manually exporting CSVs or hunting for specific survey IDs. Your agent handles the heavy lifting of querying data and organizing the results for you. Whether you're looking for a specific user's sentiment or want to see how a new feature landed, this connection makes that data accessible instantly. It removes the friction of traditional feedback loops and lets you move faster on your product roadmap. You can quickly audit your webhooks to ensure your data is flowing correctly to your other apps, or pull a list of identified people to see who your most active participants are. It's about moving from reactive data gathering to proactive product improvement.

## Tools

### get_response
Get the specific details for a single user submission. This is useful for digging into why a user gave a specific rating.

### get_survey
Pull the full configuration and details of a specific survey. Use this to see how a survey is currently structured.

### list_action_classes
See the different action classes available in your setup. This helps you understand how your data flows to other apps.

### list_people
Browse the list of identified contacts and users. You can use this to see who is interacting with your product.

### list_responses
Get a list of all submissions, with optional filters for specific surveys. This is the fastest way to pull a batch of feedback.

### list_surveys
See every survey currently active in your Formbricks account. Use this to get an overview of your active feedback loops.

### list_webhooks
Check which webhooks are currently configured for your data. This helps you verify that your integrations are actually working.

### create_survey
Build a new survey structure through your AI client. You can launch new feedback loops without leaving your workspace.

### delete_survey
Remove an old or unnecessary survey from your list. This keeps your dashboard clean and focused on current goals.

### get_person
Pull the specific metadata and attributes for a single identified person. Use this to see custom user data for deeper analysis.

## Prompt Examples

**Prompt:** 
```
What's the general sentiment from our latest NPS survey?
```

**Response:** 
```
I've analyzed the latest **NPS Survey** results for you. Here is a summary of the feedback:

| Metric | Value |
| :--- | :--- |
| **Total Submissions** | 15 |
| **Average Score** | 8.5 / 10 |
| **Key Sentiment** | Highly Positive |

**Notable User Comments:**
* 'Easy to use'
* 'Needs dark mode'
* 'Love the new dashboard'
* 'Could be faster on mobile'
```

**Prompt:** 
```
Create a new survey for our new onboarding flow.
```

**Response:** 
```
I've created a new survey for the **Onboarding Flow**. You can now send this out to your new users to gather initial feedback on their setup experience. Would you like me to list the active surveys so you can verify it's there?
```

**Prompt:** 
```
Who are the users who've completed the beta survey?
```

**Response:** 
```
I found the following users who completed the **Beta Survey**:

* **Jane Doe** (User ID: user_555) - *Pro Plan*
* **John Smith** (User ID: user_882) - *Free Plan*
* **Alice Wong** (User ID: user_104) - *Enterprise Plan*

I can pull more specific metadata for any of these users if you need to see their custom attributes.
```

## Capabilities

### Create new survey structures
Build and launch new surveys through your AI client.

### Pull specific survey details
Get the full configuration and metadata for any active survey.

### Query and filter response data
Retrieve specific user submissions based on survey IDs.

### Retrieve user metadata and attributes
Pull detailed profiles and custom attributes for identified users.

### Monitor webhook configurations
Inspect your configured webhooks to verify data flow.

### List action classes
See the available action classes for your survey workflows.

## Use Cases

### Analyzing NPS scores
A product manager asks their agent to pull the latest NPS survey results. The agent uses list_responses to fetch the data and summarize the scores.

### Launching a beta survey
A UX researcher tells their agent to build a new survey for a beta test. The agent uses create_survey to set up the structure immediately.

### Identifying power users
A success lead asks to see who completed the onboarding survey. The agent uses list_people and get_person to pull user attributes.

### Checking webhook health
An engineer wants to ensure survey data is reaching their CRM. The agent uses list_webhooks to verify the active configurations.

## Benefits

- Get survey results faster by using list_responses to filter by survey ID.
- Manage survey lifecycle without clicking through the UI using create_survey and delete_survey.
- Understand user profiles deeply by pulling metadata with get_person.
- Audit your data flow by inspecting webhooks with list_webhooks.
- Keep your survey list organized by quickly checking statuses with list_surveys.
- View action classes with list_action_classes to see how your data moves to other apps.

## How It Works

The bottom line is you get a conversational way to manage your entire user feedback loop.

1. Subscribe to the Formbricks MCP.
2. Add your Formbricks Personal API Key to the connection settings.
3. Start asking your AI client to manage your surveys or pull feedback.

## Frequently Asked Questions

**Can I use the Formbricks MCP to see what users are saying about my app?**
Yes, you can ask your agent to pull the latest responses from any survey. It will summarize the feedback and give you the key takeaways without you having to browse the dashboard.

**How does the Formbricks MCP help with UX research?**
It allows you to quickly query specific user metadata and attributes. You can identify who your most active participants are and see how they interact with your product.

**Can I create new surveys using the Formbricks MCP?**
Yes, you can build out new survey structures through your AI client. This lets you launch new feedback loops instantly through a natural conversation.

**How do I see who is responding to my Formbricks surveys?**
Your agent can list all identified people and pull their specific metadata. This helps you see who is interacting with your product and what their custom attributes are.

**Can the Formbricks MCP help me check if my webhooks are working?**
Yes, it can inspect your configured webhooks. This helps you verify that your data is flowing correctly to your other apps and integrations.

**Will the Formbricks MCP show me user metadata?**
It will pull the specific metadata and custom attributes for any identified person. This makes it easy to see user plans, history, and other key details.

**Can I list all my active surveys using my AI agent?**
Yes! Use the `list_surveys` tool to retrieve a full list of surveys in your Formbricks environment.

**How do I check responses for a specific survey?**
Simply provide the Survey ID to the `list_responses` tool. Your agent will fetch all submissions associated with that survey.

**Can I delete a survey using this agent?**
Yes, use the `delete_survey` action and provide the unique Survey ID.