mitsitik/ api.mitsi.co.il
live · agent-native telephony

Phone systems your AI builds by talking to it.

One MCP endpoint. Real Israeli numbers, Hebrew-first voice, call flows written as JSON. No dashboard to click through.

$claude mcp add --transport http mitsitik https://api.mitsi.co.il/mcp
Connect your agent

Point any MCP client at one URL.

The platform is agent-native: strict schemas, self-describing limits, and agent docs at /llms.txt. Add the server, drop in your API key, and your assistant can claim numbers and write call flows.

$ claude mcp add --transport http mitsitik \
    https://api.mitsi.co.il/mcp \
    --header "Authorization: Bearer YOUR_API_KEY"

# then just ask:
> what can this telephony platform do, and show me my numbers

Need a key? Early access is invite-only right now — request one.

What an app looks like

A call flow is just JSON.

Named sections of steps — play, gather, forward, schedule, record_call, and more. Validated on write, so an agent can't ship a broken flow. Here's a real Hebrew restaurant IVR:

{
  "menu": [{
    "verb": "gather",
    "say": "שלום, הגעתם למסעדת הגליל.
             להזמנת מקום הקישו 1…",
    "on": {
      "1": [{"verb":"goto","section":"reservation"}],
      "3": [{"verb":"forward","to":["+9725…"],
             "cli":"caller"}]
    }
  }]
}
Speaks Hebrew, natively
Neural TTS — "שלום, הגעתם למסעדת הגליל" — a gap in every US voice platform.
Branches on keypress
Press 1 → reservations, 2 → hours, 3 → reach staff. Captures digits into variables.
Knows the time
schedule routes by Asia/Jerusalem hours — open to the menu, closed to a message.
Rings your team
Serial hunt or parallel, with lawful caller-ID and a voicemail fallback.
Why mitsitik

Built for the lane nobody else serves.

🗣️

Hebrew-first

Native Hebrew voice and menus. Vapi, Retell and Bland don't do this.

☎️

Real Israeli numbers

07x DIDs on a real trunk — not a foreign gateway spoofing a local CLI.

🤖

Agent-native

MCP-first. Few verbs, strict schemas. Designed for an AI to drive, not a human to click.

⚖️

Compliance built-in

Israeli caller-ID law, fraud rails, and recording-consent enforced in the core.

Hear it for yourself

Call this number. You'll reach a Hebrew restaurant IVR an AI provisioned over this API — greeting, menu, reservations — on a real Israeli line. No slides. Just dial.

📞
copied