Skip to main content
Glama
AIDataNordic

food-recipe-mcp

by AIDataNordic

Food Recipe MCP

AIエージェントおよびLLM向けに構築された、5万件以上の料理レシピを対象としたセマンティック検索サーバーです。2段階のハイブリッド検索(密ベクトル検索 + 疎ベクトル検索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/mcp

Related MCP server: Food MCP Server

クイックテスト

ブラウザでライブデモを試す:
https://recipes.aidatanorge.no/

インストールや設定は不要です。


MCPツール

search_recipes

ハイブリッド検索とリランキングを使用して、Food.comの5万件以上のレシピをセマンティック検索します。

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。Reciprocal Rank Fusion (RRF) で融合し、mmarco-mMiniLMv2-L12-H384-v1 でリランクします。

ping

ping(name="world")
# Returns: "Hello world! Recipe MCP server is running."

データ

  • ソース: Food.com (約5万件のレシピ)

  • カバレッジ: 幅広い料理、食事タイプ、調理スタイル

  • 栄養データ: 1食あたりのカロリー、脂質、タンパク質、炭水化物、ナトリウム、食物繊維、糖質

  • 評価: ユーザー評価 + レシピごとの評価数

  • 言語: クエリにおいて英語とノルウェー語をネイティブサポート


アーキテクチャ

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

  • ベクトルDB: Qdrant (セルフホスト)

  • サーバー: FastMCP 3.2 over HTTP

  • インフラ: Ubuntu Server 24 LTS, Cloudflare Tunnel


ライセンス

MIT

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables 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.
    5
    1
    MIT
  • A
    license
    Not graded
    quality
    Not graded
    maintenance
    Provides 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.
  • A
    license
    Not graded
    quality
    F
    maintenance
    Enables 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.
    15
    1
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Local-first RAG indexing and semantic search MCP server. Enables document retrieval and context-aware queries using local embedding models.
    3
    14
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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