Skip to content
Back to search
90
MCP live v1.0.1 streamable-http

io.github.AIDataNordic/food-recipe-mcp

io.github.AIDataNordic/food-recipe-mcp

Semantic search across 50,000+ food recipes with hybrid retrieval and reranking.

Uptime
100.0%
3 probes
Response
281ms
last probe
Tools
2
callable

Tools · 2

ping

Simple connectivity test. Returns a greeting to confirm the server is running.

search_recipes

Search a database of recipes using hybrid semantic search (dense + sparse) with reranking. The database contains ~50,000 recipes from Food.com covering a wide range of cuisines, meal types, and cooki…

How to use

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

{
  "mcpServers": {
    "io.github.aidatanordic/food-recipe-mcp": {
      "url": "https://recipes.aidatanorge.no/mcp",
      "transport": "streamable-http"
    }
  }
}