Skip to main content
Glama

Storyflo MCP 服务器

Storyflo 的官方模型上下文协议 (MCP) 服务器 — 一个精选音频新闻平台,可叙述热门文章及听众转发的通讯,并将其作为可调用接口暴露给任何 LLM 智能体。

本仓库是发现与安装参考。Storyflo 平台本身是专有的;此 README 是智能体和人类进行集成所需的文档。

你可以做什么

  • 按垂直领域搜索 Storyflo 的文章库(techfinancesciencemediasportsculture 等 30 多个领域)

  • 获取完整文章及音频 URL

  • 解析可播放音频(免费层级)或高质量音频(Plus 层级)

  • 代表听众订阅主题源

  • 汇总每日 Top-N 简报

Related MCP server: 1MCP Server

端点

接口

URL

MCP 传输

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

发现清单

https://api.storyflo.com/.well-known/mcp.json

OAuth (RFC 8414)

https://api.storyflo.com/.well-known/oauth-authorization-server

OpenAI 工具规范

https://api.storyflo.com/v1/agents/openai-tools.json

API 文档

https://storyflo.com/developers

一键安装

Cursor

cursor://anysphere.cursor-deeplink/mcp/install?name=storyflo&config=eyJ1cmwiOiAiaHR0cHM6Ly9hcGkuc3RvcnlmbG8uY29tL21jcC92MSJ9

将 Storyflo 添加到 Cursor

Claude Desktop / claude.ai

设置 → 连接器 → 添加自定义连接器 → URL:

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

任何兼容 MCP 的客户端 (Continue, Cline, Zed, Windsurf, ChatGPT 自定义连接器)

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

暴露的工具

工具

描述

search_articles

搜索文章库,返回 slug/标题/发布者/摘要/audio_url

get_article

获取指定 slug 的完整记录 + 正文文本 + audio_url

get_audio_url

解析文章的可播放音频

subscribe_topic

更新听众订阅的垂直领域;返回 RSS 订阅 URL

list_subscriptions

智能体已创建的听众订阅列表

digest

汇总所选垂直领域的 Top-N 内容(最繁重的操作,通过 x402 付费)

身份验证

OAuth 2.1 + PKCE。公共客户端(Claude/ChatGPT/Cursor 的 MCP 连接器)通过 /oauth/register 进行动态客户端注册 (RFC 7591) 自动注册。无需手动 API 密钥。

x402 微支付

高级工具通过 Base 主网上的 USDC x402 协议进行计量。智能体按调用付费,无需预付合同。免费层级工具(search_articleslist_topicsget_daily_briefing)无需付费。

70/20/10 收入分成:70% 给发布者20% 给推荐智能体10% 给 Storyflo。链上且确定性执行。

SDK

TypeScript 和 Python 的原生客户端库:

npm install storyflo-sdk      # https://www.npmjs.com/package/storyflo-sdk
pip install storyflo          # https://pypi.org/project/storyflo/

通过 Smithery 安装

npx -y @smithery/cli install storyflo

用于客户端 UI 的 Storyflo 品牌标识: https://storyflo.com/icon-512.png

支持

  • 开发者问题:api@storyflo.com

  • 错误报告:在此仓库提交 issue

  • Discord:待定

许可证

本仓库内容(README + 清单引用)采用 MIT 许可证。Storyflo 平台本身是专有的;通过公共 API 进行智能体集成是受支持的集成方式。

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    A unified Model Context Protocol server that aggregates multiple MCP servers into one, allowing AI assistants like Claude Desktop, Cursor, and Cherry Studio to connect to a single server instead of managing multiple instances.
    1,548
    487
    Apache 2.0
  • A
    license
    A
    quality
    F
    maintenance
    MCP server to search 4,800+ MCP servers, AI agents, CLI tools and agent skills from the A2ASearch directory. Ask Claude: "Find MCP servers for database access".
    3
    103
    21
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables LLMs to search, fetch, and manage arXiv research papers across various categories. It allows users to browse recent publications, query specific metadata, and retrieve full abstracts through a local database.
    5
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Alisammour/storyflo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server