storyflo
Storyflo MCPサーバー
Storyflo の公式Model Context Protocolサーバーです。Storyfloは、トレンド記事やリスナーが転送したニュースレターをナレーション化し、あらゆるLLMエージェントが呼び出せるインターフェースとして公開する、キュレーション型オーディオニュースプラットフォームです。
このリポジトリは検出およびインストール用のリファレンスです。Storyfloプラットフォーム自体はプロプライエタリ(非公開)であり、このREADMEはエージェントやユーザーが統合を行うために必要な情報を提供します。
できること
Storyfloの記事コーパスを垂直分野(
tech、finance、science、media、sports、cultureなど30以上)で検索記事全文と音声URLの取得
再生可能な音声(無料枠)またはプレミアム品質の音声(Plus枠)の解決
リスナーに代わってトピックフィードを購読
上位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/v1MCP対応クライアント (Continue, Cline, Zed, Windsurf, ChatGPT Custom Connectors)
{
"mcpServers": {
"storyflo": {
"url": "https://api.storyflo.com/mcp/v1",
"transport": "streamable-http"
}
}
}公開されているツール
ツール | 説明 |
| コーパスを検索し、スラッグ/タイトル/パブリッシャー/スニペット/audio_urlを返します |
| スラッグに対応する全レコード + 本文 + audio_urlを取得します |
| 記事の再生可能な音声を解決します |
| リスナーのフィード垂直分野を更新し、RSSフィードURLを返します |
| エージェントが作成したリスナーフィードを一覧表示します |
| 選択した垂直分野全体で上位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 storyfloロゴ
クライアント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