Ghostget

WebMCP Registry site · v0.18.35

Use The Promo Group with your agent.

The Promo Group (thepromogroup.co.za) registers 10 WebMCP tools. 3 of 10 tools declares readOnlyHint, so an agent can invoke them through tools.call. The registry runs the tool in a fresh headless page on thepromogroup.co.za and returns untrusted site content.

This page mirrors the WebMCP Registry listing for thepromogroup.co.za, last live-checked by the registry at 2026-09-23T02:31:58.670Z. Run ghostget webmcp sites.get --input '{"domain":"thepromogroup.co.za"}' --json for the current schema; the listing can drift between checks.

Use The Promo Group 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":"thepromogroup.co.za"}' --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":"thepromogroup.co.za","tool":"find_product_by_sku","input":"{}"}' --json

Registered WebMCP tools

The Promo Group publishes 10 tools on thepromogroup.co.za; 3 declare readOnlyHint.

ToolWhat it doesCallable through Ghostget
add_to_cartAdd a supplier-stocked product to the shopping cart for immediate purchase via PayFast. Only works on products with stock at a supplier — for branded or large-volume orders use add_to_quote_list instead.Listed for discovery; the registry allows read-only calls only
add_to_quote_listAdd a product to the user's quote request list (B2B path — for branded promotional products, no immediate payment). Use this for ANY branded order or order over ~50 units. Use add_to_cart instead for small, unbranded supplier-stocked ordersListed for discovery; the registry allows read-only calls only
find_product_by_skuLook up a single product by its exact SKU code (e.g. "BP4580", "BAS-8040-BU"). Use when the user mentions an SKU directly — from an email, an old quote, a printed catalogue, or a previous tool response. Returns the same shape as get_productCallable read-only tool
get_productGet full details for a single product including variants (colour, size), available branding methods, and stock. ALWAYS call search_products FIRST to obtain a valid slug — never invent or guess slugs. Use the exact slug string from search_prCallable read-only tool
remove_from_cartRemove a line item from the shopping cart. Use update_cart_quantity to change the quantity instead.Listed for discovery; the registry allows read-only calls only
remove_from_quote_listRemove a specific line item from the quote list. Use update_quote_quantity to change quantity instead.Listed for discovery; the registry allows read-only calls only
search_productsSearch The Promo Group product catalogue by keyword. Returns up to 20 matching products with name, slug, price, and stock status. Use to find products the user wants to add to their quote list or shopping cart. Use get_product for full detaCallable read-only tool
submit_contact_formSend a general inquiry message to The Promo Group sales team. Use for questions about products, services, lead times, or B2B partnerships when no specific product or quote is involved. Use submit_quote_request instead if the user wants pricListed for discovery; the registry allows read-only calls only
update_cart_quantityChange the quantity of an item already in the shopping cart. Use remove_from_cart to delete an item.Listed for discovery; the registry allows read-only calls only
update_quote_quantityChange the quantity of an item already in the quote list. Use remove_from_quote_list to delete an item.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 The Promo Group changes its tools.
  • No account needed. These calls are credential-free registry reads. For tools that need a session on thepromogroup.co.za, 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