For the complete documentation index, see llms.txt. This page is also available as Markdown.

MCP

Connect Claude or any MCP client to your Saltfish account to browse demos, flows, and analytics from chat.

Endpoint: https://studio-api.saltfish.ai/mcp

Connect from Claude.ai or Claude Desktop

  1. Go to Settings → Connectors → Add custom connector.

  2. Enter the URL above.

  3. Log in with your Saltfish (Firebase) account when prompted — this is standard OAuth, no API key needed.

Available tools

Tool
Description

list_demos

List demo recordings, newest first (folder filter, pagination)

search_demos

Find demos by title

get_demo

Get full details for a demo, optionally with steps

get_demo_share_link

Get the public share URL / embed HTML for a published demo

list_flows

List flows (interactive playlists), optionally by status

analytics_overview

Views, unique viewers, and completion rate across flows and demos

All tools are read-only and scoped to your client — you'll only ever see your own account's data.

Notes

  • There's also a local stdio version of this server for advanced technical use, shipped in the @saltfish-ai/cli package (saltfish-mcp bin). It exposes the same tools.

  • Write tools for creating demos from an agent session are on the roadmap but not yet available.

Last updated