# com.apple-rag/mcp-server (remote · mcp.apple-rag.com)

Apple Developer Documentation with Semantic Search, RAG, and AI reranking for MCP clients

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

## Components

- remote · `mcp.apple-rag.com`: 65/100 (this document), [markdown](https://verifymcp.io/servers/com-apple-rag-mcp-server/mcp.md), [page](https://verifymcp.io/servers/com-apple-rag-mcp-server/mcp)

## Channel facts

- Endpoint: `https://mcp.apple-rag.com`
- Transports: `streamable-http`
- Auth: `none`
- Version: `2.9.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**: 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 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.
  - 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 178 tokens (~89/item across 2 items; 2 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 2/100
  - Stability check failed: schema churn in the 8 days we've observed: 0 tool removals, 1 breaking changes, 0 auth/transport breaks, 0 additions.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add --transport http com-apple-rag-mcp-server https://mcp.apple-rag.com/
```

### Codex

```toml
[mcp_servers.com-apple-rag-mcp-server]
url = "https://mcp.apple-rag.com/"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-apple-rag-mcp-server": {
      "type": "remote",
      "url": "https://mcp.apple-rag.com/",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-apple-rag-mcp-server --url https://mcp.apple-rag.com/ --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-apple-rag-mcp-server:
    url: "https://mcp.apple-rag.com/"
```

### Other

```json
{
  "mcpServers": {
    "com-apple-rag-mcp-server": {
      "type": "http",
      "url": "https://mcp.apple-rag.com/"
    }
  }
}
```

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 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 0 to 2.

### 2026-07-31 (score 64, 0)

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

### 2026-07-30 (score 64, 0)

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

### 2026-07-29 (score 64, −1)

- [security regression] Stability: 0.07 → fail
- [security] The server rewrote its instructions, which are the text every model session reads
- [functional regression] Schema quality: 76 → 89
- [functional regression] “search” changed the type of “result_count”: number → integer
- [functional] Server version: 2.0.0 → 4.22.0

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

First indexed and scored.

## MCP tools (2)

### `search` (~100 tokens)

Search Apple's official developer documentation and video content using advanced RAG technology. Returns relevant content from Apple's technical documentation, frameworks, APIs, design guidelines, and educational resources.

Input parameters:

- `query` (string, required): Search query for Apple's official developer documentation and video content. Queries must be written in English and focus on technical concepts, APIs, frameworks, features, and version numbers rather…
- `result_count` (integer): Number of results to return (1-10)

### `fetch` (~52 tokens)

Retrieve complete cleaned content for a specific Apple developer documentation or video by URL. Returns the full processed content from Apple's official knowledge base.

Input parameters:

- `url` (string, required): URL of the Apple developer documentation or video to retrieve content for

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-apple-rag-mcp-server/mcp#diagnostics

## Score history

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

## Links

- Remote endpoint: https://mcp.apple-rag.com/
- Repository: https://github.com/BingoWon/apple-rag-mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-apple-rag-mcp-server/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-apple-rag-mcp-server/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-apple-rag-mcp-server/mcp
