← storyflo.com

INDIVIDUAL MCP TOOL

publisher_upload_audio

Get a one-time upload URL for an episode's source audio — your own recording (StreamYard, Riverside, Zoom, a local file).

storyflo.comnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for publisher_upload_audio and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests retrieving external content.

Parent server

storyflo.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.storyflo]
url = "https://api.storyflo.com/mcp/v1"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "storyflo": {
      "type": "http",
      "url": "https://api.storyflo.com/mcp/v1"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: storyflo
Remote MCP URL: https://api.storyflo.com/mcp/v1

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "storyflo": {
      "url": "https://api.storyflo.com/mcp/v1"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "storyflo": {
      "type": "http",
      "url": "https://api.storyflo.com/mcp/v1"
    }
  }
}
Generic MCP

Client-specific MCP configuration

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

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_articles — Search Storyflo's article corpus.
  • get_article — Fetch the full record for an article by slug, including body_text + audio_url.
  • get_audio_url — Resolve the playable audio URL for an article.
  • subscribe_topic — Mint or update the human's personal Storyflo podcast feed.
  • list_subscriptions — Return the listener feed(s) this agent has minted on the human's behalf.
  • get_vertical_briefing — Fetch a stitched audio briefing of the top-25 trending articles in a single vertical from the last 24h.
  • get_market_linked_stories — Storyflo stories that match an actively traded event contract on Kalshi (a CFTC-regulated exchange).
  • get_crypto_market_link — Return Storyflo's markets-partner Kraken affiliate URL for a given crypto asset (BTC, ETH, etc).