# Paperform MCP for AI Agents AI Agent Connect

> Paperform MCP lets you manage your online forms and submissions directly through your AI agent. You can pull data from specific responses, organize your form library, and configure webhooks without switching tabs. It connects your Paperform account to your workflow so you can audit metadata, manage custom domains, and track leads in real-time.

## Overview
- **Category:** business-operations
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_8MBWFlWiUHxGlLSe4PjliJjRAXg1uNredJ9TTISa/ai-agent-connect
- **Tags:** form-builder, data-collection, webhook-management, survey-management, lead-generation

## Description

Managing data collection shouldn't feel like a chore of jumping between browser tabs and copying values into spreadsheets. This Connector lets you talk to your Paperform account as if it were a part of your team's memory. Instead of hunting for a specific form or digging through a messy list of entries, you can just ask your agent to pull the latest responses or check the status of a webhook. It's about getting the right information exactly when you need it to make a decision. You'll find it's a lot easier to keep your marketing operations organized when your AI can see your folder structure and tags clearly. It's one of the many ways Vinkius helps you bridge the gap between your core tools and your AI's capabilities. Whether you're auditing form metadata for a new launch or just trying to see how many people signed up for an event, you can do it through a simple conversation. You can check your account info, list your custom domains, or create new webhooks without ever having to navigate a complex dashboard. This turns your form data into a searchable, conversational resource that moves as fast as you do.

## Tools

### list_submissions
List submissions for a form. This lets you see the history of responses for a specific form.

### list_tags
List all tags used in the account. Use this to see how you're categorizing your different forms.

### list_webhooks
List webhooks for a form. This shows you every external connection currently active for a form.

### create_webhook
Create a new webhook for a form. This lets you send form data to other apps automatically.

### get_account_info
Get authenticated account information. Use this to check your current account status.

### get_form
Get details for a specific form. This helps you see how a form is configured without opening the editor.

### get_submission
Get details for a specific submission. This pulls the exact data a user sent in a form.

### list_custom_domains
List all custom domains configured. Use this to see which domains are active for your forms.

### list_folders
List all form folders. This helps you see how your forms are organized in the account.

### list_forms
List all Paperform forms. Use this to see every form you have available.

## Prompt Examples

**Prompt:** 
```
List all forms in my Paperform account.
```

**Response:** 
```
I've found 8 forms in your account. Here they are:

| Form Name | Status |
| :--- | :--- |
| Contact Us | Active |
| Product Feedback | Active |
| Event Registration | Active |
| ... | ... |

Which one would you like to see submissions for?
```

**Prompt:** 
```
Show me the last 5 submissions for the 'Event Registration' form.
```

**Response:** 
```
I've pulled the latest 5 entries for 'Event Registration': 

* **John Doe** - Registered for the VIP session. 
* **Jane Smith** - Registered for the general session. 
* **Alice Wong** - Registered for the VIP session. 
* **Bob Miller** - Registered for the general session. 
* **Charlie Day** - Registered for the VIP session. 

Would you like the full details for any of these?
```

**Prompt:** 
```
List all webhooks configured for form 'form_12345'.
```

**Response:** 
```
There are 2 webhooks active for that form: 

1. **Zapier Integration** (Pointing to your lead flow) 
2. **Custom Endpoint** (https://api.example.com/webhook) 

Do you need to create a new one or check a different form?
```

## Capabilities

### Pull form details
Get specific configurations for any form in your library.

### Track submissions
Fetch and analyze individual response data in real-time.

### Manage webhooks
Create and list webhooks to connect your forms to other apps.

### Organize folders
View your account structure to keep forms sorted.

### Audit tags
List all tags used across your account for consistent categorization.

### View custom domains
See which custom domains are currently configured.

## Use Cases

### Lead Gen Tracking
A marketing manager asks the agent to list submissions for the 'Contact Us' form to see how many new leads came in this morning.

### Research Analysis
A product manager asks the agent to pull the last 5 submissions for a specific survey to identify common user pain points.

### Webhook Debugging
A developer asks the agent to list webhooks for a specific form to verify that the data is being sent to the correct endpoint.

### Library Audit
An admin asks the agent to list all tags to see if there are any duplicate categories across their entire form library.

## Benefits

- Stop switching tabs to check results. Use list_submissions to see your latest leads and survey responses directly in your chat window.
- Build faster integrations. Use create_webhook to set up new data flows between Paperform and your other business tools without manual configuration.
- Keep your library organized. Use list_folders and list_tags to quickly see how your forms are grouped and categorized across your account.
- Audit your setup faster. Use list_custom_domains and get_form to verify your active domains and form settings in seconds.
- Analyze data on demand. Use get_submission to pull specific user responses for deep dives into customer research without exporting files.

## How It Works

The bottom line is you get direct, conversational access to your Paperform data without leaving your chat interface.

1. Subscribe to this Connector on Vinkius.
2. Paste your Paperform Access Token from your account settings.
3. Ask your AI agent to list your forms or pull submission data.

## Frequently Asked Questions

**Can the Paperform MCP help me see my form submissions?**
Yes, it lets you pull a list of submissions or get the full details of a specific entry directly in your chat. You don't have to log into the dashboard to see who filled out your forms.

**How do I use the Paperform MCP to manage webhooks?**
You can ask your agent to list all existing webhooks or create a new one for a specific form. This makes it much easier to manage your automations without manual clicks.

**Can I use the Paperform MCP to organize my form library?**
Yes, the Connector can list your folders and tags. This helps you see how your account is structured and keep your forms categorized correctly.

**Does the Paperform MCP work with my custom domains?**
You can use it to see all the custom domains currently configured in your account. It's a quick way to audit your active links and settings.

**Can the Paperform MCP help with marketing research?**
Definitely. You can pull specific survey responses to analyze customer feedback or check submission counts for different campaigns instantly.

**Is the Paperform MCP good for checking account details?**
Yes, it can retrieve your authenticated account information, which is useful for auditing your setup or verifying your connection status.

**How do I find my Paperform Access Token?**
In your Paperform account, go to **Account Settings** > **API**. There you can create and manage your API access tokens.

**Can I see individual form responses?**
Yes! Use the `list_submissions` tool to see a list of responses for a specific form, and `get_submission` to retrieve the full data for a particular entry.

**Does this support webhook management?**
Absolutely. You can use the `list_webhooks` and `create_webhook` tools to monitor and configure integrations for any of your forms.