Ghostget

WebMCP Registry site · v0.18.35

Use BestPrice.gr with your agent.

BestPrice.gr (bestprice.gr) registers 14 WebMCP tools. BestPrice.gr lists 14 tools but declares none as read-only today, so tools.call cannot invoke them yet. Ask sites.get for the live status before planning a call.

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

Use BestPrice.gr 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":"bestprice.gr"}' --json

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

# no read-only-callable tools listed today; sites.get shows the live status

Registered WebMCP tools

BestPrice.gr publishes 14 tools on bestprice.gr; 0 declare readOnlyHint.

ToolWhat it doesCallable through Ghostget
apply_listing_filterApply a visible filter value using the same in-page navigation as a shopper. Exact or one unambiguous partial label works.Listed for discovery; the registry allows read-only calls only
apply_listing_sortApply a visible sorting option by its full label or one unambiguous partial label.Listed for discovery; the registry allows read-only calls only
clear_listing_filtersClear the filters currently applied to this BestPrice listing page.Listed for discovery; the registry allows read-only calls only
compare_page_offersCompare up to four currently rendered offers by item price, shipping, delivered price, availability, and merchant rating. Every returned offer carries an offer_ref for show_offer; unpriced_rows reports how many rendered rows of that store cListed for discovery; the registry allows read-only calls only
get_listing_filtersReturn the selected and available values from filters currently rendered on this listing page.Listed for discovery; the registry allows read-only calls only
get_listing_sort_optionsReturn the sorting options currently rendered on this BestPrice listing page.Listed for discovery; the registry allows read-only calls only
get_page_productReturn the product, current minimum price, rating, and offer count shown on this BestPrice item page.Listed for discovery; the registry allows read-only calls only
get_product_specificationsReturn structured specifications for the product on this BestPrice item page, optionally focused on one specification section or one fact. A shortened value is marked truncated; ask for that fact by name to read it in full.Listed for discovery; the registry allows read-only calls only
get_visible_productsReturn up to eight products currently rendered on this BestPrice listing page.Listed for discovery; the registry allows read-only calls only
open_visible_productOpen a product currently rendered on this BestPrice listing page, using its returned product ID.Listed for discovery; the registry allows read-only calls only
search_bestpriceStart a BestPrice product search and navigate this browser tab to the results.Listed for discovery; the registry allows read-only calls only
show_offerScroll this BestPrice item page to one merchant offer it already shows and mark it for the shopper. Use the offer_ref returned by compare_page_offers; merchant_id or merchant_name also work when they identify exactly one shown offer. It nevListed for discovery; the registry allows read-only calls only
show_price_historyOpen or focus the price-history chart for the product currently shown on the BestPrice item page.Listed for discovery; the registry allows read-only calls only
summarize_price_historyReturn the current, lowest, and highest recorded prices plus recent and overall price direction for this BestPrice product.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 BestPrice.gr changes its tools.
  • No account needed. These calls are credential-free registry reads. For tools that need a session on bestprice.gr, 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