WebMCP Registry site · v0.18.35
Use Tal Ogen with your agent.
Tal Ogen (talogen.dev) registers 7 WebMCP tools. 6 of 7 tools declares readOnlyHint, so an agent can invoke them through tools.call. The registry runs the tool in a fresh headless page on talogen.dev and returns untrusted site content.
This page mirrors the WebMCP Registry listing for talogen.dev, last live-checked by the registry at 2026-09-21T20:57:41.673Z. Run ghostget webmcp sites.get --input '{"domain":"talogen.dev"}' --json for the current schema; the listing can drift between checks.
Use Tal Ogen 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":"talogen.dev"}' --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":"talogen.dev","tool":"analyze_business_problem","input":"{}"}' --json
Registered WebMCP tools
Tal Ogen publishes 7 tools on talogen.dev; 6 declare readOnlyHint.
| Tool | What it does | Callable through Ghostget |
|---|---|---|
analyze_business_problem | Describe a business workflow or operational problem and get back whether Tal's experience fits, the matching AI opportunities, the closest case studies, a likely solution approach, risk considerations, a suggested first pilot, and an indica | Callable read-only tool |
get_agent_guide | The one-page markdown guide for AI agents visiting talogen.dev, including when-to-use guidance and every machine entry point. | Callable read-only tool |
get_ai_transformation_services | Tal Ogen's AI transformation offer for businesses as structured data: the three engagement stages (opportunity call, opportunity audit, pilot and implementation), the business problems he solves, capability pillars (discovery, implementatio | Callable read-only tool |
get_candidate_profile | Machine-readable hiring facts for Tal Ogen: availability, target roles, location, work authorization, languages. | Callable read-only tool |
get_portfolio_data | Tal Ogen's full portfolio as JSON: profile, featured projects, and autonomous agents with problem/solution/result detail. | Callable read-only tool |
get_project_details | Full detail for one project or agent by id (ids come from get_portfolio_data): problem, solution, result, link, tags. | Callable read-only tool |
request_ai_opportunity_call | Submit a business problem or opportunity to Tal and request an AI Opportunity Call. Requires reply_to (a real mailbox) and a description of the business and the workflow. A human reads and replies by email. | 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 Tal Ogen changes its tools. - No account needed. These calls are credential-free registry reads. For tools that need a session on talogen.dev, browse the site itself or check back when the registry lists more tools.