MCP.so
登录

Storyflo

@Alisammour

关于 Storyflo

Official Storyflo MCP server — install + discovery reference. The Storyflo platform is proprietary; this repo is the public agent integration surface.

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

Alisammour

提交者

Alisammour

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "storyflo": {
      "url": "https://api.storyflo.com/mcp/v1",
      "transport": "streamable-http"
    }
  }
}

工具

20

search 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

概览

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.

评论

其他 分类下的更多 MCP 服务器