storyflo
Storyflo MCP 服务器
Storyflo 的官方模型上下文协议 (MCP) 服务器 — 一个精选音频新闻平台,可叙述热门文章及听众转发的通讯,并将其作为可调用接口暴露给任何 LLM 智能体。
本仓库是发现与安装参考。Storyflo 平台本身是专有的;此 README 是智能体和人类进行集成所需的文档。
你可以做什么
按垂直领域搜索 Storyflo 的文章库(
tech、finance、science、media、sports、culture等 30 多个领域)获取完整文章及音频 URL
解析可播放音频(免费层级)或高质量音频(Plus 层级)
代表听众订阅主题源
汇总每日 Top-N 简报
Related MCP server: 1MCP Server
端点
接口 | URL |
MCP 传输 |
|
发现清单 |
|
OAuth (RFC 8414) |
|
OpenAI 工具规范 |
|
API 文档 |
|
一键安装
Cursor
cursor://anysphere.cursor-deeplink/mcp/install?name=storyflo&config=eyJ1cmwiOiAiaHR0cHM6Ly9hcGkuc3RvcnlmbG8uY29tL21jcC92MSJ9Claude 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"
}
}
}暴露的工具
工具 | 描述 |
| 搜索文章库,返回 slug/标题/发布者/摘要/audio_url |
| 获取指定 slug 的完整记录 + 正文文本 + audio_url |
| 解析文章的可播放音频 |
| 更新听众订阅的垂直领域;返回 RSS 订阅 URL |
| 智能体已创建的听众订阅列表 |
| 汇总所选垂直领域的 Top-N 内容(最繁重的操作,通过 x402 付费) |
身份验证
OAuth 2.1 + PKCE。公共客户端(Claude/ChatGPT/Cursor 的 MCP 连接器)通过 /oauth/register 进行动态客户端注册 (RFC 7591) 自动注册。无需手动 API 密钥。
x402 微支付
高级工具通过 Base 主网上的 USDC x402 协议进行计量。智能体按调用付费,无需预付合同。免费层级工具(search_articles、list_topics、get_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 storyfloLogo
用于客户端 UI 的 Storyflo 品牌标识:
https://storyflo.com/icon-512.png
支持
开发者问题:api@storyflo.com
错误报告:在此仓库提交 issue
Discord:待定
许可证
本仓库内容(README + 清单引用)采用 MIT 许可证。Storyflo 平台本身是专有的;通过公共 API 进行智能体集成是受支持的集成方式。
Maintenance
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
- AlicenseAqualityDmaintenanceOne click installation & Configuration,access to OpenAI's websearch functionality through the Model Context Protocol。193MIT
- AlicenseNot gradedqualityAmaintenanceA 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,548487Apache 2.0
- AlicenseAqualityFmaintenanceMCP 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".310321MIT
- AlicenseAqualityDmaintenanceEnables 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.5MIT
Related MCP Connectors
Trending/new/changed MCP servers: a liveness-probed freshness index + x402-paid change-data API
Mastodon MCP — public Mastodon data via mastodon.social (no auth required)
FastMCP server for posting formatted content to X (Twitter) — Tollbooth-monetized, DPYC-native
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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