# Cameron Rye Portfolio MCP Server (remote · rye.dev)

Cameron Rye's blog, projects, resume, and live site stats, plus contact and newsletter tools.

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

## Components

- remote · `rye.dev`: 69/100 (this document), [markdown](https://verifymcp.io/servers/dev-rye-portfolio/rye.md), [page](https://verifymcp.io/servers/dev-rye-portfolio/rye)

## Channel facts

- Endpoint: `https://rye.dev/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.3.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**: 66/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 12 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 is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 82/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 624 tokens (~29/item across 21 items; 12 tools + 9 resources), lean.
  - 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**: 71/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.
  - Structured output schemas are declared (92% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.
  - Supports UI / widget rendering.

## Install

### Claude

```bash
claude mcp add --transport http dev-rye-portfolio https://rye.dev/mcp
```

### Codex

```toml
[mcp_servers.dev-rye-portfolio]
url = "https://rye.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dev-rye-portfolio": {
      "type": "remote",
      "url": "https://rye.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add dev-rye-portfolio --url https://rye.dev/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  dev-rye-portfolio:
    url: "https://rye.dev/mcp"
```

### Other

```json
{
  "mcpServers": {
    "dev-rye-portfolio": {
      "type": "http",
      "url": "https://rye.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 69, +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 68, +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 67, +2)

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

### 2026-07-30 (score 65, 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 65, +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 64, +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 63, 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 63)

First indexed and scored.

## MCP tools (12)

### `list_posts` (~25 tokens)

List blog posts

Return up to N most recent published blog posts.

Input parameters:

- `limit` (integer)

Output parameters:

- `posts` (array)

### `search_posts` (~35 tokens)

Search blog posts

Case-insensitive substring match across title, description, and tags. Returns up to 10 matches.

Input parameters:

- `query` (string, required)

Output parameters:

- `matches` (array)

### `search_site` (~94 tokens)

Semantic site search

Semantic (vector similarity) search across blog posts and projects — the same Cloudflare Vectorize retrieval the Ask chatbot uses, without the LLM call. Broader than search_posts (which only does exact substring matching on title/description/tags): finds conceptually related content even when the query words never appear verbatim. Returns scored chunks with deep-link URLs.

Input parameters:

- `limit` (integer)
- `query` (string, required)

Output parameters:

- `results` (array)

### `get_post` (~29 tokens)

Get blog post

Return the full markdown body and frontmatter of a post by slug.

Input parameters:

- `slug` (string, required)

Output parameters:

- `body` (string)
- `frontmatter` (object)
- `slug` (string)
- `url` (string)

### `list_projects` (~22 tokens)

List projects

Return all portfolio projects with their slug, title, and short description.

Output parameters:

- `projects` (array)

### `get_project` (~29 tokens)

Get project

Return the full markdown body and frontmatter of a project by slug.

Input parameters:

- `slug` (string, required)

Output parameters:

- `body` (string)
- `frontmatter` (object)
- `slug` (string)
- `url` (string)

### `get_about` (~20 tokens)

Get author profile

Return a short bio about Cameron Rye, the portfolio owner.

### `get_now` (~35 tokens)

Get current focus (/now)

Return what Cameron is currently working on, learning, building, reading, and up to in life — the live /now page sections.

Output parameters:

- `sections` (array)
- `url` (string)

### `get_reading` (~40 tokens)

Get reading list

Return Cameron's reading list — books currently reading, finished, or abandoned, with notes. Filter by status if given.

Input parameters:

- `status` (string)

Output parameters:

- `books` (array)
- `url` (string)

### `get_pulse` (~60 tokens)

Get site pulse

Return live, PII-free operational stats for rye.dev: recent Core Web Vitals p75s, 30-day pageviews, trailing-30d uptime %, top-reacted pages, and the last deploy. Same data the homepage pulse strip shows.

Output parameters:

- `pulse` (object)
- `url` (string)

### `submit_contact` (~62 tokens)

Submit contact message

Send Cameron a message through the site contact form. Subject to the same validation and per-IP rate limits as the contact form itself.

Input parameters:

- `email` (string, required)
- `message` (string, required)
- `name` (string, required)
- `subject` (string, required)

Output parameters:

- `id`
- `success` (boolean)

### `subscribe_newsletter` (~56 tokens)

Subscribe to the newsletter

Subscribe an email address to the newsletter. Sends a confirmation email; the subscription only becomes active once confirmed. Same validation and per-IP rate limits as the signup form.

Input parameters:

- `email` (string, required)
- `source` (string)

Output parameters:

- `message` (string)
- `success` (boolean)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/dev-rye-portfolio/rye#diagnostics

## Score history

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

## Links

- Remote endpoint: https://rye.dev/mcp
- Repository: https://github.com/cameronrye/portfolio
- Website: https://rye.dev/
- Changelog RSS feed: https://verifymcp.io/servers/dev-rye-portfolio/rye/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/dev-rye-portfolio/rye/changelog.json
- HTML version of this page: https://verifymcp.io/servers/dev-rye-portfolio/rye
