Skip to content
Back to search
100
MCP live MCP 2025-11-25 http

Fyndling

ralf/fyndling

# fyndling-mcp Built for **medieval market fans, reenactors, and living-history enthusiasts** — and the AI assistants that help them plan. Fyndling MCP gives AI clients direct access to two niche European datasets: - **Medieval events** — query 2,000+ markets, concerts, castle experiences, and living-history events across 20 European countries by **location + radius + date range** (updated weekly) - **Permanent POIs** — meaderies, mead producers, castles, and medieval restaurants, also searchable by geo-radius - **Historical recipes** — 1,100+ recipes from six cookbooks spanning the 13th–17th century, with modern German adaptations, structured ingredient lists, and original manuscript transcripts → **[fyndling.de](https://fyndling.de)** — the web app behind this data **Endpoint:** `https://fyndling.de/mcp` **Transport:** Streamable HTTP (MCP spec 2025-03-26) **Auth:** none **Rate limit:** 60 requests / minute

Uptime
100.0%
1 direct probes · 30d
Response
176ms
last probe
Tools
9
callable
Resources
0
readable
Prompts
0
available

Tools · 9

find_events_near

Find medieval events near a geographic location. Returns events sorted by distance.

list_events

List medieval events filtered by category, country, and/or date range.

get_event

Get full details for a single event by its ID.

search_recipes

Search historical recipes (13th-17th century) by course, difficulty, ingredients, and other criteria. Each result includes `fyndling_url` - the canonical link to the recipe's HTML page on fyndling.de.

get_recipe

Get the full details of a single recipe including ingredients, annotations, FAQ, and original transcript. The response includes `fyndling_url` - the canonical link to the recipe's HTML page on fyndlin…

compose_menu

Compose a multi-course menu from historical recipes. Minimizes ingredient overlap between courses. Returns one recipe per course.

list_recipe_sources

List all available historical recipe sources with year, region, language, and recipe count. Also returns the full course taxonomy (atomic values + aliases) so you can use granular filters like main_po…

list_recipe_tags

List the controlled tag vocabulary for recipes, grouped by category (dish_type, diet, social_class), with labels, descriptions and current recipe counts. Use these tag IDs as values for the `tags` par…

find_pois_near

Find permanent medieval-themed locations (meaderies, castles, restaurants) near a geographic point.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "fyndling": {
      "url": "https://fyndling.de/mcp",
      "transport": "http"
    }
  }
}