← storyflo.com
INDIVIDUAL MCP TOOL
stream_briefing_render_events
Subscribe to real-time briefing-render events.
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 endpoint
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).