Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready JustCall MCP server with 73 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across JustCall — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your JustCall MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every JustCall tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every JustCall call.
Tools Discovery →A JustCall MCP server lets AI agents read and write JustCall data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's JustCall MCP server ships with 73 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, and optimized agent context. Connect it from MCP clients like Claude Desktop, Cursor, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from JustCall's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Retrieve a paginated list of all calls with optional filtering by date, agent, direction, type, and more.
Retrieve details of a specific call by its ID.
Update notes or rating for a specific call.
Retrieve a paginated list of all SMS and MMS messages.
Retrieve details of a specific text message by ID.
Create a new tag for SMS categorization.
Retrieve all SMS tags in the account.
Retrieve details of a specific SMS tag.
Delete an SMS tag by ID.
Retrieve all SMS conversation threads.
Retrieve a specific SMS conversation thread with its messages.
Send a text, template, or media WhatsApp message.
Retrieve a paginated list of all WhatsApp messages.
Retrieve details of a specific WhatsApp message by ID.
Create a new contact with name, phone, email, and other details.
Retrieve a paginated list of all contacts with optional filtering.
Retrieve details of a specific contact by ID.
Update an existing contact's information.
Delete a contact by ID or phone number.
Retrieve a paginated list of all phone numbers in the account.
Retrieve details of a specific phone number by ID.
Retrieve a paginated list of all agents/users in the account.
Retrieve details of a specific user/agent by ID.
Retrieve all user groups (teams) in the account.
Retrieve details of a specific user group by ID.
Retrieve a paginated list of all Sales Dialer calls.
Retrieve details of a specific Sales Dialer call by ID.
Create a new Sales Dialer campaign.
Retrieve all Sales Dialer campaigns.
Retrieve details of a specific Sales Dialer campaign.
Update an existing Sales Dialer campaign.
Create a new Sales Dialer contact.
Retrieve all Sales Dialer contacts.
Retrieve details of a specific Sales Dialer contact.
Update an existing Sales Dialer contact.
Delete a Sales Dialer contact by ID.
Create a new appointment in the calendar.
Retrieve details of a specific appointment by ID.
Send an SMS or MMS message to a phone number.
Add a tag to a JustCall number and contact conversation thread.
Add a contact to a Sales Dialer campaign.
Subscribe a URL to receive webhook events.
Retrieve the sequential journey stages showing how a call was routed.
Retrieve AI Voice Agent insights and actions executed during a call.
Download the MP3 recording file for a completed call.
Retrieve account-level call analytics including SLA, connect rate, and durations.
Retrieve per-agent call performance metrics.
Retrieve per-phone-number call metrics.
Retrieve all approved WhatsApp message templates.
Retrieve all contacts on the blacklist, DND, or DNM lists.
Retrieve all configured AI Voice Agents.
Retrieve all contacts in a specific campaign.
Check the progress of a bulk contact import.
Retrieve the custom field schema for Sales Dialer contacts.
Retrieve agent and campaign performance metrics for Sales Dialer.
Retrieve AI analysis data for calls including sentiment, scores, and summaries.
Retrieve AI analysis data for a specific call.
Retrieve AI analysis data for meetings.
Retrieve AI analysis data for a specific meeting.
Retrieve available scheduling slots for appointments.
Retrieve all subscribed webhook events.
Add or remove a contact from blacklist, DND, or DNM lists.
Update an agent's availability status for call routing.
Remove a tag from a conversation thread.
Remove a contact from a Sales Dialer campaign.
Remove a URL from a webhook subscription.
Check the most recent inbound SMS reply from a contact.
Check if a WhatsApp reply has been received from a contact.
Bulk add contacts to DND, DNM, or blacklist.
Detect phone number type (Mobile, Landline, VOIP) and carrier.
Trigger an outbound call from an AI Voice Agent.
Bulk import contacts to the Sales Dialer.
Bulk add contacts to the Do Not Call Again list.
One endpoint. Any framework. Your agent is talking to JustCall in under 10 lines of code.
MCP Clients
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.