Skip to main content
The Sarj.ai MCP server lets AI agents (Claude Code, Cursor, any MCP-compatible client) call the API as native tools. Server URL: https://platform-api.sarj.ai/api/v1/mcp
Authentication: On first connect, your browser opens a Sarj.ai sign-in page; the API key is created and cached automatically.

Prerequisites

1

Connect your MCP client

Add the Sarj.ai MCP server to your client.
# Add the server (run once)
claude mcp add sarj-voice \
  --transport http \
  https://platform-api.sarj.ai/api/v1/mcp

# Verify it was added
claude mcp list
2

Authenticate

No manual API key needed — the MCP server issues one for you. When your client first connects, it will:
  1. Open your browser to the Sarj.ai sign-in page
  2. Sign in with your Sarj.ai account (skipped if already signed in)
  3. An API key is created server-side and returned to your client
The API key is scoped to your account and organization, and cached locally by your MCP client for future sessions. If you also need direct API or SDK access, generate a separate key from the dashboard.
3

Prompt your agent

Example prompts:
Call +966512345678 using scenario scn_appointment_reminder
with language set to Arabic.

Available tools

ToolDescription
createCallPlace an outbound voice call (see POST /calls)
getCallFetch call details by call_id (see GET /calls/)
Last modified on May 17, 2026