Fyndling is a map-based directory of medieval markets, concerts, castle events, living-history gatherings and renfaires across Europe, plus a library of historical (13th-17th century) recipes. Its WebMCP tools let an agent find events near a location or filter them by category/country/date, look up full event details, search and compose historical-recipe menus, and submit a new event or correction to the moderated review queue.
7 tools1 methodsspec API surface
What can an agent do with fyndling.de WebMCP tools?
Fyndling is a map-based directory of medieval markets, concerts, castle events, living-history gatherings and renfaires across Europe, plus a library of historical (13th-17th century) recipes. Its WebMCP tools let an agent find events near a location or filter them by category/country/date, look up full event details, search and compose historical-recipe menus, and submit a new event or correction to the moderated review queue. This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.
WebMCP tools on fyndling.de
Tool 1 of 7WebMCPAnswer
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.
How to install
Open the fyndling.de website and ask your browser agent to use find_events_near
Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Run with an agent
Use the find_events_near tool on fyndling.de with lat: <number>, lon: <number>, radius_km: <number>, types: <array>, date_from: <string>, date_to: <string>, limit: <integer>. Return the structured result and cite the source page.
Input contract
latnumberLatitude of the search center
lonnumberLongitude of the search center
radius_kmnumberSearch radius in km (default 50, max 500)
typesarrayCategory filter. Any of: market, concert, burg_event, living_history, renfaire
date_fromstringStart date ISO 8601, e.g. 2026-06-01
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.
How to install
Open the fyndling.de website and ask your browser agent to use list_events
Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Run with an agent
Use the list_events tool on fyndling.de with category: <string>, country: <string>, date_from: <string>, date_to: <string>, limit: <integer>. Return the structured result and cite the source page.
Input contract
categorystringEvent category filter
countrystringISO 3166-1 alpha-2 country code, e.g. DE, AT, CH, FR
date_fromstringStart date ISO 8601, e.g. 2026-06-01
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.
How to install
Open the fyndling.de website and ask your browser agent to use search_recipes
Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Run with an agent
Use the search_recipes tool on fyndling.de with course: <string>, difficulty_max: <integer>, lagerkueche: <boolean>, source_key: <string>, dietary: <string>, tags: <array>, epoch_from: <integer>, epoch_to: <integer>, ingredients: <array>, exclude_courses: <array>, exclude_ingredients: <array>, limit: <integer>. Return the structured result and cite the source page.
Input contract
coursestringCourse type. Atomic: starter, main_beef, main_pork, main_poultry, main_game, main_fish, main_other, main_vegetarian, side, dessert, drink, condiment, other (plus aliases main, main_meat, beverage). There is no bare "main" - always use one of the values above.
Compose a multi-course historical menu from fyndling.de recipes, minimizing ingredient overlap between courses. Returns one recipe per requested course.
How to install
Open the fyndling.de website and ask your browser agent to use compose_menu
Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Run with an agent
Use the compose_menu tool on fyndling.de with courses: <array>, persons: <integer>, max_difficulty: <integer>, lagerkueche: <boolean>, dietary: <string>, tags: <array>, epoch_from: <integer>, epoch_to: <integer>. Return the structured result and cite the source page.
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 map immediately. Pre-fills the form; the user must still click submit to send it.
How to install
Open the fyndling.de website and ask your browser agent to use report_event
Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Run with an agent
Use the report_event tool on fyndling.de with bot-field: <string>, category: <string>, event_name: <string>, date_from: <string>, date_to: <string>, anmerkung: <string>, country: <string>, plz: <string>, ort: <string>, website: <string>, venue: <string>, email: <string>, living_history: <boolean>, no_dogs: <boolean>, free_admission: <boolean>, event_id: <string>. Return the structured result and cite the source page.