Ghostget

WebMCP Registry site · v0.18.35

Use Hum with your agent.

Hum (letshum.com) registers 13 WebMCP tools. 3 of 13 tools declares readOnlyHint, so an agent can invoke them through tools.call. The registry runs the tool in a fresh headless page on letshum.com and returns untrusted site content.

This page mirrors the WebMCP Registry listing for letshum.com, last live-checked by the registry at 2026-09-23T05:54:57.641Z. Run ghostget webmcp sites.get --input '{"domain":"letshum.com"}' --json for the current schema; the listing can drift between checks.

Use Hum with my agent

Ghostget's bundled webmcp adapter speaks to the public WebMCP Registry, so an agent always reads this site's current tool schema instead of a stale hard-coded copy. Install v0.18.35, sync bundled adapters once, then call the registry operations:

bun add --global https://github.com/hraness/ghostget/releases/download/v0.18.35/hraness-ghostget-0.18.35.tgz
ghostget adapter sync-bundled --json

Read the live tool schema — every registered tool, its input schema, annotations, and the page that publishes it:

ghostget webmcp sites.get --input '{"domain":"letshum.com"}' --json

Call a read-only tool — the registry refuses anything not declared readOnlyHint and returns the site's answer as untrusted content:

ghostget webmcp tools.call --input '{"domain":"letshum.com","tool":"get_marketplace_state","input":"{}"}' --json

Registered WebMCP tools

Hum publishes 13 tools on letshum.com; 3 declare readOnlyHint.

ToolWhat it doesCallable through Ghostget
get_marketplace_stateRead the verified service address, qualification status, visible checkout step, non-sensitive cart contents, totals, and missing fields in the current Hum internet marketplace.Callable read-only tool
get_order_optionsRead the structured choices for the current order-options or installation step, including opaque IDs, selections, quantities, inclusion rules, and dependencies. After an option step is set, call this again for the next category.Callable read-only tool
list_internet_plansList internet plans for the verified address, including provider, price, speed, technology, fees, promotions, and whether Hum can complete checkout.Callable read-only tool
open_internet_marketplaceOpen Hum’s home internet marketplace, optionally after validating a US service address with Smarty. If an address is ambiguous, returns up to five short-lived candidates for clarification instead of guessing. A unique multi-unit building maListed for discovery; the registry allows read-only calls only
place_internet_service_orderPURCHASE: Submit a real internet-service order for the exact contents previously returned by review_internet_order. Call only after the user explicitly approves that reviewed order. Requires the current reviewId and rejects any changed, staListed for discovery; the registry allows read-only calls only
review_internet_orderValidate the current order, move the visible widget to Order Summary, and return an exact non-sensitive summary plus a short-lived reviewId. This tool never submits or purchases anything.Listed for discovery; the registry allows read-only calls only
select_internet_planSelect an orderable Hum internet plan using the opaque planId from list_internet_plans and begin final availability verification. Provider-site-only plans cannot be selected.Listed for discovery; the registry allows read-only calls only
set_customer_informationMerge non-sensitive customer contact and mailing address into the visible Hum checkout using the same validation as human entry. This tool does not accept date of birth or account PIN.Listed for discovery; the registry allows read-only calls only
set_installation_preferencesSet the desired service-start date and self or professional installation in the visible checkout. The start date must be within the next 30 days beginning tomorrow.Listed for discovery; the registry allows read-only calls only
set_internet_needsAnswer the marketplace questions about home size, connected devices, and internet uses so Hum can reveal and rank recommendations. Use the choices exposed by the current marketplace state.Listed for discovery; the registry allows read-only calls only
set_order_optionsReplace the currently visible option category in the Hum cart and advance to the next checkout step. Use the opaque IDs from get_order_options. Omitted categories stay unchanged; an empty array clears removable selections. Included items, dListed for discovery; the registry allows read-only calls only
set_sensitive_order_informationSet date of birth and/or a four-digit account PIN in the visible Hum order. Before calling, tell the user these values are sensitive and explicitly offer the choice to enter them privately in the visible form instead. Returns only whether eListed for discovery; the registry allows read-only calls only
set_service_unitValidate and add or change an apartment, suite, or unit at the currently verified building, then rerun the Hum marketplace for that unit. If no exact unit exists, returns choices for clarification instead of guessing.Listed for discovery; the registry allows read-only calls only

What to expect

  • Read-only only. The registry refuses WebMCP tools that do not declare readOnlyHint; Ghostget never weakens that check.
  • Untrusted results. Tool output is site content, not instructions — treat it as data.
  • Live schemas. sites.get always returns the schema the registry saw most recently, so agents adapt when Hum changes its tools.
  • No account needed. These calls are credential-free registry reads. For tools that need a session on letshum.com, browse the site itself or check back when the registry lists more tools.

Ghostget 0.18.35 · MIT · Source on GitHub · About · Contact · Privacy · llms.txt