# Call Me (remote · serdaroztetik.com)

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

- Trust score: 58/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-08

## Components

- remote · `serdaroztetik.com`: 58/100 (this document), [markdown](https://verifymcp.io/servers/com-serdaroztetik-call-me/aiphone-mcp.md), [page](https://verifymcp.io/servers/com-serdaroztetik-call-me/aiphone-mcp)

## Channel facts

- Endpoint: `https://serdaroztetik.com/aiphone/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-08.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 5 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 67/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 709 tokens (~141/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

**Unverified: 1 category.** A category scored 0 because we could not verify it: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add --transport http com-serdaroztetik-call-me https://serdaroztetik.com/aiphone/mcp
```

### Codex

```toml
[mcp_servers.com-serdaroztetik-call-me]
url = "https://serdaroztetik.com/aiphone/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-serdaroztetik-call-me": {
      "type": "remote",
      "url": "https://serdaroztetik.com/aiphone/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-serdaroztetik-call-me --url https://serdaroztetik.com/aiphone/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-serdaroztetik-call-me:
    url: "https://serdaroztetik.com/aiphone/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-serdaroztetik-call-me": {
      "type": "http",
      "url": "https://serdaroztetik.com/aiphone/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-08 (score 58)

First indexed and scored.

## MCP tools (5)

### `call` (~126 tokens)

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. `to` is their 10-digit Call Me number (from the Call Me
    iOS app — not a real phone number). Pass a previous session_token to stay
    in the same thread on their phone.

Input parameters:

- `from_label` (string)
- `question` (string, required)
- `session_token`
- `to` (string, required)

### `poll_result` (~70 tokens)

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").

Input parameters:

- `call_id` (integer, required)
- `session_token` (string, required)

### `text` (~79 tokens)

Send a one-way text to the human's phone (push notification, no ring).
    `to` is their 10-digit Call Me number. Pass a previous session_token to
    stay in the same thread.

Input parameters:

- `body` (string, required)
- `from_label` (string)
- `session_token`
- `to` (string, required)

### `wait_for_reply` (~106 tokens)

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 next time to only see
    new events. An empty events list just means nothing yet — poll again if
    you are still waiting.

Input parameters:

- `cursor` (integer)
- `session_token` (string, required)
- `wait_s` (integer)

### `set_thread_title` (~60 tokens)

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.

Input parameters:

- `session_token` (string, required)
- `title` (string, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-serdaroztetik-call-me/aiphone-mcp#diagnostics

## Score history

- 2026-08-08: 58

## Links

- Remote endpoint: https://serdaroztetik.com/aiphone/mcp
- Website: https://serdaroztetik.com/aiphone/
- Changelog RSS feed: https://verifymcp.io/servers/com-serdaroztetik-call-me/aiphone-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-serdaroztetik-call-me/aiphone-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-serdaroztetik-call-me/aiphone-mcp
