How to Read the Future
com.howtoreadthefuture/podcastRead released episodes, transcripts, citations, clips, reading trails, and flashcards.
Tools · 6
Get one episode and its chapter metadata by slug.
Get transcript turns overlapping an optional window of at most five minutes, with exact timestamps. Defaults to 00:00–03:00 so the first call stays within the response limit.
List clips for an episode, including citations, media details, and publication state.
Get one clip by ID with its URL, transcript, media, and publication details.
Get an episode reading trail with citations and cursor pagination.
Get reviewed, evidence-linked episode flashcards with bounded cursor pagination. No scoring or engagement coercion.
Resources · 1
Release-bound public show metadata.
htrtf://show
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"how_to_read_the_future": {
"url": "https://howtoreadthefuture.com/mcp",
"transport": "streamable-http"
}
}
}