← Registry

Content Tools

storyflo.com

Provides access to Storyflo's article corpus, audio, and subscription management.

1 endpoint25 known toolsFirst detected July 6, 2026Last detected July 25, 2026

ENDPOINT 1

https://api.storyflo.com/mcp/v1

No auth detected

MCP server metadata

Name
Storyflo
Version
1.3.0
Capabilities
toolsresources
Server instructions

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

search_articles

Search Storyflo's article corpus.

Inferred read-only
get_article

Fetch the full record for an article by slug, including body_text + audio_url.

Inferred read-only
get_audio_url

Resolve the playable audio URL for an article.

Inferred read-only
subscribe_topic

Mint or update the human's personal Storyflo podcast feed.

Potential side effects
list_subscriptions

Return the listener feed(s) this agent has minted on the human's behalf.

Inferred read-only
get_vertical_briefing

Fetch a stitched audio briefing of the top-25 trending articles in a single vertical from the last 24h.

Inferred read-only
get_market_linked_stories

Storyflo stories that match an actively traded event contract on Kalshi (a CFTC-regulated exchange).

Inferred read-only
get_crypto_market_link

Return Storyflo's markets-partner Kraken affiliate URL for a given crypto asset (BTC, ETH, etc).

Inferred read-only
digest

Aggregate the top-N articles across selected verticals for the requested window.

Inferred read-only
search_declassified

Search Storyflo's Declassified archive — narrated cases drawn from FBI, CIA, NSA, NASA, DOJ, AARO, war.

Inferred read-only
get_declassified_case

Fetch the full record for a Declassified case by slug.

Inferred read-only
digest_declassified

Return the most-recently-published Declassified cases over a rolling window.

Inferred read-only
subscribe_declassified_topic

Resolve 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-only
get_trending_topics

Return 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-only
get_personas

Return the storyflo 6-host persona catalog (Theo, Mason, Jessica, etc.

Inferred read-only
get_vertical_landscape

Return 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-only
list_podcasts

Return 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-only
get_my_private_feed

Return 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-only
get_divergence_index

The Storyflo Divergence Index — Storyflo's own computed metric for where prediction markets disagree with the press.

Inferred read-only
register_embedder

Resolve the storyflo embedder onboarding URL prefilled with the partner's name + email + optional vertical.

Potential side effects
get_embedder_manifest

Wrap the public ``/embed/<slug>/manifest.

Inferred read-only
get_embedder_network_manifest

Wrap the public ``/embed/network-manifest.

Inferred read-only
quote_partnership

Return 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-only
stream_briefing_render_events

Subscribe to real-time briefing-render events.

Inferred read-only
get_mcp_usage_self

Return 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-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.