# Kizeo Forms MCP for AI Agents AI Agent Connect

> Kizeo Forms MCP lets you manage your mobile forms and field data directly through your AI client. It handles everything from listing active forms and retrieving specific submissions to pushing new data entries and managing user permissions across your organization. It's built for teams who need to get data out of the field and into their workflows without constant manual clicking.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_LxnNjkcw2SlmKuUZK7lLxMaowVDXhnTEHrW1Zftn/ai-agent-connect
- **Tags:** mobile-forms, data-collection, field-data, workflow-automation, digital-forms, data-submission

## Description

If you manage a field service or logistics company, you know the headache of chasing down data. You're usually stuck toggling between your browser, your phone, and a mess of spreadsheets just to see what your team is doing in real time. This Connector changes the game by letting you talk to your Kizeo Forms account directly through your AI client. Instead of digging through a dashboard to find a specific entry or manually creating new user profiles, you can just ask your agent to do it for you. You can query specific form entries using filters, push new data into forms to update your field crew, or pull the full definition of a form to see exactly what questions are being asked. It's about getting rid of the busy work of data entry and administrative overhead. By connecting this to your workflow via Vinkius, you turn your mobile form data into something you can actually interact with using plain English. You get to spend less time clicking buttons and more time actually making decisions based on the information your team sends in.

## Tools

### create_new_user
Add a new user to your account with a name, email, and password. This helps with quick team onboarding.

### delete_account_user
Remove a specific user from your account permissions. Use this to clean up old profiles.

### list_all_forms
Get a complete list of all mobile forms currently in your account. It shows you every active data point.

### search_form_data
Find specific form entries using advanced filters on custom fields. This is great for finding specific reports.

### get_form_entry_data
Pull the full data set for a single form submission. Use this to review specific field details.

### get_form_definition
View the structure and field definitions of a specific form. This helps you understand what data is being collected.

### push_data_to_form
Send a new data entry into a form using a JSON body of field values. This pushes updates directly to your team.

### update_existing_user
Change the profile details for a user already in your account. Use this to update permissions or names.

### list_account_users
See a full list of every user currently in your organization. This helps you manage your team's access.

## Prompt Examples

**Prompt:** 
```
Find the last 3 submissions for the 'Site Inspection' form.
```

**Response:** 
```
I've pulled the latest entries for the Site Inspection form:

| Date | Technician | Status |
| :--- | :--- | :--- |
| Oct 24 | Jane Doe | Completed |
| Oct 23 | John Smith | Pending |
| Oct 22 | Mike Ross | Completed |

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

**Prompt:** 
```
Add a new user named Sarah Jenkins with the email sarah.j@company.com.
```

**Response:** 
```
I've successfully added Sarah Jenkins to your Kizeo Forms account. Her profile is now active, and you can assign her to forms as needed.
```

**Prompt:** 
```
What fields are in our 'Inventory Audit' form?
```

**Response:** 
```
The Inventory Audit form includes the following fields:

* **Item Name** (Text)
* **Quantity** (Number)
* **Condition** (Dropdown: New, Used, Damaged)
* **Location ID** (Text)
* **Photos** (Image Upload)
```

## Capabilities

### Search for specific form entries
Find exact submissions using custom filters on your field data.

### Push new data into forms
Send new data entries into existing forms to update your field team.

### List all mobile forms
See every active form and its field structure in your account.

### Manage organization users
Add, update, or remove users and permissions through your AI client.

### Retrieve full submission data
Pull complete data sets for individual form entries for auditing.

### Get form definitions
View the exact structure and fields of any specific form.

## Use Cases

### Finding specific reports
A supervisor asks for all pending inspections from Site A. The agent uses `search_form_data` to list them immediately.

### Rapid technician onboarding
An admin tells the agent to add a new technician to the system. The agent uses `create_new_user` to set up the profile.

### Pushing remote site updates
An office worker needs to send a new site address to a field team. The agent uses `push_data_to_form` to update the data.

### Auditing form structures
A manager needs to see the exact fields of a specific form. The agent uses `get_form_definition` to show the layout.

## Benefits

- Stop digging through dashboards by using `search_form_data` to find specific field entries in seconds.
- Update your field crew instantly by using `push_data_to_form` to send new work assignments without leaving your chat.
- Handle onboarding faster by using `create_new_user` and `update_existing_user` to manage your team's profiles.
- See your entire operation at a glance by using `list_all_forms` to view every active data collection point.
- Audit field activity with precision by using `get_form_entry_data` to pull specific submission details.

## How It Works

The bottom line is you get a direct conversational bridge to your field data without leaving your chat interface.

1. Connect your Kizeo Forms authorization token to the Connector.
2. Open your preferred AI client and describe the data task you need to complete.
3. Receive your filtered results or confirmed data pushes immediately.

## Frequently Asked Questions

**Can I use Kizeo Forms MCP to add new team members?**
Yes. You can tell your AI agent to create new users with their names and emails, making it much faster to onboard new field staff without logging into the web portal.

**How do I find a specific submission using Kizeo Forms?**
You can ask your agent to search for submissions using specific filters, such as a site name or a date range, and it will pull those results for you instantly.

**Can I send data to my forms using my AI agent?**
Yes. You can describe the data you want to record, and the agent will push that information into your existing mobile forms automatically.

**Does Kizeo Forms MCP let me see my form structures?**
It does. You can ask your agent to show you the definitions of any form, which helps you see exactly what data your team is collecting in the field.

**Can I use Kizeo Forms MCP to manage my field data?**
Absolutely. It provides a conversational way to query, audit, and update your field data, giving you more control over your operations without the manual clicking.

**How does Kizeo Forms MCP help with remote operations?**
It bridges the gap between field work and office management. You can check statuses and push updates to remote teams in real time using just your voice or text commands.

**How do I find my Form ID?**
Use the `list_all_forms` tool to see a comprehensive list of all forms in your account along with their unique IDs.

**Can I filter form data using specific fields?**
Yes, the `search_form_data` tool allows you to perform advanced searches by providing a JSON object with your filtering criteria.

**Is it possible to push data to a form via the agent?**
Absolutely. Use the `push_data_to_form` tool with the target Form ID and a JSON object containing the field values you want to pre-fill.