Storyflo MCP Server

Curated audio news, daily briefings, the Declassified library + market-linked signals. This MCP entry surfaces a curated ranking/list from the project README rather than a classic multi-tool integration surface. It still exposes 20 documented tools (including search_articles, get_article, get_audio_url) for browsing or selecting items from that list. It is available as a remote MCP endpoint.

Teams that want a hosted media endpoint instead of running a local process. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-02 · ★ 2 · #150 OF 155 MAINTAINED MEDIA · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Storyflo

before you install - you'll need

STORYFLO_TOKEN is optional or environment-specific per the README.

Claude Code

claude mcp add alisammour-storyflo-mcp --transport http https://api.storyflo.com/mcp/v1

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "alisammour-storyflo-mcp": {
      "url": "https://api.storyflo.com/mcp/v1"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

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

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to api.storyflo.com

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

registry namespace io.github.Alisammour is GitHub-verified and matches the repo owner

03 · What Storyflo can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can 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, and resolve a Declassified podcast-feed URL (read-only).

Capability map

Tools grouped from the project's README - what Storyflo lets an agent do.

read & search

10 tools - e.g. 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

search_articles · get_article · get_audio_url · get_trending_topics · get_personas · get_vertical_landscape…

Declassified

3 tools - e.g. substring search across the Declassified case archive; full Declassified case record by slug; resolve a Declassified podcast-feed URL (read-only)

search_declassified · get_declassified_case · subscribe_declassified_topic

Embedder

3 tools - e.g. returns a partner onboarding URL (no email/row created); the embedder integration manifest; the embedder network manifest

register_embedder · get_embedder_manifest · get_embedder_network_manifest

Digest

2 tools - e.g. top-N articles aggregated across verticals for a window; most-recently-published Declassified cases over a window

digest · digest_declassified

Subscribe

1 tool - e.g. mint/update a personal podcast RSS feed scoped to verticals

subscribe_topic

Quote

1 tool - e.g. explore partnership tiers, creative formats + payout rails

quote_partnership

Latest releases

v1.0.0 · 2026-06-12

First buildable release. · Zero-dependency Node (>=18) stdio bridge relaying MCP newline-delimited JSON-RPC to the hosted streamable-http endpoint at · Anonymous discovery passthrough (initialize, ping, tools/list…

04 · Who maintains Storyflo

Storyflo is maintained by alisammour. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
media - ranked #150 of 155 actively-maintained media servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-06-12)
registry
io.github.Alisammour/storyflo-mcp (active, first published 2026-06-12 · 4 versions)

06 · Storyflo FAQ

Is Storyflo still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-02 and it shipped 1 release in the last 90 days. We re-verify nightly.

What can Storyflo do?

With this server connected, an agent can 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, and resolve a Declassified podcast-feed URL (read-only).

How do I install Storyflo?

Run `claude mcp add alisammour-storyflo-mcp --transport http https://api.storyflo.com/mcp/v1`. The README documents one environment variable (STORYFLO_TOKEN) to set first. STORYFLO_TOKEN is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Storyflo require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Storyflo