# Formsite MCP for AI Agents AI Agent Connect

> Formsite MCP. Connect your Formsite account to any AI agent to automate your form results retrieval and data management. This Connector allows you to list forms, fetch real-time results, and manage webhooks directly through natural conversation. Stop jumping between tabs and start pulling data into your workspace instantly. It's the fastest way to turn your survey data into actionable insights without the manual overhead of navigating complex dashboards.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_djxjZwWtyNPGFwBDmHczOF3VGh7v4rBEl21Mklhc/ai-agent-connect
- **Tags:** online-forms, data-collection, webhooks, survey-builder, reporting, automation

## Description

Stop jumping between tabs to check if a survey response hit your database or to see what's inside a specific form. This Connector lets your AI agent do the digging for you. You can ask your agent to pull the latest results from a specific survey, check which webhooks are active, or see exactly what questions a form is asking. Instead of manually hunting through the Formsite dashboard, you get the data you need right in your workspace. Because it's listed on the Vinkius Marketplace, you can get this set up quickly and start using it across your favorite AI clients. It makes managing large-scale data collection feel like a conversation rather than a chore. You no longer have to worry about the friction of manual data entry or the headache of hunting for specific report snapshots. Whether you need to audit your current fields or verify that your automation triggers are firing correctly, your agent handles the heavy lifting. It turns a multi-step process into a single prompt, giving you more time to actually analyze the information you've collected. You can get a high-level snapshot of your data trends or dive deep into specific submission details without ever leaving your chat window. It's about making your data accessible exactly when you need it.

## Tools

### get_form_reports
Fetches the reports defined for your forms. Use this to get a quick snapshot of your data trends.

### list_form_items
Lists every field inside a form. This is perfect for checking what questions are currently live.

### list_forms
Shows all forms in your account. Use this to find the right survey directory quickly.

### list_results
Pulls submissions for a specific form. This helps you see the latest user feedback instantly.

### list_webhooks
Shows all active webhooks. Use it to see which systems are receiving your form data.

### create_webhook
Adds a new webhook to a form. This lets your agent set up real-time data triggers for you.

### delete_webhook
Removes a specific webhook. Use this to clean up old automation triggers that are no longer needed.

### get_form_details
Pulls metadata for a specific form. It helps your agent understand the high-level setup of a form.

## Prompt Examples

**Prompt:** 
```
What are the most recent comments on our 'Product Feedback' survey?
```

**Response:** 
```
### Recent Feedback: Product Feedback

| Date | User | Comment |
| :--- | :--- | :---|
| Oct 12 | Jane D. | Love the new UI, but the search is slow. |
| Oct 11 | Mike R. | The export button is missing on mobile. |
| Oct 10 | Sarah K. | Great experience so far! |

**Summary:** Most users are happy with the UI but reporting some performance and mobile issues.
```

**Prompt:** 
```
List all the forms I have in my account right now.
```

**Response:** 
```
I found the following forms in your Formsite account:

*   **Annual Survey** (dir: survey_2023)
*   **Contact Form** (dir: contact_us)
*   **Product Feedback** (dir: feedback_v2)
*   **New Lead** (dir: lead_gen)
*   **Sign Up** (dir: registration)
```

**Prompt:** 
```
Are there any webhooks set up for the 'New Lead' form?
```

**Response:** 
```
Checking webhooks for the 'New Lead' form...

✅ **Active Webhooks Found:**
*   **Slack_Notification**: Sends a message to the #sales-leads channel.
*   **CRM_Sync**: Pushes data to the main customer database.

Would you like to see the details for either of these?
```

## Capabilities

### Pull form submissions
Fetch the latest entries from your surveys directly into your chat interface.

### List all active forms
See every form in your account in a single organized list.

### Inspect form fields
View the exact questions and structure of any form in your directory.

### Manage webhooks
Create, list, or delete webhooks to control your data automation.

### Fetch report snapshots
Get high-level summaries of your data trends without opening the dashboard.

## Use Cases

### Analyzing customer feedback
A manager wants to know why users are unhappy. They ask the agent to pull the last 20 results from the 'Product Feedback' form.

### Auditing form fields
An admin needs to see if the 'Sign Up' form has the correct fields. They ask the agent to list the form items for that specific form.

### Setting up real-time triggers
An engineer needs to set up a real-time notification. They ask the agent to create a webhook for new survey entries.

### Getting a survey snapshot
A researcher needs a snapshot of the monthly survey. They ask the agent to get the reports for the 'Annual Survey' form.

## Benefits

- Get survey results faster by using `list_results` to pull data directly into your chat.
- Stop manual webhook management by using `create_webhook` to set up new triggers on the fly.
- Save time on audits by using `list_form_items` to see every question in a survey instantly.
- Keep a clear view of your data by using `list_forms` to see every active form in one list.
- Simplify reporting by using `get_form_reports` to get high-level summaries without clicking through menus.

## How It Works

The bottom line is you get a direct line to your form data without the manual clicking.

1. Subscribe to the Formsite MCP via the Vinkius Marketplace.
2. Enter your Formsite Server, User Directory, and Access Token from your settings.
3. Ask your agent to pull results, check webhooks, or list your forms.

## Frequently Asked Questions

**Can I see survey results with Formsite MCP?**
Yes, you can pull the latest submissions directly into your chat. This allows you to analyze feedback without leaving your workspace.

**Does Formsite MCP work with Claude?**
It works with any MCP-compatible client, including Claude, Cursor, and Windsurf.

**Can I manage webhooks using Formsite MCP?**
Yes, you can list, create, and delete webhooks to manage your data automation easily.

**How do I connect my Formsite account?**
You'll need your Formsite Server, User Directory, and an Access Token, which you can find in your Formsite account settings.

**Can I see what questions are in a form?**
Yes, you can list all the fields for a specific form to see exactly what questions are live.

**Does Formsite MCP help with reporting?**
Yes, you can fetch the reports defined for your forms to get a quick snapshot of your data trends.

**How do I get an Access Token for Formsite?**
You can find your Access Token in your Formsite account by going to Form Settings > Integrations > Formsite API.

**What is the 'Server' and 'User Directory' required for setup?**
The Server is your prefix (e.g., fs18) and the User Directory is your account name. Both are displayed on the Formsite API integration page.

**Can I receive real-time notifications for new form results?**
Yes! Use the 'create_webhook' tool to subscribe a URL to the 'result_completed' event for any of your forms.

**Are the results returned in JSON format?**
Yes, all data retrieved through this Connector is provided in a structured format, which the AI agent can then summarize for you.