MCP
Connect Claude or any MCP client to your Saltfish account to browse demos, flows, and analytics from chat.
Last updated
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
Go to Settings → Connectors → Add custom connector.
Enter the URL above.
Log in with your Saltfish (Firebase) account when prompted — this is standard OAuth, no API key needed.
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.
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