Basin Connector for AI agents.
12 live capabilities
Manage form submissions and lead capture data through natural conversation.
Waiting for input…
Why people use Basin
Basin for Automating Lead Capture Audits
This Connector changes the game by letting your AI agent do the heavy lifting. Instead of digging through rows, you can just ask your agent to find the most recent signups or tell it to flag a specific entry as spam. You get a clean way to handle inbound data without ever having to manually click through a complex admin panel.
What Vinkius changes
That your AI agent becomes your personal lead management dashboard.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Cleaning up bot noise
A marketing manager notices a spike in fake signups.
- Real-world use case 02
Fixing a failed sync
An operations lead notices a lead didn't make it to the CRM.
- Real-world use case 03
Quick lead auditing
A support rep needs to know who signed up in the last hour.
Complete set · 12capabilities
The complete Basin capability set.
These are the exact actions your AI can choose when you ask it to work with Basin.
01—04
4 capabilities in this set.
Part of 12 available through Basin.
- 01 Capability
Delete submission
Permanently remove a submission from your records. This helps keep your lead database organized and free of old data.
- 02 Capability
Get account check
Verify that your Basin API connection is active. Use this to ensure your credentials are working correctly.
- 03 Capability
Get submission
Get all the data points for a specific submission. Use this to view every detail a user provided in a form.
- 04 Capability
List form submissions
List every submission tied to a specific form. This is useful for auditing one specific campaign or landing page.
05—08
4 capabilities in this set.
Part of 12 available through Basin.
- 05 Capability
List submissions
View all submissions across every form in your account. This provides a high-level overview of all your inbound leads.
- 06 Capability
Mark as not spam
Unmark a submission that was incorrectly flagged as spam. This ensures your real leads are never ignored by your system.
- 07 Capability
Get form
Retrieve the metadata and details for a specific form. Use this to understand what data a specific form is collecting.
- 08 Capability
Get latest submission
Fetch the single most recent entry from your forms. This is perfect for quickly checking the newest person who reached out.
09—12
4 capabilities in this set.
Part of 12 available through Basin.
- 09 Capability
List forms
Show all the forms currently in your Basin account. Use this to see every data collection point you have active.
- 10 Capability
Mark as spam
Flag a submission as spam. This keeps your database clean by filtering out bots and fake entries.
- 11 Capability
Refire webhooks
Manually trigger a webhook for a specific submission. Use this to sync your data if a previous integration failed to run.
- 12 Capability
Update submission
Update the metadata or status for a specific submission. This allows you to manage internal notes or status flags.
Set up in minutes
One URL. Then ask Basin to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Basin 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_KcFMRPheQaoIXhLhjbUvrHJpVT1srqmicIeHRWZf/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 Basin, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Basin for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_KcFMRPheQaoIXhLhjbUvrHJpVT1srqmicIeHRWZf/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 Basin URL.
- Step 03
Save and start
Save the connection and enable Basin in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"basin": {
"url": "https://edge.vinkius.com/vk_preview_KcFMRPheQaoIXhLhjbUvrHJpVT1srqmicIeHRWZf/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 Basin
Open Agent mode in chat and ask: "Using Basin, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"basin": {
"url": "https://edge.vinkius.com/vk_preview_KcFMRPheQaoIXhLhjbUvrHJpVT1srqmicIeHRWZf/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 Basin
Ask Copilot: "Using Basin, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"basin": {
"url": "https://edge.vinkius.com/vk_preview_KcFMRPheQaoIXhLhjbUvrHJpVT1srqmicIeHRWZf/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 Basin
Open Cascade and ask: "Using Basin, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"basin": {
"url": "https://edge.vinkius.com/vk_preview_KcFMRPheQaoIXhLhjbUvrHJpVT1srqmicIeHRWZf/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 Basin
Ask Cline: "Using Basin, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add basin --transport http "https://edge.vinkius.com/vk_preview_KcFMRPheQaoIXhLhjbUvrHJpVT1srqmicIeHRWZf/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 Basin
Ask Claude: "Using Basin, show me...". 12 tools are ready
Where the request belongs
Work Basin can move forward.
This is for the marketing manager buried in spreadsheets, the support rep trying to find a customer's history, and the ops lead tired of manual webhook debugging.
Marketing Manager
Audits campaign leads and filters out bot noise through a natural chat interface on Tuesday afternoons.
Customer Support Representative
Quickly pulls up contact form details to provide faster answers to new inquiries.
Operations Lead
Monitors form activity and manually triggers webhooks to fix broken data syncs.
Web Developer
Builds automated data processing flows that handle form submissions without extra middleware.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsFormKeep
Manage form submissions, automate backends, and oversee data retrieval via AI agents with FormKeep.
Formspree
Manage form submissions and automate data collection via Formspree. list entries, filter by date, and submit new data directly from your AI agent.
Serviceform
Convert website visitors with chatbots, forms, and booking widgets that generate leads and collect data without friction.
Typeform
Create beautifully designed forms and surveys that ask one question at a time and get dramatically higher completion rates.
123FormBuilder
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.
Bring your own AI
Change the model, client or framework. Keep Basin 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 Basin.
The practical details behind the request, access and result.
How does Basin MCP help with lead capture management?
It lets your AI agent act as a direct interface for your form backend. You can ask it to list, audit, and filter leads in real time without leaving your chat window.
Can I use Basin MCP to filter out spam?
Yes. Your agent can identify suspicious entries and mark them as spam, which keeps your active lead database clean and focused on real customers.
How do I refire webhooks with Basin?
If a data sync fails, you can simply tell your agent to find the specific submission and trigger the webhook again to ensure your external capabilities are updated.
Can my agent see all my forms?
Yes, your agent can retrieve a list of all forms in your account, allowing you to manage multiple data collection points from a single conversation.
Is Basin MCP good for high-volume forms?
It's ideal for high-volume environments because it allows for quick auditing and bulk actions like marking spam, which saves you from manual dashboard navigation.
How does Basin MCP handle multiple forms?
It provides a centralized way to view and manage submissions from every form in your account, making it easy to switch between different campaigns instantly.
How can I check the latest lead that submitted a form?
Use the get_latest_submission capability. It automatically retrieves the single most recent entry across all your forms, allowing you to respond instantly.
Can the agent filter out spam submissions?
Yes. Use the mark_as_spam capability with a Submission ID to flag suspicious entries. You can also use mark_as_not_spam to restore entries that were incorrectly flagged.
Is it possible to re-send data to my CRM if it failed?
Yes. Use the refire_webhooks capability by providing the Submission ID. This manually triggers any webhooks associated with that form, ensuring your external integrations receive the data.
One connection away
Give your agent a direct line to Basin.
Connect Basin once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available