Content Tools
storyflo.com
Provides access to Storyflo's article corpus, audio, and subscription management.
ENDPOINT 1
https://api.storyflo.com/mcp/v1
MCP server metadata
- Name
- Storyflo
- Version
- 1.3.0
Storyflo provides curated audio-news plus a market-aware news signal. Free tools: search_articles, get_article, get_audio_url, list_subscriptions, subscribe_topic, digest, get_market_linked_stories, get_crypto_market_link. Premium tool: get_vertical_briefing — settles in USDC on Base via x402. Declassified library (public, no auth): search_declassified, get_declassified_case, digest_declassified, subscribe_declassified_topic — narrated cases drawn from FBI/CIA/NSA/NASA/DOJ/AARO/war.gov releases. Discovery surface (public, no auth): get_trending_topics, get_personas, get_vertical_landscape, list_podcasts — surface what's hot on storyflo + pick a host voice + one-shot vertical context for onboarding a listener + the full catalog of audio shows (Theo / Mason / Jessica / Chloe / Brock / Wit + Declassified). Partner integration (public, no auth): register_embedder (returns onboarding URL, does NOT send email or create a row), get_embedder_manifest, get_embedder_network_manifest, quote_partnership — explore tiers + creative formats + payout rails before opening a partnership thread. get_market_linked_stories pairs stories with event contracts on Kalshi (a CFTC-regulated designated contract market); informational market data only, not investment advice. get_crypto_market_link returns Storyflo's markets-partner Kraken affiliate URL for crypto-relevant stories — editorial linkout, not a trading recommendation; not investment advice.
Known tools 25
get_articleFetch the full record for an article by slug, including body_text + audio_url.
Inferred read-onlylist_subscriptionsReturn the listener feed(s) this agent has minted on the human's behalf.
Inferred read-onlyget_vertical_briefingFetch a stitched audio briefing of the top-25 trending articles in a single vertical from the last 24h.
Inferred read-onlyget_market_linked_storiesStoryflo stories that match an actively traded event contract on Kalshi (a CFTC-regulated exchange).
Inferred read-onlyget_crypto_market_linkReturn Storyflo's markets-partner Kraken affiliate URL for a given crypto asset (BTC, ETH, etc).
Inferred read-onlydigestAggregate the top-N articles across selected verticals for the requested window.
Inferred read-onlysearch_declassifiedSearch Storyflo's Declassified archive — narrated cases drawn from FBI, CIA, NSA, NASA, DOJ, AARO, war.
Inferred read-onlydigest_declassifiedReturn the most-recently-published Declassified cases over a rolling window.
Inferred read-onlysubscribe_declassified_topicResolve a podcast-feed URL the user can paste into Apple Podcasts, Overcast, Pocket Casts, or Spotify to receive every new Declassified case automatically.
Inferred read-onlyget_trending_topicsReturn storyflo's current cross-vertical trending snapshot: top stories ranked by recency + velocity, active publishers in the last 24h, the featured daily-brief compilation, and per-vertical hot lists.
Inferred read-onlyget_personasReturn the storyflo 6-host persona catalog (Theo, Mason, Jessica, etc.
Inferred read-onlyget_vertical_landscapeReturn everything an agent needs to onboard a listener for a single vertical in one tool call: top stories, the named host persona (with sample-audio URL and tone), the premium-briefing URL the agent can deep-link (x402-gated), and the public RSS feed the listener can paste into any podcast player.
Inferred read-onlylist_podcastsReturn the public catalog of Storyflo podcast shows — the Declassified archive plus 6 daily-brief shows hosted by Theo (tech), Mason (markets), Jessica (news), Chloe (health), Brock (sports), and Wit (comedy).
Inferred read-onlyget_my_private_feedReturn the caller's PRIVATE per-user podcast feed URL — a personalized daily brief (the stories from the topics the listener follows) delivered to whatever podcast app they already use (Apple Podcasts, Overcast, Pocket Casts, Snipd).
Inferred read-onlyget_divergence_indexThe Storyflo Divergence Index — Storyflo's own computed metric for where prediction markets disagree with the press.
Inferred read-onlyregister_embedderResolve the storyflo embedder onboarding URL prefilled with the partner's name + email + optional vertical.
Potential side effectsquote_partnershipReturn the indicative partnership tier (starter / growth / scale / enterprise) + monthly fee + storyflo revenue-share bps for a partner integrating storyflo into their agent product.
Inferred read-onlyget_mcp_usage_selfReturn the caller's own trailing 30-day MCP tool-usage summary: total calls, success rate, p50 latency, and per-tool call/error counts.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.