Formilla Connector for AI agents.
12 live capabilities
Manage live chat contacts and customer data through your AI agent.
Waiting for input…
Why people use Formilla
Formilla Live Chat Contact Management
This Connector changes that. Your agent handles the data entry. When a visitor provides their info, the agent saves it directly to Formilla. You get a clean database and a faster response time without the extra tabs.
What Vinkius changes
You get a way to manage your live chat database through plain conversation with your agent.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Automated Lead Capture
A visitor gives an email in chat.
- Real-world use case 02
Contextual Support
A user asks about a past order.
- Real-world use case 03
Privacy Request Handling
A customer asks to be removed from your list.
Complete set · 12capabilities
The complete Formilla capability set.
These are the exact actions your AI can choose when you ask it to work with Formilla.
01—04
4 capabilities in this set.
Part of 12 available through Formilla.
- 01 Capability
Get contact by email
Find a specific user's profile using their email address. This helps your agent identify returning customers quickly.
- 02 Capability
Get contact
Fetch all the details for a specific contact record. Use this to see the full profile of a customer during a chat.
- 03 Capability
Get conversation
Pull the full history of a specific chat interaction. It gives your agent the context it needs to stay helpful.
- 04 Capability
List contacts
See a full list of everyone in your Formilla account. This is great for getting a bird's eye view of your audience.
05—08
4 capabilities in this set.
Part of 12 available through Formilla.
- 05 Capability
List conversations
View a list of all recent chat threads. Use this to monitor recent activity across your site.
- 06 Capability
List segments
See how your audience is grouped into different segments. This helps your agent understand different customer types.
- 07 Capability
List visitors
Get a list of people currently or recently visiting your site. Use this to track real-time traffic.
- 08 Capability
Search contacts
Find specific people using various search criteria. It makes finding customers much faster than manual scrolling.
09—12
4 capabilities in this set.
Part of 12 available through Formilla.
- 09 Capability
Update contact
Change the information for an existing contact record. Use this to keep phone numbers and emails current.
- 10 Capability
Upsert contact
Create a new contact or update an existing one in one step. It's the best way to handle new leads automatically.
- 11 Capability
Check formilla status
Verify that your connection to Formilla is active. This ensures your agent can always reach your data.
- 12 Capability
Delete contact
Remove a contact from your database permanently. This helps you stay compliant with user privacy requests.
Set up in minutes
One URL. Then ask Formilla to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Formilla 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_5kIJol9qUEF1Y75V7c0dzIKDkkfRQGB29rqsTsxs/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 Formilla, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Formilla for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_5kIJol9qUEF1Y75V7c0dzIKDkkfRQGB29rqsTsxs/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 Formilla URL.
- Step 03
Save and start
Save the connection and enable Formilla in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"formilla": {
"url": "https://edge.vinkius.com/vk_preview_5kIJol9qUEF1Y75V7c0dzIKDkkfRQGB29rqsTsxs/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 Formilla
Open Agent mode in chat and ask: "Using Formilla, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"formilla": {
"url": "https://edge.vinkius.com/vk_preview_5kIJol9qUEF1Y75V7c0dzIKDkkfRQGB29rqsTsxs/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 Formilla
Ask Copilot: "Using Formilla, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"formilla": {
"url": "https://edge.vinkius.com/vk_preview_5kIJol9qUEF1Y75V7c0dzIKDkkfRQGB29rqsTsxs/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 Formilla
Open Cascade and ask: "Using Formilla, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"formilla": {
"url": "https://edge.vinkius.com/vk_preview_5kIJol9qUEF1Y75V7c0dzIKDkkfRQGB29rqsTsxs/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 Formilla
Ask Cline: "Using Formilla, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add formilla --transport http "https://edge.vinkius.com/vk_preview_5kIJol9qUEF1Y75V7c0dzIKDkkfRQGB29rqsTsxs/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 Formilla
Ask Claude: "Using Formilla, show me...". 12 tools are ready
Where the request belongs
Work Formilla can move forward.
Support leads who are tired of manual data entry and marketing folks who need to sync new leads without extra clicks.
Support Lead
Handles live chats and needs to see customer history instantly to provide better answers.
Marketing Ops
Syncs lead data from various sources into the chat system to keep the database current.
Data Privacy Officer
Manages contact deletions to meet compliance rules and keep the database clean.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsChatGen
Convert website visitors into qualified leads with AI chatbots that engage, qualify, and route prospects in real time.
Serviceform
Convert website visitors with chatbots, forms, and booking widgets that generate leads and collect data without friction.
ChatFly
Launch conversational AI chatbots that qualify leads, answer product questions, and book meetings without human intervention.
Typebot
Build conversational forms and chatbot flows with a beautiful open-source visual editor that creates engaging user experiences.
Crisp
Chat with website visitors in real time, manage support conversations, and build a knowledge base that reduces ticket volume.
Cliengo
Manage conversational marketing and leads via Cliengo. track chatbot conversations, monitor captured leads, and audit chat history directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Formilla 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 Formilla.
The practical details behind the request, access and result.
Can the Formilla MCP help me manage my live chat leads?
Yes, it lets your AI agent create and update contact records automatically as people chat with you.
How does Formilla help with customer data privacy?
It allows your agent to delete contacts directly, making it much easier to handle privacy requests and keep your database clean.
Can I see past chat history using Formilla?
Yes, your agent can pull up full conversation details so you have the context needed to provide better support.
Will this help me stop manual data entry?
Definitely. Your agent can take the information provided in a chat and save it to your Formilla account without you having to type anything.
Can Formilla sync my existing customer list?
Yes, you can use unique identifiers to sync your external user data with your live chat ecosystem.
Is Formilla good for marketing teams?
It's great for syncing new leads and tracking custom attributes across your customer database using natural language.
How do I find my API Auth Token in Formilla?
Log in to your Formilla dashboard, navigate to Settings > Security, and copy your unique API Auth Token.
Can I use the agent to sync my existing user IDs?
Yes! The upsert_contact capability accepts a UserId parameter specifically designed to link your internal system identifiers with Formilla records.
Does it support deleting multiple contacts at once?
The delete_contact capability operates on a single contact ID at a time. To delete multiple records, your agent can iterate through a list of IDs programmatically.
One connection away
Give your agent a direct line to Formilla.
Connect Formilla once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available