BatchDialer Connector for AI agents.
10 live capabilities
Manage outbound calling campaigns and lead lists from your AI client.
Waiting for input…
Why people use BatchDialer
BatchDialer for Ending Manual Sales Data Entry
This Connector changes that by bringing your entire dialing operation into your AI client. Instead of digging through a dashboard, you just ask your agent for the status of a specific campaign or tell it to add a new batch of leads to your list. You can see who answered, how long they stayed on the line, and what the final disposition was without ever leaving your chat window.
What Vinkius changes
You get a direct line to your dialing data without the tab-switching.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Bulk lead entry from a spreadsheet
An SDR has a list of 50 new prospects and asks their agent to add them to the system using add_lead so they don't have to type them in one by one.
- Real-world use case 02
Morning campaign health check
A sales manager asks for a summary of the 'Real Estate West' campaign and uses list_campaigns to see if the dials are hitting the target.
- Real-world use case 03
Post-call quality audit
An ops lead wants to see why a high-value lead didn't convert and pulls the specific history with get_call_details.
Complete set · 10capabilities
The complete BatchDialer capability set.
These are the exact actions your AI can choose when you ask it to work with BatchDialer.
01—04
4 capabilities in this set.
Part of 10 available through BatchDialer.
- 01 Capability
List phone numbers
See all the managed phone numbers in your account. This helps you keep track of your caller IDs.
- 02 Capability
Add lead
Add a new contact to your dialing list. This keeps your lead queue current without manual entry.
- 03 Capability
Get call details
Pull specific info on a single call. Use this to see exactly what happened during a specific interaction.
- 04 Capability
Get campaign
Get the deep details of a specific sales campaign. This helps you see the exact parameters of your active dialing.
05—07
3 capabilities in this set.
Part of 10 available through BatchDialer.
- 05 Capability
Get lead
Fetch the full profile of a specific lead. Use this to see all the data associated with one contact.
- 06 Capability
Get user profile
See the profile of the authenticated user. This confirms your account identity for the current session.
- 07 Capability
List call logs
Get a full list of your recent call history. This lets you see every interaction in your outbound flow.
08—10
3 capabilities in this set.
Part of 10 available through BatchDialer.
- 08 Capability
List campaigns
See every campaign currently in your BatchDialer account. This gives you a bird's eye view of your active sales.
- 09 Capability
List dispositions
See all possible outcomes for your calls. This helps you categorize interactions like 'voicemail' or 'follow-up'.
- 10 Capability
List leads
Pull a list of all your current leads. Use this to see who is currently in your dialing queue.
Set up in minutes
One URL. Then ask BatchDialer to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use BatchDialer 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_ypCJ2RehH8unt9CGs1xVINVmOlZB118brjD88lN7/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 BatchDialer, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable BatchDialer for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ypCJ2RehH8unt9CGs1xVINVmOlZB118brjD88lN7/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 BatchDialer URL.
- Step 03
Save and start
Save the connection and enable BatchDialer in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"batchdialer": {
"url": "https://edge.vinkius.com/vk_preview_ypCJ2RehH8unt9CGs1xVINVmOlZB118brjD88lN7/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 BatchDialer
Open Agent mode in chat and ask: "Using BatchDialer, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"batchdialer": {
"url": "https://edge.vinkius.com/vk_preview_ypCJ2RehH8unt9CGs1xVINVmOlZB118brjD88lN7/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 BatchDialer
Ask Copilot: "Using BatchDialer, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"batchdialer": {
"url": "https://edge.vinkius.com/vk_preview_ypCJ2RehH8unt9CGs1xVINVmOlZB118brjD88lN7/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 BatchDialer
Open Cascade and ask: "Using BatchDialer, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"batchdialer": {
"url": "https://edge.vinkius.com/vk_preview_ypCJ2RehH8unt9CGs1xVINVmOlZB118brjD88lN7/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 BatchDialer
Ask Cline: "Using BatchDialer, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add batchdialer --transport http "https://edge.vinkius.com/vk_preview_ypCJ2RehH8unt9CGs1xVINVmOlZB118brjD88lN7/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 BatchDialer
Ask Claude: "Using BatchDialer, show me...". 10 tools are ready
Where the request belongs
Work BatchDialer can move forward.
This is for the sales manager who needs to know if the morning's outreach is actually working without logging into a separate portal, and the SDR who is tired of copy-pasting leads from a spreadsheet all day.
Sales Manager
Checks campaign health and lead metrics during morning standups to adjust strategy.
SDR
Adds new leads to the dialer and checks call history while staying inside their primary workflow capability.
Sales Ops
Audits call logs and monitors phone number health to optimize outbound calling performance.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAdversus
Manage outbound sales calls, track lead pipelines, and boost call center productivity with intelligent dialing automation.
Marchex
Marchex Conversation Intelligence. track calls, manage campaigns, and analyze performance.
Callpicker
Track and analyze inbound calls with attribution data that shows which marketing channels drive your best phone leads.
CommPeak
Enable your AI agent to manage dialer campaigns, leads, and send SMS messages via the CommPeak API.
Freshcaller
Manage your cloud phone system, track calls, and oversee agents via AI agents with Freshcaller.
Dialpad
Equip your AI agent to send office SMS, manage team contacts, and monitor call logs via the Dialpad API.
Bring your own AI
Change the model, client or framework. Keep BatchDialer 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 BatchDialer.
The practical details behind the request, access and result.
Can BatchDialer MCP help me manage my outbound calls?
Yes. It connects your BatchDialer account to your AI agent so you can manage campaigns, leads, and call logs using natural language.
How do I use BatchDialer MCP to update my leads?
You can simply tell your AI agent to add a new lead or request a list of your current leads. It handles the data entry for you automatically.
Can I see my call history with BatchDialer MCP?
Yes. You can ask your agent to pull your recent call logs to see durations, outcomes, and other interaction details instantly.
Does BatchDialer MCP work with my current sales campaigns?
It works with any campaign currently active in your BatchDialer account. You can list them or get specific details for any campaign.
Can BatchDialer MCP track my call outcomes?
Yes. It can pull your call dispositions, allowing you to see how many calls resulted in voicemails, follow-ups, or successful connections.
How can I see my caller IDs using BatchDialer MCP?
You can ask your agent to list your managed phone numbers. This helps you keep track of your active caller IDs without opening the dialer app.
Can my AI automatically add a new lead to BatchDialer?
Yes! Use the add_lead action with the contact's name and phone number. Your agent will register the lead in your BatchDialer system instantly.
How do I easily list all recent call logs?
Simply ask the agent to list_call_logs. It will compile the history of recent outbound activities, including status and duration.
Does the integration allow starting an active call from the agent?
No. For security and operational safety, the current toolset focuses on management and auditing (listing campaigns, managing leads, checking logs). Initiating live calls must be done through the BatchDialer interface.
One connection away
Give your agent a direct line to BatchDialer.
Connect BatchDialer once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available