CallPage Connector for AI agents.
10 live capabilities
Manage lead generation and callback history from your workspace.
Waiting for input…
Why people use CallPage
Stop Tab-Switching with CallPage Lead Management
This Connector puts all that data into a single conversation. You can ask your agent to pull lead profiles, check widget performance, or list your SMS templates without ever leaving your workspace. You get a unified view of your sales pipeline in seconds.
What Vinkius changes
You get a direct line from your AI agent to your entire CallPage sales ecosystem.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Lead Prioritization
An SDR asks for a list of leads with high intent and gets a formatted table of phone numbers and notes using list_leads.
- Real-world use case 02
Quality Assurance
A manager asks the agent to find the recording for a specific call from yesterday to check the sales pitch using get_call_details.
- Real-world use case 03
Widget Audit
A marketer wants to know if the Main Website widget is still set to a 28-second delay using get_widget_settings.
Complete set · 10capabilities
The complete CallPage capability set.
These are the exact actions your AI can choose when you ask it to work with CallPage.
01—04
4 capabilities in this set.
Part of 10 available through CallPage.
- 01 Capability
Get account info
This capability retrieves your core manager and account information. It helps you keep your workspace details handy for your agent.
- 02 Capability
Get call details
This capability gets the details of a specific call. Use it to pull recording links or durations for a single entry.
- 03 Capability
Get lead details
This capability provides the details of a specific lead. It lets you see contact info and intent for a single person.
- 04 Capability
Get widget settings
This capability gets the settings for a specific widget. It shows you the exact configuration and performance data.
05—07
3 capabilities in this set.
Part of 10 available through CallPage.
- 05 Capability
List calls
This capability lists all callback calls and their recordings. It gives you a full history of your call volume.
- 06 Capability
List departments
This capability lists company departments. It helps you see how your organization is structured for routing.
- 07 Capability
List leads
This capability lists captured leads from your widgets. You can use it to see every person who has interacted with your site.
08—10
3 capabilities in this set.
Part of 10 available through CallPage.
- 08 Capability
List managers
This capability lists team managers. It helps you see who is overseeing different parts of your sales team.
- 09 Capability
List sms templates
This capability lists available SMS templates. It shows you all the automated follow-up messages you can send.
- 10 Capability
List widgets
This capability lists all CallPage widgets. It gives you a full view of every widget active in your account.
Set up in minutes
One URL. Then ask CallPage to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use CallPage 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_4oCVgJtZ5NpYhkUQcG3RbXFOKDKuZHgdVdEDbCnU/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 CallPage, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable CallPage for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_4oCVgJtZ5NpYhkUQcG3RbXFOKDKuZHgdVdEDbCnU/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 CallPage URL.
- Step 03
Save and start
Save the connection and enable CallPage in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"callpage": {
"url": "https://edge.vinkius.com/vk_preview_4oCVgJtZ5NpYhkUQcG3RbXFOKDKuZHgdVdEDbCnU/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 CallPage
Open Agent mode in chat and ask: "Using CallPage, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"callpage": {
"url": "https://edge.vinkius.com/vk_preview_4oCVgJtZ5NpYhkUQcG3RbXFOKDKuZHgdVdEDbCnU/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 CallPage
Ask Copilot: "Using CallPage, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"callpage": {
"url": "https://edge.vinkius.com/vk_preview_4oCVgJtZ5NpYhkUQcG3RbXFOKDKuZHgdVdEDbCnU/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 CallPage
Open Cascade and ask: "Using CallPage, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"callpage": {
"url": "https://edge.vinkius.com/vk_preview_4oCVgJtZ5NpYhkUQcG3RbXFOKDKuZHgdVdEDbCnU/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 CallPage
Ask Cline: "Using CallPage, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add callpage --transport http "https://edge.vinkius.com/vk_preview_4oCVgJtZ5NpYhkUQcG3RbXFOKDKuZHgdVdEDbCnU/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 CallPage
Ask Claude: "Using CallPage, show me...". 10 tools are ready
Where the request belongs
Work CallPage can move forward.
This is for sales ops leads and marketing managers who are tired of manual data entry and constant tab-switching. If you're drowning in lead notifications and need a faster way to route them to the right team, this is for you.
Sales Operations Manager
Audits call recordings and department routing to ensure the sales team is hitting their targets.
SDR Lead
Quickly checks new leads and their intent to prioritize high-value follow-ups.
Marketing Manager
Monitors widget performance across various landing pages to see what's converting.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsDrift
Equip your AI agent to manage conversations, track contacts, and monitor agent availability via the Drift API.
Chili Piper
Manage scheduling and lead routing via Chili Piper. track meetings, monitor queues, and manage teams directly from any AI agent.
Serviceform
Convert website visitors with chatbots, forms, and booking widgets that generate leads and collect data without friction.
GoHighLevel
Equip your AI agent with direct access to GoHighLevel. manage contacts, pipelines, and campaigns without opening the CRM dashboard.
CallRail
Manage call tracking via CallRail. track calls, manage leads, and monitor marketing attribution directly from any AI agent.
Marchex
Marchex Conversation Intelligence. track calls, manage campaigns, and analyze performance.
Bring your own AI
Change the model, client or framework. Keep CallPage 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 CallPage.
The practical details behind the request, access and result.
Can I see my call recordings with CallPage?
Yes, you can ask your agent to list all calls or find specific recordings. It will provide the recording URLs and durations directly in your chat.
How do I get lead info into my AI client?
Once connected, your agent can pull all captured leads from your widgets. It will show you contact details and customer intent for each lead.
Can I check my widget settings?
Yes, you can ask about specific widgets to see their configuration, such as callback delays and which department they are assigned to.
Does CallPage support SMS templates?
Yes, the Connector allows your agent to list all available SMS templates. This helps you stay consistent with your automated follow-up messages.
How do I see my team's department list?
You can ask your agent to list all departments or managers. It will pull the current directory from your account to help with team coordination.
What kind of lead data can I see?
You can see comprehensive lead profiles, including the contact information and the specific intent captured when the lead interacted with your widgets.
Can I listen to call recordings using the agent?
Yes! Use the list_calls or get_call_details capability. If a recording is available, your agent will provide the recording_url which you can click to listen to the conversation.
How do I see the details of a specific lead?
Simply ask the agent to get_lead_details and provide the Lead ID. It will retrieve the full profile, including phone number, email, and any custom data captured by the widget.
Does the integration allow updating widget settings?
The current toolset focuses on querying and monitoring (Read-Only) for operational control. Updating widget styles or complex behaviors should be managed through the CallPage administrator dashboard.
One connection away
Give your agent a direct line to CallPage.
Connect CallPage once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available