Ghostget

WebMCP Registry site · v0.18.35

Use hedons.io with your agent.

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

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

Use hedons.io 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":"hedons.io"}' --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":"hedons.io","tool":"get_page_text","input":"{}"}' --json

Registered WebMCP tools

hedons.io publishes 6 tools on hedons.io; 3 declare readOnlyHint.

ToolWhat it doesCallable through Ghostget
get_page_textReturn the full text of one page in reading order — every speech balloon and editorial marginalia block, each with speaker, register, and verbatim quote. This is a graphic-novel adaptation of Stanisław Lem's 'In Hot Pursuit of Happiness'. ACallable read-only tool
get_table_of_contentsList the book's pages (number, act, title, whether the page has editorial marginalia). This is a graphic-novel adaptation of Stanisław Lem's 'In Hot Pursuit of Happiness'. All quotes are verbatim text from the Michael Kandel translation.Callable read-only tool
go_to_pageNavigate the reader to a specific page number. This is a graphic-novel adaptation of Stanisław Lem's 'In Hot Pursuit of Happiness'. All quotes are verbatim text from the Michael Kandel translation.Listed for discovery; the registry allows read-only calls only
next_pageAdvance the reader to the next page. This is a graphic-novel adaptation of Stanisław Lem's 'In Hot Pursuit of Happiness'. All quotes are verbatim text from the Michael Kandel translation.Listed for discovery; the registry allows read-only calls only
prev_pageMove the reader to the previous page. This is a graphic-novel adaptation of Stanisław Lem's 'In Hot Pursuit of Happiness'. All quotes are verbatim text from the Michael Kandel translation.Listed for discovery; the registry allows read-only calls only
search_textFull-text search the book. Returns balloon/paragraph-level hits, each naming the page, panel, speaker, register, and the verbatim Lem quote. This is a graphic-novel adaptation of Stanisław Lem's 'In Hot Pursuit of Happiness'. All quotes areCallable read-only tool

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 hedons.io changes its tools.
  • No account needed. These calls are credential-free registry reads. For tools that need a session on hedons.io, 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