Cognito Forms Connector for AI agents.
12 live capabilities
Manage online form submissions and lead data through natural conversation.
Waiting for input…
Why people use Cognito Forms
Stop the manual data grind with Cognito Forms form management
With this Connector, you can ask your agent to find the last three entries for a specific form. It pulls the data, summarizes the highlights, and gives you the answers instantly. You stop hunting for data and start using it.
What Vinkius changes
You get a conversational interface for your entire Cognito Forms data ecosystem.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Lead Triage
A sales lead comes in, and the user asks the agent to search_entries for "urgent" tags to prioritize follow-ups.
- Real-world use case 02
Bulk Data Entry
A developer needs to populate a test environment and uses create_entry to inject mock submissions.
- Real-world use case 03
Schema Validation
A dev uses get_form to make sure their external app's data matches the Cognito Forms field requirements.
Complete set · 12capabilities
The complete Cognito Forms capability set.
These are the exact actions your AI can choose when you ask it to work with Cognito Forms.
01—04
4 capabilities in this set.
Part of 12 available through Cognito Forms.
- 01 Capability
Check cognito status
Verify that your connection to Cognito Forms is active and working.
- 02 Capability
Create entry
Submit a new form response directly from your AI agent.
- 03 Capability
Delete entry
Remove a specific form submission from your records.
- 04 Capability
Get entry
Fetch all details for a single form submission.
05—08
4 capabilities in this set.
Part of 12 available through Cognito Forms.
- 05 Capability
Get form fields
View the specific fields and labels within a chosen form.
- 06 Capability
Get form
Retrieve the full JSON schema for any form to see its structure.
- 07 Capability
List entries
See a list of all submissions for a specific form.
- 08 Capability
List forms
Browse all active and archived forms in your account.
09—12
4 capabilities in this set.
Part of 12 available through Cognito Forms.
- 09 Capability
List organizations
View the different organizations associated with your account.
- 10 Capability
List templates
See the various form templates available to you.
- 11 Capability
Search entries
Find specific submissions based on your search criteria.
- 12 Capability
Update entry
Modify the data within an existing form submission.
Set up in minutes
One URL. Then ask Cognito Forms to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Cognito 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_i3vak4XY7WAJ8SA2PJySbblS2mmqmpNWTbmVo8D6/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 Cognito Forms, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Cognito Forms for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_i3vak4XY7WAJ8SA2PJySbblS2mmqmpNWTbmVo8D6/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 Cognito Forms URL.
- Step 03
Save and start
Save the connection and enable Cognito Forms in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"cognito-forms": {
"url": "https://edge.vinkius.com/vk_preview_i3vak4XY7WAJ8SA2PJySbblS2mmqmpNWTbmVo8D6/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 Cognito Forms
Open Agent mode in chat and ask: "Using Cognito Forms, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"cognito-forms": {
"url": "https://edge.vinkius.com/vk_preview_i3vak4XY7WAJ8SA2PJySbblS2mmqmpNWTbmVo8D6/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 Cognito Forms
Ask Copilot: "Using Cognito Forms, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"cognito-forms": {
"url": "https://edge.vinkius.com/vk_preview_i3vak4XY7WAJ8SA2PJySbblS2mmqmpNWTbmVo8D6/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 Cognito Forms
Open Cascade and ask: "Using Cognito Forms, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"cognito-forms": {
"url": "https://edge.vinkius.com/vk_preview_i3vak4XY7WAJ8SA2PJySbblS2mmqmpNWTbmVo8D6/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 Cognito Forms
Ask Cline: "Using Cognito Forms, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add cognito-forms --transport http "https://edge.vinkius.com/vk_preview_i3vak4XY7WAJ8SA2PJySbblS2mmqmpNWTbmVo8D6/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 Cognito Forms
Ask Claude: "Using Cognito Forms, show me...". 12 tools are ready
Where the request belongs
Work Cognito Forms can move forward.
This is for the operations lead who is tired of manual data entry and the analyst who spends hours exporting CSVs just to build a single report.
Operations Manager
Uses the Connector to check submission statuses and summarize form volume during morning standups.
Data Analyst
Pulls structured form data into their workspace to create reports without leaving their primary AI client.
Developer
Queries form schemas to ensure their external app's data matches the current form validation rules.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsJotform
Build powerful online forms with drag-and-drop ease, collect payments, gather signatures, and process submissions automatically.
123FormBuilder
Build and manage online forms, collect submissions, and organize workspaces with AI-powered form automation for any workflow.
Proforms
Online form builder and data collection.
OpnForm
Create beautiful open-source forms with conditional logic, file uploads, and integrations that rival premium form builders.
Mokaform
Create interactive forms and surveys with visual logic builders that adapt questions based on previous answers dynamically.
Formstack
Manage professional forms, track submissions, and automate data collection via AI agents with Formstack.
Bring your own AI
Change the model, client or framework. Keep Cognito 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 Cognito Forms.
The practical details behind the request, access and result.
Can I use Cognito Forms MCP to see my submissions?
Yes, you can ask your agent to list entries or search for specific ones. It pulls the data directly into your chat so you don't have to leave your workspace.
How do I get data from Cognito Forms into my AI agent?
You connect your account via Vinkius, and the agent can then pull entries or schemas on demand. It acts as a bridge between your forms and your AI client.
Can my agent create form entries for me?
Yes, you can let your agent submit data directly into your forms. This is great for automating lead capture or injecting test data into your systems.
Does Cognito Forms MCP support multiple organizations?
Yes, it can list and manage different organizations associated with your account, giving your agent a broader view of your form ecosystem.
Can I see the structure of my forms?
Yes, the agent can retrieve the full JSON schema for any form you have. This helps you understand validation rules and field types without opening the builder.
Is this good for high-volume data?
It's excellent for pulling specific data points, searching records, and creating entries. It helps keep your workflows moving by removing the need for manual exports.
How do I find my Cognito Forms API Key?
Log in to your account, navigate to Organization Settings > API Tokens, and generate a new token for the REST API.
Can I retrieve the schema for a form via AI?
Yes! The get_form_schema capability retrieves the complete JSON definition of your form, including field types and validation rules.
How do I create a new entry programmatically?
Use the create_entry capability and provide a JSON string containing the data for the fields defined in your form's schema.
One connection away
Give your agent a direct line to Cognito Forms.
Connect Cognito 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