# Feathery MCP for AI Agents AI Agent Connect

> Feathery MCP lets you manage your Feathery.io forms and user workflows directly through your AI agent. You can pull submission data, check real-time session progress, audit connector logs for errors, and manage your environments without leaving your chat interface. It turns your AI into a dedicated operations assistant for your form infrastructure.

## Overview
- **Category:** business-operations
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_9L0PweKYBnvfzplpbtL5umJV9I07hLoTq9siaG16/ai-agent-connect
- **Tags:** form-builder, user-onboarding, data-collection, workflow-orchestration, submission-tracking

## Description

Managing form data and user workflows usually means jumping between browser tabs, digging through nested menus, and hunting for specific submission errors in log files. This Connector changes that by giving your AI agent a direct line into your Feathery.io account. Instead of manually searching for a specific user's history or trying to figure out why an API connector failed, you just ask your agent to find the data or report the issue. You can pull granular field data, check the current state of a user's progress through a multi-step form, and verify your account details in one go. Because Vinkius makes it easy to connect these tools, you can keep your entire operations workflow inside a single chat window. It's about getting answers immediately, whether you're troubleshooting a broken integration or looking for a customer's specific input, without the usual friction of navigating a complex dashboard.

## Tools

### list_users
See every user in your current environment. Use this to find specific profiles for support or auditing.

### get_account_info
Pull your general Feathery account details. It's useful for verifying your current plan or organization status.

### get_form_details
Get the structure and metadata for a specific form. This helps you understand how a form is built without opening the editor.

### get_form_session
See the current progress of a user in a specific form. Use this to identify where people are getting stuck.

### get_me
Check your current API token identity. It's a quick way to make sure your agent is authorized correctly.

### get_user_data
Fetch all field values a specific user submitted across your forms. This is your primary way to look up customer input.

### get_workflow_details
Get the specifics of a single automated workflow. Use this to see how data moves through your system.

### list_connector_logs
Pull recent error logs for a specific form's API connectors. This helps you find out why data syncs are failing.

### list_environments
See all the different Feathery environments you have active. It's the quickest way to switch context between staging and production.

### list_forms
Get a full list of every form in your account. Use this to quickly find the IDs you need for other tasks.

### list_workflows
Get a list of every automated workflow you've built. This helps you keep track of your entire automation map.

## Prompt Examples

**Prompt:** 
```
Show me the error logs for the lead gen form.
```

**Response:** 
```
I've checked the connector logs for your Lead Gen form. I found one error: 'Invalid API Key for CRM sync'. All other syncs are working fine. Would you like me to check your account info to verify the key?
```

**Prompt:** 
```
What did user_442 submit?
```

**Response:** 
```
User_442 submitted the following:

| Field | Value |
| :--- | :--- |
| Name | Sarah Jenkins |
| Plan | Enterprise |
| Goal | Scale team size |

They also completed the 'Onboarding' form.
```

**Prompt:** 
```
List all my active forms.
```

**Response:** 
```
You have 4 active forms in your account:

- **User Onboarding** (ID: form_1)
- **Feedback Survey** (ID: form_2)
- **Lead Capture** (ID: form_3)
- **Support Ticket** (ID: form_4)

Which one would you like to inspect?
```

## Capabilities

### Pull specific user submission data
Your agent can fetch every field value a specific user submitted across all your forms.

### Check real-time form session status
See exactly where a user is in a multi-step form to identify friction points.

### Audit API connector error logs
View recent logs for specific forms to find out why data isn't syncing correctly.

### List all active forms and environments
Get a full inventory of your forms and switch between staging and production views.

### Inspect automated workflow details
View the structural details and execution status of your automated workflows.

### Verify account and API identity
Check your current API token status and account information instantly.

## Use Cases

### Troubleshooting a broken lead sync
A marketing engineer asks the agent to check the connector logs for the 'Lead Gen' form to see why the CRM isn't updating.

### Personalized customer support
A success rep asks the agent for all data submitted by a specific user ID to see what they chose in the onboarding survey.

### Analyzing form friction
A product manager asks for the current session status of users on the 'Sign Up' form to see if they're getting stuck on step three.

### Auditing automation
An operations lead asks the agent to list all active workflows to ensure no redundant automations are running in the production environment.

## Benefits

- Stop hunting for submission errors by using list_connector_logs to see exactly why an API sync failed in seconds.
- Get instant answers on user behavior with get_form_session, letting you see exactly where people drop off in your onboarding flows.
- Pull specific customer inputs using get_user_data to give your support team the context they need without manual searching.
- Manage your entire form library from one place using list_forms and list_environments to keep your production data organized.
- Verify your integration health quickly with get_workflow_details to ensure your automated paths are actually executing.
- Confirm your account status and permissions instantly with get_me and get_account_info to avoid auth headaches.

## How It Works

The bottom line is you get a way to manage your entire form infrastructure through a conversation.

1. Copy your Feathery API Key from your account settings.
2. Connect this Connector through Vinkius and provide your API key.
3. Ask your agent to list forms, pull user data, or check logs.

## Frequently Asked Questions

**Can I use the Feathery MCP to see why my data isn't syncing?**
Yes, you can ask your agent to check the connector logs for a specific form. It will show you the recent errors and tell you exactly what's blocking the data flow.

**How does the Feathery MCP help with customer support?**
It allows your agent to pull all the specific data a user submitted across your forms. You can quickly see their history and preferences to provide faster, more personalized help.

**Can my agent see where users are getting stuck in my forms?**
Yes, you can use the session tool to see the current progress of a user in a specific form. This helps you identify friction points in your onboarding or survey flows.

**Does the Feathery MCP work with my existing Feathery.io account?**
Yes, it connects directly to your existing account. You just need your API key to let your agent manage your forms, users, and workflows.

**Can I use this to manage multiple environments?**
Yes, the Connector can list your different environments, so you can check your staging and production setups without switching between different URLs.

**What kind of user data can I retrieve?**
You can get all the field values submitted by a specific user across all your automated forms. This gives you a full history of their interactions with your brand.

**How do I obtain my Feathery API Key?**
Log in to your Feathery dashboard, navigate to **Settings > API**, and generate a new key. Ensure you copy the token immediately as it is only shown once.

**Can I see the data submitted by a specific user?**
Yes! Use the `get_user_data` tool with the specific User ID to retrieve all field values submitted by that user across any of your forms.

**How can I troubleshoot integration errors via chat?**
The `list_connector_logs` tool retrieves recent error logs for your API connectors. This allows your agent to identify exactly which field mapping or endpoint caused a failure.