# Call For Me (remote · call-for-me.fly.dev)

Give your AI agent a phone. Place outbound calls to US businesses to ask, book, or confirm.

- Trust score: 57/100 (low)
- Change this week: +7
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `call-for-me.fly.dev`: 57/100 (this document), [markdown](https://verifymcp.io/servers/kimjin8-call-for-me/call-for-me.md), [page](https://verifymcp.io/servers/kimjin8-call-for-me/call-for-me)

## Channel facts

- Endpoint: `https://call-for-me.fly.dev/mcp/`
- Transports: `streamable-http`
- Auth: `required`
- Version: `0.4.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-03.

- **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 2 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**: 33/100
  - AI-judged instruction clarity (poor).
  - Context-footprint check failed: tool/resource definitions use about 555 tokens (~277/item across 2 items; 2 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 81/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 43% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http kimjin8-call-for-me https://call-for-me.fly.dev/mcp/
```

### Codex

```toml
[mcp_servers.kimjin8-call-for-me]
url = "https://call-for-me.fly.dev/mcp/"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "kimjin8-call-for-me": {
      "type": "remote",
      "url": "https://call-for-me.fly.dev/mcp/",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add kimjin8-call-for-me --url https://call-for-me.fly.dev/mcp/ --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  kimjin8-call-for-me:
    url: "https://call-for-me.fly.dev/mcp/"
```

### Other

```json
{
  "mcpServers": {
    "kimjin8-call-for-me": {
      "type": "http",
      "url": "https://call-for-me.fly.dev/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-03 (score 57, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 56, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 55, +3)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 52, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 51, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 50, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 50)

First indexed and scored.

## MCP tools (2)

### `place_call` (~317 tokens)

Place an outbound phone call to a US business or person. The A.I. assistant on
the call will identify itself as A.I., follow your instructions, and return a
structured outcome via get_call_status.

USE THIS TOOL WHEN: the user wants to make a phone call, contact a business by
phone, ask about hours/pricing/availability, book a reservation, gather info
that's not online, follow up on a service request, or do any task that requires
talking to a human on the phone.

LIMITATIONS:
\- US phone numbers only (E.164 starting with +1). International is not yet supported.
\- English language only.
\- Cannot call emergency services (911, 988, etc.) — these will be rejected.
\- The A.I. will NOT commit to bookings/payments without user confirmation
  unless safety.must_confirm_with_user is explicitly set to false.
\- Default 5-minute call duration cap.

Returns immediately with a call_id. Poll get_call_status(call_id) for the result.

Input parameters:

- `idempotency_key` (string, required)
- `instructions` (string, required): The conversation goals/script the AI should follow. Agent owns this. We wrap it with mandatory safety layer (disclosure, hangup, voicemail, graceful-exit rubric). Be specific — what to ask, what tone…
- `output_schema`: JSON Schema for the structured outcome you want extracted from the transcript.
- `safety`
- `target` (required)
- `user` (required)

### `get_call_status` (~238 tokens)

Poll the status of a call previously placed with place_call. Returns a CallOutcome
with one of these statuses (in roughly likely order):
  queued/placing/ringing/connected — call still in progress, poll again in a few seconds
  completed       — call finished cleanly, structured result available
  partial         — call finished but some questions unanswered
  voicemail       — recipient was voicemail; identified message left
  no_answer       — recipient never picked up
  busy            — recipient line was busy
  invalid_number  — number is not in service
  rejected_ai     — recipient declined to talk to A.I. (do not retry)
  needs_user_input — recipient needs info only the user can provide
  online_only     — recipient said the task can only be done online
  timed_out       — call exceeded max duration
  carrier_failure — telephony provider error (safe to retry later)
  api_error       — internal failure (safe to retry)

Always carries a free-form `exit_reason` string suitable for showing the user.

Input parameters:

- `call_id` (string, required): The call_id returned by place_call.

## Diagnostics

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

## Score history

- 2026-08-03: 57
- 2026-08-02: 56
- 2026-08-01: 56
- 2026-07-31: 55
- 2026-07-30: 52
- 2026-07-29: 52
- 2026-07-28: 51
- 2026-07-27: 50
- 2026-07-26: 50

## Links

- Remote endpoint: https://call-for-me.fly.dev/mcp/
- Authorisation metadata: https://call-for-me.fly.dev/.well-known/oauth-protected-resource/mcp
- Repository: https://github.com/kimjin8/calling-mcp
- Website: https://call-for-me.fly.dev/register
- Changelog RSS feed: https://verifymcp.io/servers/kimjin8-call-for-me/call-for-me/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/kimjin8-call-for-me/call-for-me/changelog.json
- HTML version of this page: https://verifymcp.io/servers/kimjin8-call-for-me/call-for-me
