Call Me
com.serdaroztetik/call-meYour AI rings your iPhone, speaks its question, and gets your spoken answer back as text.
Tools · 6
Return first-setup instructions and a clickable App Store download link when no number is available.
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…
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").
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 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…
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.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"call_me": {
"url": "https://serdaroztetik.com/aiphone/mcp",
"transport": "streamable-http"
}
}
}