WebMCP Registry site · v0.18.35
Use ASUS Global with your agent.
ASUS Global (asus.com) registers 7 WebMCP tools. ASUS Global lists 7 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 asus.com, last live-checked by the registry at 2026-09-23T06:03:19.762Z. Run ghostget webmcp sites.get --input '{"domain":"asus.com"}' --json for the current schema; the listing can drift between checks.
Use ASUS Global 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":"asus.com"}' --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
ASUS Global publishes 7 tools on asus.com; 0 declare readOnlyHint.
| Tool | What it does | Callable through Ghostget |
|---|---|---|
asus_campaign_search | Search ASUS product Campaign | Listed for discovery; the registry allows read-only calls only |
asus_faq_search | Search frequently asked questions (FAQ) and their solutions for ASUS products on the ASUS official website | Listed for discovery; the registry allows read-only calls only |
asus_news_search | Search news articles and announcements published on the ASUS official website. Returns matching articles for a given keyword and country/region site, with pagination support. | Listed for discovery; the registry allows read-only calls only |
asus_product_filters | Browse and filter ASUS official website products by product line (ProductLevel1Code / ProductLevel2Code), with optional category, series, spec, price and sort filtering. Product URLs in the returned productList are already absolute — use th | Listed for discovery; the registry allows read-only calls only |
asus_product_search | Search ASUS official website products by a specific product name or model keyword (e.g. "ZenBook 14 OLED", "Vivobook S 15", "ProArt P16", "RT-AX88U"), for a specific country site. Product URLs in the results are already absolute — use them | Listed for discovery; the registry allows read-only calls only |
asus_productLine | Get the list of ASUS product lines (ProductLevel1Code) and their sub-categories (ProductLevel2Code). | Listed for discovery; the registry allows read-only calls only |
get_product_Price | Get a product's price by its partNo. | 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.getalways returns the schema the registry saw most recently, so agents adapt when ASUS Global changes its tools. - No account needed. These calls are credential-free registry reads. For tools that need a session on asus.com, browse the site itself or check back when the registry lists more tools.