food-recipe-mcp
Food Recipe MCP
Semantische Suche über 50.000+ Kochrezepte – entwickelt für KI-Agenten und LLMs. Zweistufige hybride Suche (dicht + spärlich BM25, fusioniert via RRF) mit Cross-Encoder-Reranking. Unterstützt natürlichsprachliche Anfragen auf Norwegisch und Englisch.
Live-Endpunkt: https://recipes.aidatanorge.no/mcp
Transport: streamable-http
Demo: https://recipes.aidatanorge.no/
Verbinden
Füge dies zu deiner MCP-Client-Konfiguration hinzu:
{
"mcpServers": {
"food-recipe": {
"type": "streamable-http",
"url": "https://recipes.aidatanorge.no/mcp"
}
}
}Oder mit Claude Code:
claude mcp add --transport http food-recipe https://recipes.aidatanorge.no/mcpRelated MCP server: Food MCP Server
Schnelltest
Probiere die Live-Demo in deinem Browser aus:
https://recipes.aidatanorge.no/
Keine Installation oder Konfiguration erforderlich.
MCP-Tools
search_recipes
Semantische Suche über 50.000+ Rezepte von Food.com mit hybrider Suche und Reranking.
search_recipes(
query="quick Italian pasta for weeknight dinner",
diet="vegetarian", # vegetarian | vegan | gluten-free | dairy-free | low-carb | keto | paleo
max_minutes=30, # maximum total cooking time in minutes
difficulty="easy", # easy | medium | hard
limit=5 # default 5, max 20
)
# Returns: rerank_score, rrf_score, title, description, total_time, difficulty,
# diet, main_ingredient, servings, ingredients, instructions, nutrition,
# rating, rating_count, source, recipe_idBeispielanfragen:
"Swedish meatballs with gravy""healthy high-protein chicken bowl""easy chocolate cake for beginners""traditional Norwegian kjøttkaker""hurtig pasta med kylling"
Such-Pipeline: Dichte Einbettung (intfloat/e5-large-v2, 1024d) + spärliches BM25, fusioniert via Reciprocal Rank Fusion (RRF), neu gerankt durch mmarco-mMiniLMv2-L12-H384-v1.
ping
ping(name="world")
# Returns: "Hello world! Recipe MCP server is running."Daten
Quelle: Food.com (~50.000 Rezepte)
Abdeckung: Große Auswahl an Küchen, Mahlzeitenarten und Kochstilen
Nährwertdaten: Kalorien, Fett, Protein, Kohlenhydrate, Natrium, Ballaststoffe, Zucker pro Portion
Bewertungen: Nutzerbewertung + Anzahl der Bewertungen pro Rezept
Sprachen: Englisch und Norwegisch werden nativ in Anfragen unterstützt
Architektur
Food.com recipes → Python ingest → Qdrant (recipe_data_v2 collection)
↓
Hybrid search (dense e5-large-v2 + sparse BM25)
↓
RRF fusion + cross-encoder reranking
↓
FastMCP 3.2 → MCP clients / AI agentsTechnischer Stack
Embeddings:
intfloat/e5-large-v2(1024d dicht) +Qdrant/bm25(spärlich)Reranker:
cross-encoder/mmarco-mMiniLMv2-L12-H384-v1Vektor-DB: Qdrant (selbst gehostet)
Server: FastMCP 3.2 über HTTP
Infrastruktur: Ubuntu Server 24 LTS, Cloudflare Tunnel
Lizenz
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI assistants to access the Open Food Facts database to query detailed food product information, nutritional data, and environmental scores. Supports product lookup by barcode, smart search with filtering, nutritional analysis, product comparison, and dietary recommendations to help users make informed food choices.51MIT
- AlicenseNot gradedqualityNot gradedmaintenanceProvides comprehensive food hierarchy and nutrition data through structured tools that enable searching foods, browsing categories, and retrieving detailed nutritional information from a MongoDB Atlas database.
- AlicenseNot gradedqualityFmaintenanceEnables tracking food intake and nutrition using the USDA FoodData Central database. Supports logging meals, setting daily nutrition goals, viewing food diaries, and analyzing nutrition trends over time with local SQLite storage.151MIT
- AlicenseAqualityDmaintenanceLocal-first RAG indexing and semantic search MCP server. Enables document retrieval and context-aware queries using local embedding models.314MIT
Related MCP Connectors
Multi-engine search for AI agents. Trust scoring, local corpus, MCP-native. Self-hostable, BYOK.
Reddit & X data for AI agents over MCP. Semantic search, hosted, no Reddit API.
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AIDataNordic/Food-Recipe-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server