Skip to main content
Glama

Storyflo MCP-Server

Offizieller Model Context Protocol-Server für Storyflo — eine kuratierte Audio-News-Plattform, die Trend-Artikel sowie von Hörern weitergeleitete Newsletter vertont und sie als aufrufbare Schnittstelle für jeden LLM-Agenten bereitstellt.

Dieses Repository ist eine Referenz für Entdeckung und Installation. Die Storyflo-Plattform selbst ist proprietär; diese README enthält die Informationen, die Agenten und Benutzer für die Integration benötigen.

Was Sie tun können

  • Storyflos Artikel-Korpus nach Vertikalen durchsuchen (tech, finance, science, media, sports, culture und 30 weitere)

  • Vollständige Artikel sowie Audio-URLs abrufen

  • Abspielbare Audioinhalte (kostenloses Kontingent) oder Audio in Premium-Qualität (Plus-Kontingent) auflösen

  • Themen-Feeds im Namen des Hörers abonnieren

  • Top-N-Tagesbriefings aggregieren

Related MCP server: 1MCP Server

Endpunkte

Oberfläche

URL

MCP-Transport

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

Discovery-Manifest

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

OAuth (RFC 8414)

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

OpenAI-Tool-Spezifikation

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

API-Dokumentation

https://storyflo.com/developers

Installation mit einem Klick

Cursor

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

Storyflo zu Cursor hinzufügen

Claude Desktop / claude.ai

Einstellungen → Connectors → Benutzerdefinierten Connector hinzufügen → URL:

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

Jeder MCP-kompatible Client (Continue, Cline, Zed, Windsurf, ChatGPT Custom Connectors)

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

Verfügbare Tools

Tool

Beschreibung

search_articles

Durchsucht den Korpus, gibt Slug/Titel/Herausgeber/Snippet/audio_url zurück

get_article

Vollständiger Datensatz + body_text + audio_url für einen Slug

get_audio_url

Löst abspielbares Audio für einen Artikel auf

subscribe_topic

Aktualisiert die Themen-Feeds des Hörers; gibt RSS-Feed-URL zurück

list_subscriptions

Hörer-Feeds, die der Agent erstellt hat

digest

Aggregiert Top-N über ausgewählte Vertikale (aufwendigste Aktion, bezahlt via x402)

Authentifizierung

OAuth 2.1 + PKCE. Öffentliche Clients (Claude/ChatGPT/Cursors MCP-Connectors) registrieren sich automatisch via Dynamic Client Registration (RFC 7591) unter /oauth/register. Kein manueller API-Schlüssel erforderlich.

x402-Mikrozahlungen

Premium-Tools werden über x402 via USDC auf dem Base-Mainnet abgerechnet. Agenten zahlen pro Aufruf, ohne Vorauszahlungsvertrag. Tools des kostenlosen Kontingents (search_articles, list_topics, get_daily_briefing) erfordern keine Zahlung.

70/20/10-Umsatzaufteilung: 70 % an den Herausgeber, 20 % an den empfehlenden Agenten, 10 % an Storyflo. On-Chain und deterministisch.

SDK

Native Client-Bibliotheken für TypeScript und Python:

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

Installation via Smithery

npx -y @smithery/cli install storyflo

Die Storyflo-Marke für Client-UIs: https://storyflo.com/icon-512.png

Support

  • Entwicklerfragen: api@storyflo.com

  • Fehlerberichte: Eröffnen Sie ein Issue in diesem Repository

  • Discord: TBD

Lizenz

MIT für den Inhalt dieses Repositorys (README + Manifest-Referenzen). Die Storyflo-Plattform selbst ist proprietär; die Agenten-Integration über die öffentliche API ist die unterstützte Integrationsschnittstelle.

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