← Registry

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.

1 endpoint10 known toolsFirst detected September 11, 2026Last detected September 16, 2026

ENDPOINT 1

https://mcp.dreamboothstudio.com/mcp

No auth detected

MCP server metadata

Name
dreambooth
Version
0.3.0
Capabilities
promptsresources.listChangedtools.listChanged

Known tools 10

connect_account

Connect this conversation to a Dreambooth Studio account.

Inferred read-only
connection_status

Whether this conversation currently has a Dreambooth account connected, and which one.

Inferred read-only
get_sessions

List the photo sessions recorded on this operator's booths, with totals.

Inferred read-only
get_gallery_stats

How much media this operator's booths have produced: total, still active, and expired past the retention window.

Inferred read-only
search_docs

Search the Dreambooth Studio documentation and FAQ.

Inferred read-only
list_projects

List the photobooth projects this operator owns, with id, name, public link slug, whether it is active, and its currency.

Inferred read-only
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.

Inferred read-only
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.

Potential side effects
get_credits

This operator's remaining AI credit balance and their current subscription plan, including when it ends.

Inferred read-only
get_wallet_transactions

This operator's wallet ledger: gateway earnings, withdrawals and refunds, newest first.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.