Skip to main content
Glama

Storyflo MCPサーバー

Storyflo の公式Model Context Protocolサーバーです。Storyfloは、トレンド記事やリスナーが転送したニュースレターをナレーション化し、あらゆるLLMエージェントが呼び出せるインターフェースとして公開する、キュレーション型オーディオニュースプラットフォームです。

このリポジトリは検出およびインストール用のリファレンスです。Storyfloプラットフォーム自体はプロプライエタリ(非公開)であり、このREADMEはエージェントやユーザーが統合を行うために必要な情報を提供します。

できること

  • Storyfloの記事コーパスを垂直分野(techfinancesciencemediasportscultureなど30以上)で検索

  • 記事全文と音声URLの取得

  • 再生可能な音声(無料枠)またはプレミアム品質の音声(Plus枠)の解決

  • リスナーに代わってトピックフィードを購読

  • 上位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 Custom Connectors)

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

公開されているツール

ツール

説明

search_articles

コーパスを検索し、スラッグ/タイトル/パブリッシャー/スニペット/audio_urlを返します

get_article

スラッグに対応する全レコード + 本文 + audio_urlを取得します

get_audio_url

記事の再生可能な音声を解決します

subscribe_topic

リスナーのフィード垂直分野を更新し、RSSフィードURLを返します

list_subscriptions

エージェントが作成したリスナーフィードを一覧表示します

digest

選択した垂直分野全体で上位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