food-recipe-mcp
Food Recipe MCP
针对 50,000 多条食谱的语义搜索——专为 AI 智能体和 LLM 构建。采用两阶段混合检索(密集 + 稀疏 BM25,通过 RRF 融合)并结合交叉编码器重排序。支持挪威语和英语的自然语言查询。
实时端点: https://recipes.aidatanorge.no/mcp
传输方式: streamable-http
演示: https://recipes.aidatanorge.no/
连接
添加到您的 MCP 客户端配置中:
{
"mcpServers": {
"food-recipe": {
"type": "streamable-http",
"url": "https://recipes.aidatanorge.no/mcp"
}
}
}或者使用 Claude Code:
claude mcp add --transport http food-recipe https://recipes.aidatanorge.no/mcpRelated MCP server: Food MCP Server
快速测试
在浏览器中尝试实时演示:
https://recipes.aidatanorge.no/
无需安装或配置。
MCP 工具
search_recipes
通过混合检索和重排序,对来自 Food.com 的 50,000 多条食谱进行语义搜索。
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_id查询示例:
"Swedish meatballs with gravy""healthy high-protein chicken bowl""easy chocolate cake for beginners""traditional Norwegian kjøttkaker""hurtig pasta med kylling"
搜索流水线: 密集嵌入 (intfloat/e5-large-v2, 1024d) + 稀疏 BM25,通过倒数排名融合 (RRF) 进行融合,并由 mmarco-mMiniLMv2-L12-H384-v1 进行重排序。
ping
ping(name="world")
# Returns: "Hello world! Recipe MCP server is running."数据
来源: Food.com(约 50,000 条食谱)
覆盖范围: 广泛的菜系、餐点类型和烹饪风格
营养数据: 每份的热量、脂肪、蛋白质、碳水化合物、钠、纤维、糖分
评分: 每条食谱的用户评分 + 评分数量
语言: 查询原生支持英语和挪威语
架构
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 agents技术栈
嵌入:
intfloat/e5-large-v2(1024d 密集) +Qdrant/bm25(稀疏)重排序器:
cross-encoder/mmarco-mMiniLMv2-L12-H384-v1向量数据库: Qdrant (自托管)
服务器: 基于 HTTP 的 FastMCP 3.2
基础设施: Ubuntu Server 24 LTS, Cloudflare Tunnel
许可证
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