# Lenny Rachitsky Podcast Transcripts MCP Server (remote · lenny-rachitsky.run.mcp.com.ai)

MCP server for structured access to Lenny Rachitsky podcast transcripts. For content creators.

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

## Components

- remote · `lenny-rachitsky.run.mcp.com.ai`: 61/100 (this document), [markdown](https://verifymcp.io/servers/ai-com-mcp-lenny-rachitsky-podcast/lenny-rachitsky.md), [page](https://verifymcp.io/servers/ai-com-mcp-lenny-rachitsky-podcast/lenny-rachitsky)

## Channel facts

- Endpoint: `https://lenny-rachitsky.run.mcp.com.ai/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.6.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-04.

- **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 8 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**: 69/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 626 tokens (~69/item across 9 items; 8 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 30/100
  - Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 69/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 6% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http ai-com-mcp-lenny-rachitsky-podcast https://lenny-rachitsky.run.mcp.com.ai/mcp
```

### Codex

```toml
[mcp_servers.ai-com-mcp-lenny-rachitsky-podcast]
url = "https://lenny-rachitsky.run.mcp.com.ai/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ai-com-mcp-lenny-rachitsky-podcast": {
      "type": "remote",
      "url": "https://lenny-rachitsky.run.mcp.com.ai/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ai-com-mcp-lenny-rachitsky-podcast --url https://lenny-rachitsky.run.mcp.com.ai/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ai-com-mcp-lenny-rachitsky-podcast:
    url: "https://lenny-rachitsky.run.mcp.com.ai/mcp"
```

### Other

```json
{
  "mcpServers": {
    "ai-com-mcp-lenny-rachitsky-podcast": {
      "type": "http",
      "url": "https://lenny-rachitsky.run.mcp.com.ai/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 61, +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 60, +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 59, 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 59, +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 58, +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 57, 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 57)

First indexed and scored.

## MCP tools (8)

### `getEpisodes` (~72 tokens)

List episodes - Lists episodes with parsed frontmatter (guest, title, duration, youtube_url, etc.) and their canonical resource URIs.

Input parameters:

- `cursor` (string): Opaque pagination cursor
- `limit` (integer)
- `sort` (string)
- `x-hapi-auth-state` (string)

### `getEpisodesGuest` (~38 tokens)

Get an episode card (metadata + key URIs)

Input parameters:

- `guest` (string, required)
- `x-hapi-auth-state` (string)

### `getEpisodesGuestMetadatajson` (~38 tokens)

Get episode metadata as JSON (frontmatter)

Input parameters:

- `guest` (string, required)
- `x-hapi-auth-state` (string)

### `getEpisodesGuestTranscriptformat` (~100 tokens)

Get transcript in a specific format - Returns the transcript in the requested format: - md: markdown (may include or exclude frontmatter based on include_frontmatter) - txt: clean text (best for LLM ingestion) - json: structured form (metadata + transcript text)

Input parameters:

- `format` (string, required)
- `guest` (string, required)
- `include_frontmatter` (boolean)
- `x-hapi-auth-state` (string)

### `getEpisodesGuestChunks` (~73 tokens)

List chunk descriptors for an episode - Returns chunk boundaries and URIs for chunk retrieval. Chunks may be computed on-demand using size/overlap parameters.

Input parameters:

- `guest` (string, required)
- `overlap` (integer)
- `size` (integer)
- `x-hapi-auth-state` (string)

### `getEpisodesGuestChunksChunkIdtxt` (~48 tokens)

Get a specific transcript chunk as plain text

Input parameters:

- `chunkId` (integer, required)
- `guest` (string, required)
- `x-hapi-auth-state` (string)

### `getSearch` (~182 tokens)

Search episodes and transcripts - Searches across metadata (D1) and transcript text (Vectorize). Returns matches as resources, including per-hit URIs pointing to episode cards and transcript chunks. Note: pagination cursor applies to metadata search only. Example (vector search with filters):

  GET /search?q=pricing&mode=vector&guest=Marty%20Cagan&keywords=pricing,monetization&top_k=5

Input parameters:

- `cursor` (string): Opaque pagination cursor
- `episode_slug` (string)
- `guest` (string)
- `keywords` (string)
- `limit` (integer)
- `mode` (string)
- `namespace` (string)
- `q` (string, required)
- `title` (string)
- `top_k` (integer)
- `x-hapi-auth-state` (string)

### `postSearch` (~61 tokens)

Search episodes and transcripts (POST body) - Same search as GET /search, but parameters are provided in the request body. This is useful for longer filter payloads.

Input parameters:

- `undefinedBody` (object, required)
- `x-hapi-auth-state` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/ai-com-mcp-lenny-rachitsky-podcast/lenny-rachitsky#diagnostics

## Score history

- 2026-08-04: 61
- 2026-08-03: 61
- 2026-08-02: 60
- 2026-08-01: 60
- 2026-07-31: 59
- 2026-07-30: 59
- 2026-07-29: 59
- 2026-07-28: 58
- 2026-07-27: 57
- 2026-07-26: 57

## Links

- Remote endpoint: https://lenny-rachitsky.run.mcp.com.ai/mcp
- Repository: https://github.com/la-rebelion/hapimcp
- Website: https://mcp.com.ai/
- Changelog RSS feed: https://verifymcp.io/servers/ai-com-mcp-lenny-rachitsky-podcast/lenny-rachitsky/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/ai-com-mcp-lenny-rachitsky-podcast/lenny-rachitsky/changelog.json
- HTML version of this page: https://verifymcp.io/servers/ai-com-mcp-lenny-rachitsky-podcast/lenny-rachitsky
