Server Details
MCP server for structured access to Lenny Rachitsky podcast transcripts. For content creators.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- la-rebelion/hapimcp
- GitHub Stars
- 7
See and control every tool call
Available Tools
8 toolsgetEpisodesInspect
List episodes - Lists episodes with parsed frontmatter (guest, title, duration, youtube_url, etc.) and their canonical resource URIs.
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | ||
| limit | No | ||
| cursor | No | Opaque pagination cursor | |
| x-hapi-auth-state | No |
getEpisodesGuestInspect
Get an episode card (metadata + key URIs)
| Name | Required | Description | Default |
|---|---|---|---|
| guest | Yes | ||
| x-hapi-auth-state | No |
getEpisodesGuestChunksInspect
List chunk descriptors for an episode - Returns chunk boundaries and URIs for chunk retrieval. Chunks may be computed on-demand using size/overlap parameters.
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | ||
| guest | Yes | ||
| overlap | No | ||
| x-hapi-auth-state | No |
getEpisodesGuestChunksChunkIdtxtInspect
Get a specific transcript chunk as plain text
| Name | Required | Description | Default |
|---|---|---|---|
| guest | Yes | ||
| chunkId | Yes | ||
| x-hapi-auth-state | No |
getEpisodesGuestMetadatajsonInspect
Get episode metadata as JSON (frontmatter)
| Name | Required | Description | Default |
|---|---|---|---|
| guest | Yes | ||
| x-hapi-auth-state | No |
getEpisodesGuestTranscriptformatInspect
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)
| Name | Required | Description | Default |
|---|---|---|---|
| guest | Yes | ||
| format | Yes | ||
| x-hapi-auth-state | No | ||
| include_frontmatter | No |
getSearchInspect
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
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | ||
| mode | No | ||
| guest | No | ||
| limit | No | ||
| title | No | ||
| top_k | No | ||
| cursor | No | Opaque pagination cursor | |
| keywords | No | ||
| namespace | No | ||
| episode_slug | No | ||
| x-hapi-auth-state | No |
postSearchInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| undefinedBody | Yes | ||
| x-hapi-auth-state | No |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.