INDIVIDUAL MCP TOOL
publisher_episodes
List a publisher's episodes newest-first with their real state: 'live' (has finished audio and appears in the RSS feed) or 'awaiting' (storyflo knows the episode exists but has no finished audio yet).
LIVE ENDPOINT
https://api.storyflo.com/mcp/v1
Connect to this endpoint to inspect the live schema for publisher_episodes and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.storyflo]
url = "https://api.storyflo.com/mcp/v1"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"storyflo": {
"type": "http",
"url": "https://api.storyflo.com/mcp/v1"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: storyflo
Remote MCP URL: https://api.storyflo.com/mcp/v1
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"storyflo": {
"url": "https://api.storyflo.com/mcp/v1"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"storyflo": {
"type": "http",
"url": "https://api.storyflo.com/mcp/v1"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "storyflo",
"transport": "streamable-http",
"url": "https://api.storyflo.com/mcp/v1"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_articles— Search Storyflo's article corpus.get_article— Fetch the full record for an article by slug, including body_text + audio_url.get_audio_url— Resolve the playable audio URL for an article.subscribe_topic— Mint or update the human's personal Storyflo podcast feed.list_subscriptions— Return the listener feed(s) this agent has minted on the human's behalf.get_vertical_briefing— Fetch a stitched audio briefing of the top-25 trending articles in a single vertical from the last 24h.get_market_linked_stories— Storyflo stories that match an actively traded event contract on Kalshi (a CFTC-regulated exchange).get_crypto_market_link— Return Storyflo's markets-partner Kraken affiliate URL for a given crypto asset (BTC, ETH, etc).