Kizeo Forms Connector for AI agents.
9 live capabilities
Automate your field data collection and mobile form management.
Waiting for input…
Why people use Kizeo Forms
Kizeo Forms Field Data Automation
This Connector changes that by giving your AI agent a direct line to your data. Instead of clicking through menus to find a specific report, you can just ask your agent to pull it up for you. You get the information you need in seconds, allowing you to focus on managing your team instead of managing your tabs.
What Vinkius changes
You get a direct conversational bridge to your field data without leaving your chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding specific reports
A supervisor asks for all pending inspections from Site A.
- Real-world use case 02
Rapid technician onboarding
An admin tells the agent to add a new technician to the system.
- Real-world use case 03
Pushing remote site updates
An office worker needs to send a new site address to a field team.
Complete set · 9capabilities
The complete Kizeo Forms capability set.
These are the exact actions your AI can choose when you ask it to work with Kizeo Forms.
01—03
3 capabilities in this set.
Part of 9 available through Kizeo Forms.
- 01 Capability
Create new user
Add a new user to your account with a name, email, and password. This helps with quick team onboarding.
- 02 Capability
Delete account user
Remove a specific user from your account permissions. Use this to clean up old profiles.
- 03 Capability
List all forms
Get a complete list of all mobile forms currently in your account. It shows you every active data point.
04—06
3 capabilities in this set.
Part of 9 available through Kizeo Forms.
- 04 Capability
Search form data
Find specific form entries using advanced filters on custom fields. This is great for finding specific reports.
- 05 Capability
Get form entry data
Pull the full data set for a single form submission. Use this to review specific field details.
- 06 Capability
Get form definition
View the structure and field definitions of a specific form. This helps you understand what data is being collected.
07—09
3 capabilities in this set.
Part of 9 available through Kizeo Forms.
- 07 Capability
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.
- 08 Capability
Update existing user
Change the profile details for a user already in your account. Use this to update permissions or names.
- 09 Capability
List account users
See a full list of every user currently in your organization. This helps you manage your team's access.
Set up in minutes
One URL. Then ask Kizeo Forms to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Kizeo Forms from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_LxnNjkcw2SlmKuUZK7lLxMaowVDXhnTEHrW1Zftn/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Kizeo Forms, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Kizeo Forms for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_LxnNjkcw2SlmKuUZK7lLxMaowVDXhnTEHrW1Zftn/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Kizeo Forms URL.
- Step 03
Save and start
Save the connection and enable Kizeo Forms in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"kizeo-forms": {
"url": "https://edge.vinkius.com/vk_preview_LxnNjkcw2SlmKuUZK7lLxMaowVDXhnTEHrW1Zftn/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Kizeo Forms
Open Agent mode in chat and ask: "Using Kizeo Forms, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"kizeo-forms": {
"url": "https://edge.vinkius.com/vk_preview_LxnNjkcw2SlmKuUZK7lLxMaowVDXhnTEHrW1Zftn/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Kizeo Forms
Ask Copilot: "Using Kizeo Forms, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"kizeo-forms": {
"url": "https://edge.vinkius.com/vk_preview_LxnNjkcw2SlmKuUZK7lLxMaowVDXhnTEHrW1Zftn/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Kizeo Forms
Open Cascade and ask: "Using Kizeo Forms, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"kizeo-forms": {
"url": "https://edge.vinkius.com/vk_preview_LxnNjkcw2SlmKuUZK7lLxMaowVDXhnTEHrW1Zftn/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Kizeo Forms
Ask Cline: "Using Kizeo Forms, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add kizeo-forms --transport http "https://edge.vinkius.com/vk_preview_LxnNjkcw2SlmKuUZK7lLxMaowVDXhnTEHrW1Zftn/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Kizeo Forms
Ask Claude: "Using Kizeo Forms, show me...". 9 tools are ready
Where the request belongs
Work Kizeo Forms can move forward.
This is for the operations manager who is buried in spreadsheets or the field supervisor who needs to check status updates without logging into a separate portal. It's for anyone tired of the tab fatigue of managing remote data collection.
Operations Manager
Auditing field submissions and assigning tasks via natural language commands.
Field Supervisor
Checking form definitions and entry data on the fly to keep projects moving.
Systems Integrator
Connecting mobile form logic and data pushing into custom operational capabilities.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse Connectors123FormBuilder
Build and manage online forms, collect submissions, and organize workspaces with AI-powered form automation for any workflow.
JotForm
Manage forms, submissions, and reports via JotForm API.
Proforms
Online form builder and data collection.
Paperform
Manage online forms and submissions via Paperform. list forms, track submissions, and configure webhooks directly from any AI agent.
OpnForm
Create beautiful open-source forms with conditional logic, file uploads, and integrations that rival premium form builders.
Formsite
Manage forms, retrieve results, and automate data collection via AI agents with Formsite.
Bring your own AI
Change the model, client or framework. Keep Kizeo Forms connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Kizeo Forms.
The practical details behind the request, access and result.
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 capability 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 capability 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 capability with the target Form ID and a JSON object containing the field values you want to pre-fill.
One connection away
Give your agent a direct line to Kizeo Forms.
Connect Kizeo Forms once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available