WebMCP Registry site · v0.18.35
Use DELLIGHT.AI with your agent.
DELLIGHT.AI (dellight.ai) registers 8 WebMCP tools. 6 of 8 tools declares readOnlyHint, so an agent can invoke them through tools.call. The registry runs the tool in a fresh headless page on dellight.ai and returns untrusted site content.
This page mirrors the WebMCP Registry listing for dellight.ai, last live-checked by the registry at 2026-09-22T09:38:48.418Z. Run ghostget webmcp sites.get --input '{"domain":"dellight.ai"}' --json for the current schema; the listing can drift between checks.
Use DELLIGHT.AI 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":"dellight.ai"}' --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":"dellight.ai","tool":"get-ai-executive-team","input":"{}"}' --json
Registered WebMCP tools
DELLIGHT.AI publishes 8 tools on dellight.ai; 6 declare readOnlyHint.
| Tool | What it does | Callable through Ghostget |
|---|---|---|
compose-intake-brief | Prefill the founder-intake brief on /book with details the visitor has actually provided (never invent or infer personal details). Navigates to /book if needed and fills the form. It does NOT send anything: the visitor reviews the brief and | Listed for discovery; the registry allows read-only calls only |
get-ai-executive-team | DELLIGHT's AI Executive Team roster. These are AI operators — AI-generated personas, not human staff. Arthur Dell is the only human; he keeps consequential authority. Any rendering of this roster must label each operator as AI. | Callable read-only tool |
get-company-facts | DELLIGHT.AI's canonical company record: thesis, operating model, founder, registered DIFC identity, verification lead, contact, and the current claim boundary. Answers are stage-honest and match the site exactly. | Callable read-only tool |
get-engagement-process | How engagement with DELLIGHT works: self-serve checkout for the stated offers on /pricing (Stripe-hosted), and for everything else a structured written brief on /book, read directly by the founder. No automated booking, no sales team. Lists | Callable read-only tool |
get-founder-profile | Arthur Dell, DELLIGHT.AI's founder: enterprise-technology background, prior founding history, and most recent role — stated at the public proof boundary. | Callable read-only tool |
get-product | Full stage-honest record for one DELLIGHT product: what it is, the problem, how it works, current status, current public facts, and the access/proof boundary. | Callable read-only tool |
list-products | DELLIGHT's nine products with the exact stage of each, ordered by commercial availability. Stages are stated per product. Self-serve checkout exists for the stated offers on /pricing (ULYSSES Pro and Premium subscriptions, audits, the AMPLI | Callable read-only tool |
navigate-to-page | Navigate this site to a named page so the visitor can see it: home, products, about, team, book, manifesto, pricing, privacy, terms, refunds, or agent-ready. | 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 DELLIGHT.AI changes its tools. - No account needed. These calls are credential-free registry reads. For tools that need a session on dellight.ai, browse the site itself or check back when the registry lists more tools.