Back to Home
saaslabsco icon

justcall-mcp-server

Verified Safe

by saaslabsco

Overview

Enables Large Language Models (LLMs) and AI agents to make real-world voice calls, send SMS, and manage other telephony features directly through JustCall’s APIs.

Installation

Run Command
node dist/index.js

Environment Variables

  • JUSTCALL_API_KEY
  • JUSTCALL_API_SECRET

Security Notes

The server implements OAuth2 authentication with PKCE (Proof Key for Code Exchange) using S256, which is a strong security standard. All protected endpoints (`/mcp`, `/sse`, `/sse/message`) require Bearer token authentication, which is validated upon each request. API keys are expected to be provided via environment variables (`JUSTCALL_API_KEY`, `JUSTCALL_API_SECRET`) or as a bearer token in the `Authorization` header, preventing hardcoding. Input validation is performed using Zod schemas, mitigating common input-related vulnerabilities. No 'eval' or other directly dangerous functions are observed in the provided source, and network calls are restricted to the official JustCall API. The server is designed to run in environments like Cloudflare Workers, which can offer additional security benefits.

Similar Servers

Stats

Interest Score45
Security Score9
Cost ClassLow
Avg Tokens500
Stars25
Forks2
Last Update2026-01-09

Tags

justcallmcpaivoice-apismstelephony