Mmcp.market

Boat House

by boathousecloud.com·com.boathousecloud/boathouse·v1.0.0

Deploy and share small apps with team login, persistent data, versioned updates and domains.

A87/100grade A
What users say
No reviews yet
Be the first
Safety scan
A87/100

full report

Adoption
Not measured yet

Usage numbers are collected on the next scan

Reviews

Write one

Nobody has reviewed Boat House yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Tools (41, 11 write)

write = sends, deletes, buys or posts
  • access_requestswrite actionFree

    Everyone waiting to be let into one of this workspace's tools: request id, email, tier asked for, and their message. Owners and tool admins.

  • allow_requestFree

    Let a waiting person in at the tier they asked for. Their tool grant is made and they get an email saying what to do next. Owners and tool admins.

  • billingFree

    The workspace's money: prepaid balance, whether it is paused, how fast running tools burn credit, how many days are left, whether a card is on file, and the last ledger lines.

  • capacityFree

    Quote additional app storage. Show the maximum extra monthly price and get owner approval before confirming. No automatic upgrade. Owners only.

  • card_linkFree

    A one-time link where a workspace owner types a card into Stripe. This is the only part of Boathouse that needs a browser. Owners only.

  • delete_toolwrite actionFree

    Delete a tool: its container, its releases and its sharing. By default the tool's database and files are kept. purge true also destroys them forever, and then requires purge_confirm true as well.

  • deploywrite actionFree

    Deploy a folder as a tool and make it live at https://<tool>.<workspace domain>. Send the whole folder in `files`, which MUST include a top-level Dockerfile whose process listens on $PORT (8080). Creates the tool on the first deploy; afterwards it replaces the running container. If you got these files from `pull`, pass the release number you pulled as `base` so a deploy someone else made in the meantime is not silently overwritten.

  • domain_attachFree

    Bring a domain the workspace already owns elsewhere: Boathouse starts answering on it and returns the DNS records to make at the current DNS host. Optionally point it at one tool at the same time. Owners only.

  • domain_buywrite actionFree

    Buy a domain through Boathouse's registrar and point it at this box, paid from the workspace's prepaid balance. Without confirm it only returns the quote (cost now, renewal price, your balance) and buys nothing. Owners only.

  • domain_checkFree

    Ask the registrar whether a domain is free and what it costs per year. Buys nothing. total_cents is the price the workspace pays (registrar_cents plus Boathouse's margin_cents); show that one.

  • domain_detachFree

    Stop serving a domain. The registration itself is untouched and domain_attach brings it back. Owners only.

  • domain_dnsFree

    The DNS records the registrar currently holds for a domain Boathouse bought or manages. Changes nothing.

  • domain_pointFree

    Make a domain (and its www) open one tool instead of the workspace's tool list. An empty tool clears it. Owners only.

  • domain_primaryFree

    Make one of the workspace's domains the primary one: the address tool URLs and emails use. Owners only.

  • domain_renewal_setwrite actionFree

    Set automatic renewal and a maximum prepaid renewal charge. Quote the change first, then require explicit approval with confirm true. Turning renewal off lets the domain expire. Owners only.

  • domain_renewalsFree

    Read domain expiry dates, renewal status, spending limits and billing problems. Owners only.

  • domain_repointFree

    Rewrite a Boathouse-managed domain's DNS records to point at this Boathouse again (after a move, or if someone changed them). Owners only.

  • domains_listFree

    The addresses this workspace answers on: the free <workspace>.boathousecloud.com address, the primary domain, and every custom domain with its DNS state.

  • get_toolFree

    One tool in detail: URL, container state, current release, who it is visible to, and the list of people it has been shared with.

  • list_toolsFree

    Every tool in the workspace with its state (running/absent), current release, public URL and who can see it. A 'tool' is one small web app Boathouse runs behind the workspace login.

  • logsFree

    The tool container's recent log lines, newest last. Use this to find out why a tool is failing.

  • pricesFree

    What Boathouse charges, in plain words: one organization plan for up to five lightweight tools, shared limits, storage, and the domain margin.

  • pullwrite actionFree

    Fetch the exact source folder a release was built from, so you can edit it and deploy it back. Returns the release number and the files as text (binary files come back base64 encoded). Tool admins only.

  • referralFree

    This person's referral code and link, the deal in words, and what each referred workspace has earned them so far (10% of usage charges, paid monthly in cash).

  • releasesFree

    The last 20 releases of a tool: number, status (live/superseded/failed), when, who and the note. A failed release shows the last line of its build log.

  • request_accessFree

    Ask to be let into a tool in someone else's workspace, at viewer, editor or admin. Its owners get an email with one Allow button; nobody there runs a command. The person is emailed when it is allowed.

  • restartFree

    Restart the tool's container with its current release and current secrets.

  • rollbackwrite actionFree

    Put an earlier release back in service. With no `to`, goes back to the release before the live one. This rolls back the software, never the database.

  • secrets_deletewrite actionFree

    Remove one secret from a tool. It disappears on the tool's next restart or deploy.

  • secrets_listFree

    The names of a tool's secrets (API keys and the like), when each was last set and by whom. Values are never returned.

  • secrets_setFree

    Set one secret on a tool. It is injected as an environment variable of that name and the tool is restarted. Names are UPPER_SNAKE_CASE. Never echo the value back to the user.

  • set_accessFree

    Set who a tool is open to by default: 'members' means anyone in the workspace (at the given tier), 'listed' means only the people it has been explicitly shared with. Use 'listed' for anything sensitive.

  • sharewrite actionFree

    Give one person access to one tool by email, at a tier: viewer (read only; the gateway blocks their writes), editor (may change the data), admin (may change the software, secrets, sharing). If the person is new, Boat House emails a secure invitation when email is configured. Check emailed in the result; if delivery failed, share the invitation page so the person can request their secure email.

  • topupFree

    Open secure Stripe checkout to add prepaid hosting credit; the owner completes payment there. Without confirm it only quotes and returns operation_id. Confirm the same cents and operation_id after user approval; reuse the ID on retries. Between $5.00 (500) and $1,000.00 (100000). Owners only.

  • unshareFree

    Take away one person's access to one tool. They keep their workspace account.

  • usageFree

    Check storage, memory, CPU and the reason an app is paused. Tool admins only.

  • users_addFree

    Add a person to the workspace, or change their role. owner = may spend money, buy domains and manage people, and is admin on every tool; member = may see tools open to members and deploy their own; guest = sees only what is explicitly shared with them. Returns a one-time invite link for someone new. Owners only.

  • users_inviteFree

    Resend an invitation to someone in the workspace. New accounts confirm their mailbox through the emailed link; established accounts receive a normal sign-in URL. Password recovery is self-service on that page, and only the account holder's mailbox receives a reset link. Check emailed before offering a fallback.

  • users_listFree

    Everyone in the workspace: role (owner, member or guest), name, and whether they have set a password yet.

  • users_removewrite actionFree

    Remove a person from the workspace. Their sessions, project keys, invites and tool grants stop working immediately. Owners only.

  • whoamiwrite actionFree

    Who this project key belongs to: the email, the workspace, the domain its tools live on, and the prepaid balance. Call it first if you are not sure which workspace you are acting in.

Public scan report

scanner v0.1.2 · 2026-09-18 · same rubric, same numbers if you re-run it

no findings
  • Code scanremote-only server, no package to scann/a
  • Live reliabilityremote reachable in 819ms20/20
  • Tool poisoning41 tool descriptions checked15/15
  • Auth qualityAPI key sent as a header8/15
  • Maintenancelast push 0 days ago15/15
  • Maintainer identitynamespace and repository owner differ; GitHub account older than a year; website matches verified namespace7/10
Overall 87/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

claude mcp add --transport http boathouse https://mcp.boathousecloud.com/mcp
Add to Cursor

Alternatives to Boat House

Same job, ranked by rating then adoption.

See all →
  • bettermemory
    Memory for coding agents, checked against the filesystem and git before it is believed.
    A
  • KSail
    SDK for creating, managing, and operating Kubernetes clusters and workloads with ease.
    A
  • Tenki Sandbox MCP
    Disposable microVM sandboxes for AI agents: run code, read/write files, git, preview URLs.
    A
  • Scherlok
    Zero-config data-quality monitoring: profile a warehouse, detect anomalies, gate CI.
    A
  • jira-mini-mcp
    Minimal Jira Cloud MCP server: broad reads, a narrow 3-tool write surface, optional read-only mode.
    A