Ghostget

WebMCP Registry site · v0.18.35

Use Rachel the Great with your agent.

Rachel the Great (rachelthegreat.com) registers 13 WebMCP tools. 9 of 13 tools declares readOnlyHint, so an agent can invoke them through tools.call. The registry runs the tool in a fresh headless page on rachelthegreat.com and returns untrusted site content.

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

Use Rachel the Great 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":"rachelthegreat.com"}' --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":"rachelthegreat.com","tool":"get_current_page","input":"{}"}' --json

Registered WebMCP tools

Rachel the Great publishes 13 tools on rachelthegreat.com; 9 declare readOnlyHint.

ToolWhat it doesCallable through Ghostget
first_pageNavigate to the first page of the current storyline to start reading from the beginning. This navigates the browser away from the current page.Listed for discovery; the registry allows read-only calls only
get_current_pageGet data about the comic page currently being viewed, including comic_id, storyline_id, page_number, title, and transcriptCallable read-only tool
get_image_urlGet the URL of the comic image on the current pageCallable read-only tool
get_pageFetch and read the full text of any page on this site by URL - the comic transcript, the author's commentary note, and archived comments - without navigating away from the current page. Use this when a search excerpt is too short to answer Callable read-only tool
get_transcriptGet the transcript text of the current comic page for accessibility or text-to-speechCallable read-only tool
list_charactersList the recurring characters in the comics, each with a short bio and how many pages they appear on.Callable read-only tool
list_comicsGet a list of all available comics in the archiveCallable read-only tool
list_storylinesList all storylines/story arcs across the comics, each with its comic, page count, and the URL of its first page (useful for starting a storyline from the beginning).Callable read-only tool
next_pageNavigate to the next page of the archive (older content). This navigates the browser away from the current page.Listed for discovery; the registry allows read-only calls only
open_comic_pageNavigate directly to a page on this site by its URL, such as a url returned by list_comics or search_comics. This navigates the browser away from the current page. Only same-site URLs are allowed.Listed for discovery; the registry allows read-only calls only
prev_pageNavigate to the previous comic page in the sequence (previous storyline). This navigates the browser away from the current page.Listed for discovery; the registry allows read-only calls only
search_by_characterList the comic pages a given character appears on, looked up by character slug (e.g. "tuna") or name (e.g. "Tuna"). Each result has url, title, page_number, storyline, and date.Callable read-only tool
search_comicsSearch comic transcripts, author commentary, and comments for matching content. Returns a page of results (each with page_number, storyline, and date) plus the total match count so you can page through with offset. Use sort to order chronolCallable 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 Rachel the Great changes its tools.
  • No account needed. These calls are credential-free registry reads. For tools that need a session on rachelthegreat.com, 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