WebMCP Registry site · v0.18.35
Use Fyndling with your agent.
Fyndling (fyndling.de) registers 7 WebMCP tools. Fyndling lists 7 tools but declares none as read-only today, so tools.call cannot invoke them yet. Ask sites.get for the live status before planning a call.
This page mirrors the WebMCP Registry listing for fyndling.de, last live-checked by the registry at 2026-09-21T20:50:35.381Z. Run ghostget webmcp sites.get --input '{"domain":"fyndling.de"}' --json for the current schema; the listing can drift between checks.
Use Fyndling 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":"fyndling.de"}' --json
Call a read-only tool — the registry refuses anything not declared readOnlyHint and returns the site's answer as untrusted content:
# no read-only-callable tools listed today; sites.get shows the live status
Registered WebMCP tools
Fyndling publishes 7 tools on fyndling.de; 0 declare readOnlyHint.
| Tool | What it does | Callable through Ghostget |
|---|---|---|
compose_menu | Compose a multi-course historical menu from fyndling.de recipes, minimizing ingredient overlap between courses. Returns one recipe per requested course. | Listed for discovery; the registry allows read-only calls only |
find_events_near | Find medieval markets, concerts, castle events, living-history events and renfaires near a geographic location, sorted by distance. Each result includes fyndling_url, the canonical event page link. | Listed for discovery; the registry allows read-only calls only |
get_event | Get full details for a single fyndling.de event by its ID (as returned by find_events_near/list_events). | Listed for discovery; the registry allows read-only calls only |
get_recipe | Get full details of a single fyndling.de recipe (ingredients, annotations, transcript) by ID, as returned by search_recipes. | Listed for discovery; the registry allows read-only calls only |
list_events | List medieval markets, concerts, castle events, living-history events and renfaires on fyndling.de filtered by category, country and/or date range (no location needed). Each result includes fyndling_url, the canonical event page link. | Listed for discovery; the registry allows read-only calls only |
report_event | Report a new medieval market, concert, castle event, or living-history event to fyndling.de for review, or suggest a correction to an existing one (category 'Korrektur vorschlagen'). Submits to a moderated queue and does not appear on the m | Listed for discovery; the registry allows read-only calls only |
search_recipes | Search historical recipes (13th-17th century) on fyndling.de by course, difficulty, ingredients, tags and other criteria. Each result includes fyndling_url, the canonical recipe page link. | 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 Fyndling changes its tools. - No account needed. These calls are credential-free registry reads. For tools that need a session on fyndling.de, browse the site itself or check back when the registry lists more tools.