JustCall Connector for AI agents.
12 live capabilities
Manage business phone calls and SMS via your AI agent.
Waiting for input…
Why people use JustCall
JustCall for Automated Sales Outreach
This Connector changes that by putting all those actions into a single chat interface. Your agent can check the call logs, send the follow-up, and save the contact in one go. You stop clicking and start talking to your agent about your day, and it handles the logistics.
What Vinkius changes
Your AI agent gains full control over your business communications.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Automated Post-Call Follow-up
A sales rep wants to follow up on a missed call.
- Real-world use case 02
Rapid Support Dispute Review
A support lead needs to hear a disputed call.
- Real-world use case 03
Real-Time Agent Availability Tracking
An ops manager needs to see who is online.
Complete set · 12capabilities
The complete JustCall capability set.
These are the exact actions your AI can choose when you ask it to work with JustCall.
01—04
4 capabilities in this set.
Part of 12 available through JustCall.
- 01 Capability
Create contact
Add a new person to your database. This helps keep your CRM current during live calls.
- 02 Capability
Get account profile
See your own account details. Use this to check your current subscription or status.
- 03 Capability
Get call details
Get the specifics of a single call. This is useful for looking up specific timestamps or durations.
- 04 Capability
Get contact
Pull up the details for a specific person. Use this to see phone numbers and notes quickly.
05—08
4 capabilities in this set.
Part of 12 available through JustCall.
- 05 Capability
Get message details
See the content of a specific text. This helps you track the history of an SMS thread.
- 06 Capability
List calls
See a list of all recent phone calls. This is great for checking daily call volumes.
- 07 Capability
List contacts
See every person in your contact list. Use this to browse your leads and customers.
- 08 Capability
List messages
See all your recent SMS and MMS. This lets you review your text history at a glance.
09—12
4 capabilities in this set.
Part of 12 available through JustCall.
- 09 Capability
List account numbers
See all the numbers tied to your account. Use this to find available numbers for your team.
- 10 Capability
List team users
See who is on your team. This helps you track which agents are active.
- 11 Capability
List webhooks
See your active webhooks. Use this to manage how your system receives real-time updates.
- 12 Capability
Send message
Send a text or MMS to a contact. This lets your agent handle follow-ups instantly.
Set up in minutes
One URL. Then ask JustCall to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use JustCall 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_7MaQpyCdyJgZaxaOWMtI4YzY07StPZAv1LXOraaI/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 JustCall, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable JustCall for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_7MaQpyCdyJgZaxaOWMtI4YzY07StPZAv1LXOraaI/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 JustCall URL.
- Step 03
Save and start
Save the connection and enable JustCall in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"justcall-alternative": {
"url": "https://edge.vinkius.com/vk_preview_7MaQpyCdyJgZaxaOWMtI4YzY07StPZAv1LXOraaI/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 JustCall
Open Agent mode in chat and ask: "Using JustCall, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"justcall-alternative": {
"url": "https://edge.vinkius.com/vk_preview_7MaQpyCdyJgZaxaOWMtI4YzY07StPZAv1LXOraaI/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 JustCall
Ask Copilot: "Using JustCall, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"justcall-alternative": {
"url": "https://edge.vinkius.com/vk_preview_7MaQpyCdyJgZaxaOWMtI4YzY07StPZAv1LXOraaI/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 JustCall
Open Cascade and ask: "Using JustCall, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"justcall-alternative": {
"url": "https://edge.vinkius.com/vk_preview_7MaQpyCdyJgZaxaOWMtI4YzY07StPZAv1LXOraaI/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 JustCall
Ask Cline: "Using JustCall, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add justcall-alternative --transport http "https://edge.vinkius.com/vk_preview_7MaQpyCdyJgZaxaOWMtI4YzY07StPZAv1LXOraaI/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 JustCall
Ask Claude: "Using JustCall, show me...". 12 tools are ready
Where the request belongs
Work JustCall can move forward.
This is for sales leaders and support managers who are tired of manual data entry and want their AI to handle the heavy lifting of phone logs and SMS follow-ups.
Sales Development Rep
They use this to blast out follow-up texts and check call statuses without leaving their CRM.
Customer Support Lead
They use this to monitor agent volume and pull up call recordings to solve customer disputes quickly.
Operations Manager
They use this to audit phone logs and manage the distribution of company phone numbers across the team.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsJustCall
Make and receive business calls from any device with a cloud phone system that logs every interaction in your CRM automatically.
Aircall
Cloud business phone system. manage calls, contacts, and team availability via AI.
CloudTalk
Modern cloud-based phone system designed for sales and support teams, offering seamless call center automation.
Freshcaller
Manage your cloud phone system, track calls, and oversee agents via AI agents with Freshcaller.
GoTo Connect
Manage your cloud phone system. view call records, send SMS, and manage voicemails via AI.
Toky
Handle business calls from anywhere with a cloud phone system that includes IVR, call recording, and CRM integration.
Bring your own AI
Change the model, client or framework. Keep JustCall 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 JustCall.
The practical details behind the request, access and result.
Can the JustCall MCP send text messages for my business?
Yes, it allows your AI agent to send SMS and MMS messages directly to your contacts. This means you can automate follow-ups or send notifications without leaving your chat window.
How does the JustCall MCP help with CRM updates?
It lets your agent create new contacts and pull up existing profiles instantly. This keeps your CRM data accurate because the agent handles the logging for you.
Can I use the JustCall MCP to see my call history?
Absolutely. Your agent can list all recent calls, check their duration, and see the status of each interaction to give you a quick summary of your day.
Does the JustCall MCP work with my existing phone numbers?
Yes, it connects to your JustCall account so it can manage the phone numbers you already have assigned to your team.
Can I monitor my team's performance using the JustCall MCP?
Yes, your agent can list team users and check their call volumes. This makes it easy to see who is active and how many calls they're handling.
Can the JustCall MCP access my call recordings?
It can. Your agent can find and pull up specific call recordings so you can review them for training or quality assurance.
Can I make calls and send SMS through the AI agent?
Yes. Make outbound calls with destination number and track status. Send SMS messages to any contact with delivery tracking. Use contact management capabilities to find recipient numbers.
Does JustCall require two credentials?
Yes. JustCall uses an API Key and API Secret pair for authentication. Both are sent as Bearer credentials against api.justcall.io/v1.
Can I listen to call recordings and track agent performance?
Yes. Access call recordings with duration and metadata. Monitor agent call volumes, average handle time, and availability status.
One connection away
Give your agent a direct line to JustCall.
Connect JustCall once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available