Formstack Connector for AI agents.
12 live capabilities
Automate your professional data collection and form management workflows.
Waiting for input…
Why people use Formstack
Formstack for Automated Data Collection
This Connector lets your agent handle that loop for you. Just tell your agent to pull the latest submissions or get the stats for a specific survey. You get the data you need without ever opening a new tab.
What Vinkius changes
You get a conversational interface for your entire Formstack data library.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Compliance Auditing
A compliance officer needs to check if a form meets privacy rules.
- Real-world use case 02
Quick Campaign Launches
A marketer needs to put a survey on a new page.
- Real-world use case 03
Daily Performance Checks
An ops manager needs a daily report on lead volume.
Complete set · 12capabilities
The complete Formstack capability set.
These are the exact actions your AI can choose when you ask it to work with Formstack.
01—04
4 capabilities in this set.
Part of 12 available through Formstack.
- 01 Capability
List forms
See a list of every form currently in your Formstack account. Use this to get an overview of your library.
- 02 Capability
List submissions
Get a list of all recent submissions for a form. This lets you see the latest activity in one glance.
- 03 Capability
Update form
Change the settings or configuration of an existing form. This allows you to make quick updates via chat.
- 04 Capability
Get form html
Get the raw HTML code for a form so you can embed it on a site. This saves you from digging through settings menus.
05—08
4 capabilities in this set.
Part of 12 available through Formstack.
- 05 Capability
Get form stats
Check the total number of submissions for a specific form. It's the fastest way to see if your latest campaign is converting.
- 06 Capability
Get form details
Pull the configuration metadata for a specific form. Use this to audit your form settings quickly.
- 07 Capability
Create form
Build a brand new form from scratch using AI commands. It's a fast way to launch new data collection points.
- 08 Capability
Create webhook
Add a new webhook to send real-time notifications. Use this to connect your forms to your other capabilities.
09—12
4 capabilities in this set.
Part of 12 available through Formstack.
- 09 Capability
Delete form
Permanently remove a form from your account. This helps you keep your workspace clean and organized.
- 10 Capability
Get submission details
View the specific data points within an individual submission. This helps you see exactly what a user entered.
- 11 Capability
List form fields
See all the fields and validation rules defined in a form. It's great for checking your data structure.
- 12 Capability
List form webhooks
See all the active webhooks attached to your forms. Use this to manage your automation triggers.
Set up in minutes
One URL. Then ask Formstack to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Formstack 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_sAFtY8oJFPBXESnwz2uYOaHIfpvu02PviJr3yPbg/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 Formstack, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Formstack for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_sAFtY8oJFPBXESnwz2uYOaHIfpvu02PviJr3yPbg/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 Formstack URL.
- Step 03
Save and start
Save the connection and enable Formstack in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"formstack": {
"url": "https://edge.vinkius.com/vk_preview_sAFtY8oJFPBXESnwz2uYOaHIfpvu02PviJr3yPbg/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 Formstack
Open Agent mode in chat and ask: "Using Formstack, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"formstack": {
"url": "https://edge.vinkius.com/vk_preview_sAFtY8oJFPBXESnwz2uYOaHIfpvu02PviJr3yPbg/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 Formstack
Ask Copilot: "Using Formstack, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"formstack": {
"url": "https://edge.vinkius.com/vk_preview_sAFtY8oJFPBXESnwz2uYOaHIfpvu02PviJr3yPbg/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 Formstack
Open Cascade and ask: "Using Formstack, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"formstack": {
"url": "https://edge.vinkius.com/vk_preview_sAFtY8oJFPBXESnwz2uYOaHIfpvu02PviJr3yPbg/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 Formstack
Ask Cline: "Using Formstack, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add formstack --transport http "https://edge.vinkius.com/vk_preview_sAFtY8oJFPBXESnwz2uYOaHIfpvu02PviJr3yPbg/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 Formstack
Ask Claude: "Using Formstack, show me...". 12 tools are ready
Where the request belongs
Work Formstack can move forward.
This is for the operations person who is tired of manual data entry, the marketing lead chasing leads, or the compliance officer who needs to audit data without opening fifty different tabs.
Operations Manager
Checking submission counts and active form statuses during daily standups to keep projects moving.
Compliance Officer
Auditing form metadata and field validation rules to ensure data collection standards are met.
Marketing Coordinator
Pulling lead data and getting embed codes for new campaign landing pages on a Tuesday afternoon.
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.
OpnForm
Create beautiful open-source forms with conditional logic, file uploads, and integrations that rival premium form builders.
Proforms
Online form builder and data collection.
FormKeep
Manage form submissions, automate backends, and oversee data retrieval via AI agents with FormKeep.
Feathery
Automate forms and user workflows via Feathery. manage users, retrieve form data, and monitor connector logs directly through your AI agent.
Paperform
Manage online forms and submissions via Paperform. list forms, track submissions, and configure webhooks directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Formstack 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 Formstack.
The practical details behind the request, access and result.
Can the Formstack MCP create new forms for me?
Yes, you can ask your agent to build a new form from scratch. It will handle the setup and configuration based on your description.
How do I get submission data using Formstack MCP?
Your agent can pull a list of all recent submissions or dive into the specific details of an individual record whenever you ask.
Can I use Formstack MCP to manage webhooks?
Absolutely. You can ask your agent to list existing webhooks or create new ones to trigger actions in your other apps.
Does Formstack MCP work with Claude and Cursor?
Yes, it works with any MCP-compatible client, including Claude, Cursor, and Windsurf, to give your agent access to your Formstack account.
Can I delete old forms with Formstack MCP?
Yes, you can tell your agent to remove inactive or old forms from your account to keep your workspace organized.
How do I get the embed code for a form?
Just ask your agent for the HTML of a specific form. It will pull the raw code so you can quickly add it to your website or landing page.
How do I get an Access Token for Formstack?
You can generate a Personal Access Token in your Formstack account settings under the API section.
Can I retrieve the raw HTML of a form for embedding?
Yes! Use the 'get_form_html' capability and provide the Form ID. The agent will return the raw HTML code ready for use.
Is there a limit to the number of submissions I can retrieve?
The retrieval depends on your Formstack plan limits. The 'list_submissions' capability supports pagination to help you navigate through large sets of records.
Can I manage form webhooks through the agent?
Yes, you can use the 'list_form_webhooks' and 'create_webhook' capabilities to monitor and automate your real-time data notifications.
One connection away
Give your agent a direct line to Formstack.
Connect Formstack once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available