AI & Machine Learning
dreamboothstudio.com
MCP server for Dreambooth Studio that connects an account and retrieves photo booth session totals, gallery media statistics, and documentation search results.
ENDPOINT 1
https://mcp.dreamboothstudio.com/mcp
MCP server metadata
- Name
- dreambooth
- Version
- 0.3.0
Known tools 10
connection_statusWhether this conversation currently has a Dreambooth account connected, and which one.
Inferred read-onlyget_sessionsList the photo sessions recorded on this operator's booths, with totals.
Inferred read-onlyget_gallery_statsHow much media this operator's booths have produced: total, still active, and expired past the retention window.
Inferred read-onlylist_projectsList the photobooth projects this operator owns, with id, name, public link slug, whether it is active, and its currency.
Inferred read-onlyget_projectFull 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/printer/internet state.
Inferred read-onlyget_revenue_summaryBusiness 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 and by currency, with extra-print revenue and AI-effect purchases reported separately.
Potential side effectsget_creditsThis operator's remaining AI credit balance and their current subscription plan, including when it ends.
Inferred read-onlyget_wallet_transactionsThis operator's wallet ledger: gateway earnings, withdrawals and refunds, newest first.
Inferred read-onlyCONNECT 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.dreambooth]
url = "https://mcp.dreamboothstudio.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dreambooth": {
"type": "http",
"url": "https://mcp.dreamboothstudio.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dreambooth
Remote MCP URL: https://mcp.dreamboothstudio.com/mcp
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": {
"dreambooth": {
"url": "https://mcp.dreamboothstudio.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dreambooth": {
"type": "http",
"url": "https://mcp.dreamboothstudio.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dreambooth",
"transport": "streamable-http",
"url": "https://mcp.dreamboothstudio.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.