Storyflo
@Alisammour
About Storyflo
Official Storyflo MCP server — install + discovery reference. The Storyflo platform is proprietary; this repo is the public agent integration surface.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"storyflo": {
"url": "https://api.storyflo.com/mcp/v1",
"transport": "streamable-http"
}
}
}Tools
20search the curated article corpus by query/vertical
fetch the full record + body text + audio URL by slug
resolve the playable audio URL for an article
what's hot on Storyflo right now
the host voices (Theo / Mason / Riley / Iris / Brock / Wit)
one-shot per-vertical context for onboarding a listener
the full catalog of audio shows (per-host + Declassified)
top-N articles aggregated across verticals for a window
stories matched to Kalshi event contracts (editorial, not advice)
Kraken affiliate markets link-out for crypto-relevant stories
substring search across the Declassified case archive
full Declassified case record by slug
most-recently-published Declassified cases over a window
mint/update a personal podcast RSS feed scoped to verticals
resolve a Declassified podcast-feed URL (read-only)
list feeds this agent has minted for the human
returns a partner onboarding URL (no email/row created)
the embedder integration manifest
the embedder network manifest
explore partnership tiers, creative formats + payout rails
Overview
What is Storyflo?
Storyflo is an official Model Context Protocol server that exposes curated audio news, daily briefings, the public Declassified library (FBI/CIA/NSA/NASA/DOJ/AARO releases), and market-linked story signals as a callable surface for any LLM agent. It is built for developers integrating AI assistants with Storyflo’s platform and provides a zero-dependency stdio bridge that relays MCP JSON-RPC between a local client and a hosted streamable-http endpoint.
How to use Storyflo?
Install Storyflo via one-click links for Cursor, VS Code, or Claude Desktop, or manually with claude mcp add --transport http storyflo https://api.storyflo.com/mcp/v1. Run the stdio bridge using npx storyflo-mcp or Docker (docker run -i --rm storyflo-mcp). Optionally set the STORYFLO_TOKEN environment variable for authenticated tool calls; discovery works anonymously.
Key features of Storyflo
- Search and fetch curated audio news by vertical.
- Generate daily briefings and vertical audio briefings.
- Access the narrated Declassified library (public, no auth).
- Discover trending topics, host personas, and podcast catalog.
- Mint personal podcast RSS feeds for articles and Declassified.
- Enable partner integration and revenue share embedder registration.
Use cases of Storyflo
- An AI assistant searching for the latest tech news and playing audio clips.
- A user receiving a daily briefing of top articles across multiple verticals.
- Exploring declassified government documents from FBI, CIA, NSA, and more.
- Subscribing to a personalized podcast feed for curated news topics.
- Partner platforms integrating Storyflo content and earning revenue share.
FAQ from Storyflo
What is the Declassified library?
The Declassified library is a narrated archive of publicly released government documents from FBI, CIA, NSA, NASA, DOJ, AARO, and other agencies. It is completely free and requires no authentication to browse.
What authentication is needed to use Storyflo?
Discovery tools (initialize, ping, tools/list, resources/list) work anonymously. For tool calls like search_articles or subscribe_topic, an optional OAuth bearer token can be provided via the STORYFLO_TOKEN environment variable.
How do I install Storyflo in Claude Desktop?
Use the one-click .mcpb extension (see companion repo) or add a custom connector with URL https://api.storyflo.com/mcp/v1 in Claude Desktop settings.
Are there any free tools available?
Yes, Storyflo exposes 20 free tools (no auth required for discovery and search) and one premium tool (get_vertical_briefing) which requires payment via x402 over USDC on Base mainnet.
How can I get an API token for authenticated calls?
Set the STORYFLO_TOKEN environment variable to an OAuth bearer token. No token is needed for public tools or discovery calls.
Frequently asked questions
What is the Declassified library?
The Declassified library is a narrated archive of publicly released government documents from FBI, CIA, NSA, NASA, DOJ, AARO, and other agencies. It is completely free and requires no authentication to browse.
What authentication is needed to use Storyflo?
Discovery tools (initialize, ping, tools/list, resources/list) work anonymously. For tool calls like `search_articles` or `subscribe_topic`, an optional OAuth bearer token can be provided via the `STORYFLO_TOKEN` environment variable.
How do I install Storyflo in Claude Desktop?
Use the one-click `.mcpb` extension (see companion repo) or add a custom connector with URL `https://api.storyflo.com/mcp/v1` in Claude Desktop settings.
Are there any free tools available?
Yes, Storyflo exposes 20 free tools (no auth required for discovery and search) and one premium tool (`get_vertical_briefing`) which requires payment via x402 over USDC on Base mainnet.
How can I get an API token for authenticated calls?
Set the `STORYFLO_TOKEN` environment variable to an OAuth bearer token. No token is needed for public tools or discovery calls.
Basic information
More Other MCP servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Nginx UI
0xJackyYet another WebUI for Nginx
ghidraMCP
LaurieWiredMCP Server for Ghidra

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.

EverArt
modelcontextprotocolModel Context Protocol Servers
Comments