Skip to main content
Glama

Storyflo MCP 서버

Storyflo를 위한 공식 Model Context Protocol 서버입니다. Storyflo는 트렌딩 기사와 청취자가 전달한 뉴스레터를 내레이션으로 제공하며, 이를 모든 LLM 에이전트가 호출할 수 있는 인터페이스로 노출하는 엄선된 오디오 뉴스 플랫폼입니다.

이 저장소는 검색 및 설치 참조를 위한 것입니다. Storyflo 플랫폼 자체는 독점적이며, 이 README는 에이전트와 사용자가 통합하는 데 필요한 정보를 담고 있습니다.

주요 기능

  • 버티컬별(tech, finance, science, media, sports, culture 등 30개 이상) Storyflo 기사 코퍼스 검색

  • 전체 기사 및 오디오 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_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

  • 버그 리포트: 이 저장소에 이슈 생성

  • 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