Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

Call Me

com.serdaroztetik/call-me

Your AI rings your iPhone, speaks its question, and gets your spoken answer back as text.

Uptime
100.0%
2 direct probes · 30d
Response
941ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

setup

Return first-setup instructions and a clickable App Store download link when no number is available.

call

Ring the human's iPhone, speak the question aloud, and return what they say. Waits up to ~30s; if the result comes back status "ringing", follow up with poll_result. On a local client, read `t…

poll_result

Check on a call that was still ringing. Waits up to ~25s for it to settle; returns the final status and transcript once the human answers, declines, or the ring times out ("missed").

text

Send a one-way text to the human's phone (push notification, no ring). On a local client, read `to` from `~/.aiphone/config.json` → `user_number`; this hosted server cannot read that file itse…

wait_for_reply

Wait for the human to send something back to this session — texts and voicemail transcripts arrive here. Long-polls up to wait_s (max 30s); returns {events, cursor}. Pass the returned cursor n…

set_thread_title

Name this session's conversation thread on the human's phone (e.g. the project or task you are working on). Shown as the thread title in the app.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "call_me": {
      "url": "https://serdaroztetik.com/aiphone/mcp",
      "transport": "streamable-http"
    }
  }
}