# iDevice Wearables (remote · idevice.com)

Wearable tech roadmaps: Apple, Meta, Samsung, Google, Oura. Claims, timelines, analysis.

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

## Components

- remote · `idevice.com`: 65/100 (this document), [markdown](https://verifymcp.io/servers/ralphieusa-idevice-wearables/api-mcp.md), [page](https://verifymcp.io/servers/ralphieusa-idevice-wearables/api-mcp)

## Channel facts

- Endpoint: `https://idevice.com/api/mcp`
- Transports: `streamable-http`
- Auth: `required`
- Version: `1.0.1`

## 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**: 63/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 4 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.
  - The HSTS (Strict-Transport-Security) header is present.
  - 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**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 271 tokens (~67/item across 4 items; 4 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 10/100
  - Stability observed for 3 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 93/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 80% 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 ralphieusa-idevice-wearables https://idevice.com/api/mcp
```

### Codex

```toml
[mcp_servers.ralphieusa-idevice-wearables]
url = "https://idevice.com/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ralphieusa-idevice-wearables": {
      "type": "remote",
      "url": "https://idevice.com/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ralphieusa-idevice-wearables --url https://idevice.com/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ralphieusa-idevice-wearables:
    url: "https://idevice.com/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "ralphieusa-idevice-wearables": {
      "type": "http",
      "url": "https://idevice.com/api/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-02 (score 65, +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-08-01 (score 64, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-07-31 (score 64, +48)

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

### 2026-07-27 (score 16, 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 16)

First indexed and scored.

## MCP tools (4)

### `list_products` (~32 tokens)

List tracked products

Products with at least one well-sourced claim. Use this first to find the right product_slug for the other tools.

### `get_claims` (~86 tokens)

Get reported claims for a product

Every corroborated claim for one product: what is reported, how many outlets reported it, which outlet reported it first, and a link to the evidence on idevice.com.

Input parameters:

- `category` (string): Filter by claim type, e.g. 'hardware', 'design', 'pricing'
- `product_slug` (string, required): From list_products, e.g. 'apple-glasses'

### `search_claims` (~62 tokens)

Search claims across all products

Find corroborated claims by keyword across every tracked product — e.g. 'battery', 'display', 'price'. Use when the product is not known in advance.

Input parameters:

- `limit` (integer): Default 20
- `query` (string, required): Keyword or phrase

### `get_product` (~33 tokens)

Get one product's status

Release status, category, and how well-sourced the product's claims are overall.

Input parameters:

- `product_slug` (string, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/ralphieusa-idevice-wearables/api-mcp#diagnostics

## Score history

- 2026-08-03: 65
- 2026-08-02: 65
- 2026-08-01: 64
- 2026-07-31: 64
- 2026-07-30: 16
- 2026-07-29: 16
- 2026-07-28: 16
- 2026-07-27: 16
- 2026-07-26: 16

## Links

- Remote endpoint: https://idevice.com/api/mcp
- Authorisation metadata: https://idevice.com/.well-known/oauth-protected-resource/api/mcp
- Repository: https://github.com/ralphieusa/ralphie
- Changelog RSS feed: https://verifymcp.io/servers/ralphieusa-idevice-wearables/api-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/ralphieusa-idevice-wearables/api-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/ralphieusa-idevice-wearables/api-mcp
