Dripcel Connector for AI agents.
10 live capabilities
Manage your WhatsApp automation and messaging history with natural language.
Waiting for input…
Why people use Dripcel
Dripcel for WhatsApp Messaging Automation
This Connector changes that. You can just ask your AI client if your Sales instance is online or what the last three messages were. It pulls that data instantly, letting you stay in the flow of your actual work rather than getting bogged down in data entry.
What Vinkius changes
You get a natural language interface for your entire WhatsApp automation backend.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Campaign Monitoring
A marketing manager asks 'Are all my instances live?
- Real-world use case 02
Customer Research
A support lead asks 'What's the history for +15550001?
- Real-world use case 03
Rapid Messaging
A sales lead tells the agent 'Send a Welcome message to this new lead' via a specific instance to trigger an immediate follow-up.
Complete set · 10capabilities
The complete Dripcel capability set.
These are the exact actions your AI can choose when you ask it to work with Dripcel.
01—04
4 capabilities in this set.
Part of 10 available through Dripcel.
- 01 Capability
Get dripcel account metadata
See your account limits and general metadata. This keeps you from hitting API caps unexpectedly.
- 02 Capability
Get whatsapp connection status
Check if a specific instance is actually online and authenticated. You'll know instantly if a connection dropped.
- 03 Capability
Get instance details
Pull the full configuration and settings for a single instance. It's useful for deep-diving into specific setup parameters.
- 04 Capability
Quick instance health audit
Get a high-level summary of all your instances at once. Use this to spot connection issues across your whole fleet.
05—07
3 capabilities in this set.
Part of 10 available through Dripcel.
- 05 Capability
List instance contacts
Pull a full list of every contact registered in an instance. This is great for auditing your current reach.
- 06 Capability
List whatsapp instances
See every WhatsApp instance currently configured in your account. It's a quick way to see your full infrastructure.
- 07 Capability
List whatsapp messages
View the most recent messages sent or received by an instance. Use this to verify recent communication history.
08—10
3 capabilities in this set.
Part of 10 available through Dripcel.
- 08 Capability
List whatsapp templates
See every approved message template for a specific instance. This helps you double-check your content before a big send.
- 09 Capability
Search instance contacts
Find a customer by their phone number or a specific keyword. It's the fastest way to locate a lead in a large database.
- 10 Capability
Send whatsapp message
Send a text message through a chosen WhatsApp instance. You can trigger these messages based on specific triggers or manual requests.
Set up in minutes
One URL. Then ask Dripcel to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Dripcel 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_88xTdzXOJDSd9LLsY9DIvGssK1xyChGfPhhsmRGH/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 Dripcel, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Dripcel for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_88xTdzXOJDSd9LLsY9DIvGssK1xyChGfPhhsmRGH/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 Dripcel URL.
- Step 03
Save and start
Save the connection and enable Dripcel in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"dripcel": {
"url": "https://edge.vinkius.com/vk_preview_88xTdzXOJDSd9LLsY9DIvGssK1xyChGfPhhsmRGH/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 Dripcel
Open Agent mode in chat and ask: "Using Dripcel, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"dripcel": {
"url": "https://edge.vinkius.com/vk_preview_88xTdzXOJDSd9LLsY9DIvGssK1xyChGfPhhsmRGH/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 Dripcel
Ask Copilot: "Using Dripcel, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"dripcel": {
"url": "https://edge.vinkius.com/vk_preview_88xTdzXOJDSd9LLsY9DIvGssK1xyChGfPhhsmRGH/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 Dripcel
Open Cascade and ask: "Using Dripcel, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"dripcel": {
"url": "https://edge.vinkius.com/vk_preview_88xTdzXOJDSd9LLsY9DIvGssK1xyChGfPhhsmRGH/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 Dripcel
Ask Cline: "Using Dripcel, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add dripcel --transport http "https://edge.vinkius.com/vk_preview_88xTdzXOJDSd9LLsY9DIvGssK1xyChGfPhhsmRGH/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 Dripcel
Ask Claude: "Using Dripcel, show me...". 10 tools are ready
Where the request belongs
Work Dripcel can move forward.
This is for the marketing ops person who's tired of manually verifying message delivery or the customer support lead who needs to quickly pull interaction history during a live crisis.
Marketing Manager
Checks messaging volumes and instance health during active campaigns.
Customer Engagement Lead
Researches specific contact profiles and history via chat during customer interactions.
IT Administrator
Monitors API limits and instance connectivity across the organization.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsWA Smart Business
Automate WhatsApp marketing and communication via WA Smart Business. manage contacts, groups, and messages directly from any AI agent.
Gallabox
Automate WhatsApp Business communication, send templates, and manage chats via AI agents with Gallabox.
Wati
Automate WhatsApp communication via Wati. send template messages, manage contacts, list chatbots, and assign operators directly from your AI agent.
DoubleTick
Scale your WhatsApp sales with bulk messaging, chatbot automation, and team inbox features built for growing businesses.
SleekFlow
Manage omnichannel customer conversations. read messages, check contacts, and send replies across WhatsApp, Instagram, and more directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep Dripcel 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 Dripcel.
The practical details behind the request, access and result.
How does Dripcel MCP help with WhatsApp marketing?
It gives your AI agent direct access to your Dripcel account. You can check instance status, view message history, and manage templates without leaving your chat interface.
Can I use Dripcel MCP to send bulk messages?
Yes, you can use your AI client to trigger messages through your specific WhatsApp instances, allowing for faster execution of your messaging campaigns.
How do I check my WhatsApp instance status?
Just ask your AI agent. It will use the Dripcel MCP to check if your instances are live, authenticated, and ready to send messages.
Can Dripcel MCP search for my customer phone numbers?
Yes, you can ask your agent to find specific contacts using keywords or phone numbers, which helps you pull up customer history instantly.
How do I see my message history with Dripcel?
Your AI client can pull the most recent messages sent or received by any of your instances, giving you a quick summary of recent communications.
Is Dripcel MCP good for managing multiple WhatsApp accounts?
It's perfect for that. It allows you to see all your configured instances at once and check the health of your entire messaging fleet in one go.
How do I get a Dripcel API Key?
Log in to your Dripcel dashboard, navigate to your account or profile settings, and you can generate or retrieve your unique API Key from there. API access is available on professional plans.
Can the agent send custom text messages?
Yes, you can use the send_whatsapp_message capability to send plain text messages to any recipient number through your connected Dripcel instance.
Does the integration show real-time instance health?
Yes, you can use the get_whatsapp_connection_status or quick_instance_health_audit capabilities to see if your instances are currently connected and authenticated with WhatsApp.
One connection away
Give your agent a direct line to Dripcel.
Connect Dripcel once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available