JustCall MCP Server✓
host.justcall.mcp/justcall-mcp-server · v1.2.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "host.justcall.mcp/justcall-mcp-server",
"description": "JustCall MCP Server enables LLMs and AI agents to make voice calls and send SMS via JustCall APIs.",
"title": "JustCall MCP Server",
"repository": {
"url": "https://github.com/saaslabsco/justcall-mcp-server",
"source": "github"
},
"version": "1.2.0",
"websiteUrl": "https://justcall.io",
"icons": [
{
"src": "https://cdn.justcall.io/assets-marketing/images/favicon.png",
"mimeType": "image/png",
"sizes": [
"45x44"
],
"theme": "light"
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.justcall.host/mcp"
},
{
"type": "sse",
"url": "https://mcp.justcall.host/sse"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}