Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Dreambooth Studio

com.dreamboothstudio/dreambooth

Ask about your Dreambooth Studio photobooths: sessions, revenue, credits, projects, device status.

Uptime
100.0%
2 direct probes · 30d
Response
1391ms
last probe
Tools
10
callable
Resources
1
readable
Prompts
0
available

Tools · 10

connect_account

Connect this conversation to a Dreambooth Studio account. Returns a link the person opens in their own browser, where they sign in to Dreambooth with an email and password or with Google, and approve.…

connection_status

Whether this conversation currently has a Dreambooth account connected, and which one. Call this if you are unsure whether to run connect_account first. Cheap and read-only — it does not contact Dream…

get_sessions

List the photo sessions recorded on this operator's booths, with totals. Call this when the operator asks how busy a booth has been, how many sessions ran in a period, or wants to inspect individual s…

get_gallery_stats

How much media this operator's booths have produced: total, still active, and expired past the retention window. Call this when the operator asks how many photos or videos a booth has taken, or whethe…

search_docs

Search the Dreambooth Studio documentation and FAQ. Call this before answering any question about the product, pricing, packages, hardware, printing, subscriptions, or troubleshooting — answer from th…

list_projects

List the photobooth projects this operator owns, with id, name, public link slug, whether it is active, and its currency. Call this first whenever the operator names a booth — you need the project id …

get_project

Full detail for a single booth: its name, public link, currency, screen size, and the live status of the device running it — whether it is online, when it was last seen, app version, and camera/printe…

get_revenue_summary

Business revenue from this operator's photobooth sessions across EVERY payment channel — gateway payments, cash vouchers (cash collected at the booth) and discount vouchers — grouped by month or day a…

get_credits

This operator's remaining AI credit balance and their current subscription plan, including when it ends. Call this when they ask how many credits are left, whether they can still run AI effects, or wh…

get_wallet_transactions

This operator's wallet ledger: gateway earnings, withdrawals and refunds, newest first. Use for questions about the wallet, payouts or withdrawals. Do NOT use it to answer 'how much did I earn' — the …

Resources · 1

connect-account-card ui://widget/connect-account.html

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "dreambooth_studio": {
      "url": "https://mcp.dreamboothstudio.com/mcp",
      "transport": "streamable-http"
    }
  }
}