Call Me MCP server
Your AI rings your iPhone, speaks its question, and gets your spoken answer back as text.
Little public usage data yet
Reviews
Write oneNobody has reviewed Call Me yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Call Me tools (6, 1 write)
write = sends, deletes, buys or postscallFreeRing 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 `to` from `~/.aiphone/config.json` → `user_number`; this hosted server cannot read that file itself. It is a Call Me app number, not a regular phone number. If missing, returns setup_required with the App Store link. Pass a previous session_token to stay in the same thread on their phone.
poll_resultFreeCheck 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").
set_thread_titleFreeName 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.
setupFreeReturn first-setup instructions and a clickable App Store download link when no number is available.
textwrite actionFreeSend 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 itself. If missing, returns setup_required with the App Store link. Pass a previous session_token to stay in the same thread.
wait_for_replyFreeWait 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 next time to only see new events. An empty events list just means nothing yet — poll again if you are still waiting.
Public scan report
scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 257ms20/20
- Tool poisoning6 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 1 write-action tools with no auth3/15
- Maintenanceno repository listed3/15
- Maintainer identityverified namespace with website, no repo4/10
Findings (2)
- highWrite-action tools reachable without authentication
auth.open-write - lowNo source repository listed
maint.no-repo
Install directly
claude mcp add --transport http call-me https://serdaroztetik.com/aiphone/mcp
Call Me: common questions
- Is Call Me MCP server safe?
- With care: it is graded C, so read the findings first (60/100). Read the Call Me safety report
- How do I install Call Me?
- It runs remotely at serdaroztetik.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Call Me need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Call Me maintained?
- The latest release is v1.0.0.
- Is Call Me up?
- 100% of our last 20 checks got an answer. We check remote servers about four times a day.