INDIVIDUAL MCP TOOL
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 and by currency, with extra-print revenue and AI-effect purchases reported separately.
LIVE ENDPOINT
https://mcp.dreamboothstudio.com/mcp
Connect to this endpoint to inspect the live schema for get_revenue_summary 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 suggests a financial action.
Parent server
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.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.
Related tools
connect_account— Connect this conversation to a Dreambooth Studio account.connection_status— Whether this conversation currently has a Dreambooth account connected, and which one.get_sessions— List the photo sessions recorded on this operator's booths, with totals.get_gallery_stats— How much media this operator's booths have produced: total, still active, and expired past the retention window.search_docs— Search the Dreambooth Studio documentation and FAQ.list_projects— List the photobooth projects this operator owns, with id, name, public link slug, whether it is active, and its currency.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/printer/internet state.get_credits— This operator's remaining AI credit balance and their current subscription plan, including when it ends.