storyflo
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,cultureund 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 |
|
Discovery-Manifest |
|
OAuth (RFC 8414) |
|
OpenAI-Tool-Spezifikation |
|
API-Dokumentation |
|
Installation mit einem Klick
Cursor
cursor://anysphere.cursor-deeplink/mcp/install?name=storyflo&config=eyJ1cmwiOiAiaHR0cHM6Ly9hcGkuc3RvcnlmbG8uY29tL21jcC92MSJ9Claude Desktop / claude.ai
Einstellungen → Connectors → Benutzerdefinierten Connector hinzufügen → URL:
https://api.storyflo.com/mcp/v1Jeder 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 |
| Durchsucht den Korpus, gibt Slug/Titel/Herausgeber/Snippet/audio_url zurück |
| Vollständiger Datensatz + body_text + audio_url für einen Slug |
| Löst abspielbares Audio für einen Artikel auf |
| Aktualisiert die Themen-Feeds des Hörers; gibt RSS-Feed-URL zurück |
| Hörer-Feeds, die der Agent erstellt hat |
| 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 storyfloLogo
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.
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