A Codex plugin that wraps storyflo's hosted MCP server — an agentic newsroom. Install it to give Codex narrated news briefings, the news-versus-prediction-market Divergence Index, a declassified archive of released intelligence cases, and vertical (topic-area) intelligence, all as source-grounded editorial context.
storyflo returns editorial signal and narrated context. It does not return raw prediction-market odds or probabilities — the Divergence Index is a qualitative signal, not a price feed.
storyflo is an agentic newsroom: it aggregates and narrates the news, tracks where the news narrative is diverging from prediction-market sentiment, and maintains a searchable archive of declassified intelligence cases. This plugin exposes that newsroom to Codex over a single remote MCP endpoint.
- Narrated briefings — daily and per-vertical briefings you can read or
listen to (
get_daily_briefing,get_vertical_briefing,digest,list_podcasts,get_audio_url). - Divergence Index — a qualitative signal of where the news narrative is
diverging from prediction-market sentiment, with the underlying market-linked
stories (
get_divergence_index,get_market_linked_stories). - Discovery & articles — trending topics, full-text search, single-article
fetch, and topic subscriptions (
get_trending_topics,search_articles,get_article,subscribe_topic). - Declassified archive — search, open, and digest released intelligence
cases (
search_declassified,get_declassified_case,digest_declassified). - Vertical intelligence — the landscape of a topic area: entities, threads,
and momentum (
get_vertical_landscape).
This plugin connects to storyflo's hosted MCP server over HTTPS Server-Sent Events. No API key is required for the public tools, and no credentials are bundled in this repo.
The server is configured in .mcp.json:
{
"mcpServers": {
"storyflo": {
"url": "https://api.storyflo.com/v1/mcp/sse",
"transport": "sse"
}
}
}Install this repo as a Codex plugin (via the HOL registry or by pointing a
marketplace source at this repository), and the storyflo MCP server plus the
bundled storyflo skill become available to your
agent.
- "Pull today's storyflo daily briefing and summarize the top stories as a narrated digest."
- "Read the storyflo Divergence Index and tell me where the news narrative is diverging from prediction-market sentiment right now."
- "Search the storyflo declassified archive for recently released intelligence cases on this topic and open the most relevant one."
.codex-plugin/plugin.json # plugin manifest
.mcp.json # remote MCP server (SSE) configuration
skills/storyflo/SKILL.md # skill teaching agents how/when to use storyflo
assets/icon.png # composer icon (512x512)
assets/logo.svg # storyflo mark
SECURITY.md # vulnerability disclosure policy
LICENSE # MIT
See SECURITY.md. Report vulnerabilities privately to
story@storyflo.com.
- Website: https://www.storyflo.com
- MCP endpoint:
https://api.storyflo.com/v1/mcp/sse
MIT © 2026 Storyflo