WebMCP Registry site · v0.18.35
Use Jeff Green with your agent.
Jeff Green (hirejeffgreen.com) registers 13 WebMCP tools. 6 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 hirejeffgreen.com and returns untrusted site content.
This page mirrors the WebMCP Registry listing for hirejeffgreen.com, last live-checked by the registry at 2026-09-23T02:34:42.649Z. Run ghostget webmcp sites.get --input '{"domain":"hirejeffgreen.com"}' --json for the current schema; the listing can drift between checks.
Use Jeff Green 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":"hirejeffgreen.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":"hirejeffgreen.com","tool":"findContent","input":"{}"}' --json
Registered WebMCP tools
Jeff Green publishes 13 tools on hirejeffgreen.com; 6 declare readOnlyHint.
| Tool | What it does | Callable through Ghostget |
|---|---|---|
findContent | Search or list everything readable on Jeff Green's site: blog posts, interactive lab experiments, case studies and the main static pages. Returns paths you can pass to readContent or navigateTo, plus the full tag vocabulary. | Callable read-only tool |
getContactInfo | Get Jeff Green's email, location, social links, response time, and whether he is currently open to consulting, speaking or open-source collaboration. This is the single source for both how to reach him and whether he is available. | Callable read-only tool |
getProfile | Get Jeff Green's professional profile: name, title, headline, bio, summary, location, availability status and social links. Start here when you need to know who he is or how to describe him. | Callable read-only tool |
getSkills | Get Jeff Green's technical skills by category, his capability areas, and the stack this website itself is built with. Use the category filter to narrow to one group. | Callable read-only tool |
getWorkHistory | Get Jeff Green's employment history and project portfolio with roles, tech stacks, highlights and links. Pass a query to search across both instead of listing everything. | Callable read-only tool |
navigateTo | Navigate the browser to one of Jeff Green's pages without a full reload. Available routes: / (Home), /about (About Jeff), /work (Work history), /projects (Case studies), /blog (Writing), /lab (Interactive lab experiments), /tools (Tools Jef | Listed for discovery; the registry allows read-only calls only |
openCommandPalette | Open the site's command palette and optionally seed its search box, so the visitor can pick a destination themselves. Returns the labels currently listed, or reports unsupported if the palette is not mounted on this page. | Listed for discovery; the registry allows read-only calls only |
prefillContactForm | Open Jeff Green's contact form with fields already filled in, so the person you are helping can read the draft and press send themselves. This does not send anything. Use sendContactMessage instead only when they have explicitly asked you t | Listed for discovery; the registry allows read-only calls only |
readContent | Read the full markdown of one item found via findContent. Pass a `path` from that tool's results. Lab experiments are interactive and have no text rendition — open those with navigateTo instead. | Callable read-only tool |
scrollToSection | Scroll the current page to one of the homepage's sections: work, capabilities, writing, lab, experience, other-work. Only works while the homepage is open — call navigateTo first from anywhere else. | Listed for discovery; the registry allows read-only calls only |
sendContactMessage | Send a real email to Jeff Green through his contact form. This delivers to his inbox and cannot be undone. Only call it when the person you are acting for has explicitly asked you to contact him, and only with details they supplied. Rate li | Listed for discovery; the registry allows read-only calls only |
setTheme | Switch the site's colour palette. Available themes: atelier-neutral, cloud-dancer, dusty-jewel, wellness-mint, thermal-glow, midnight. The change persists for this visitor and animates unless they have asked for reduced motion. | Listed for discovery; the registry allows read-only calls only |
submitContactForm | Fill in and submit Jeff Green's contact form. Sends a real email to his inbox, so confirm the details with the person you are acting for first. | 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 Jeff Green changes its tools. - No account needed. These calls are credential-free registry reads. For tools that need a session on hirejeffgreen.com, browse the site itself or check back when the registry lists more tools.