mcpbeat Sign in

Food Recipe MCP Server

answering

Food Recipe MCP is answering right now. Last checked 8 min ago. It exposes 2 tools. Last commit 28 Apr 2026.

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

Uptime history 48 days of history · worst day 87%
48 days agonow
100.0%
Uptime 24h
92 of 92 checks
2
Tools
read from the server
238 ms
Response time
average over 24h
1
Stars
last commit 28 Apr 2026

What the code does

We read the source, 23 h ago · tools taken from the live server · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Page executes code built at runtime recipes_demo.html:346
      container.innerHTML = recipes.map((r, i) => {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 8 min ago.

run in your terminal
claude mcp add food-recipe-mcp --transport http https://recipes.aidatanorge.no/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "food-recipe-mcp": {
      "url": "https://recipes.aidatanorge.no/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.food-recipe-mcp]
url = "https://recipes.aidatanorge.no/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "food-recipe-mcp": {
      "url": "https://recipes.aidatanorge.no/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "food-recipe-mcp": {
      "url": "https://recipes.aidatanorge.no/mcp"
    }
  }
}

Available tools 2

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

ping
ping
Simple connectivity test. Returns a greeting to confirm the server is running.
recipes
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 cooking styles. Recipes include nutritional information, difficulty ratings, and user ratings. Use natural language in the query to describe what you are looking for — cuisine, style, main ingredient, occasion, or mood all work well. Norwegian and English are both supported natively. Examples: 'quick Italian pasta for weeknight dinner' 'Swedish meatballs with gravy' 'healthy high-protein chicken bowl' 'easy chocolate cake for beginners' 'something with salmon and lemon' 'Indian curry chicken' 'traditional Norwegian kjøttkaker' 'hurtig pasta med kylling' 'enkel sjokoladekake' Args: query: What you are looking for — describe the dish, cuisine, main ingredient, cooking style or mood freely. Any language is supported. diet: Optional — filter by dietary requirement: 'vegetarian', 'vegan', 'gluten-free', 'dairy-free', 'low-carb', 'keto', 'paleo' max_minutes: Optional — maximum total time in minutes, e.g. 30 difficulty: Optional — 'easy', 'medium' or 'hard' servings: Optional — not used for filtering (servings vary), but include in query for scaling context, e.g. 'pasta dish for 6 people' limit: Number of results to return after reranking (default 5, max 20) Returns: List of recipes ranked by relevance. Each result includes rerank_score, rrf_score (hybrid fusion), title, total_time, difficulty, diet labels, ingredients, instructions, nutrition, rating, and source URL context.

Endpoints

URLTransportStateLatencyChecked
https://recipes.aidatanorge.no/mcp streamable-http answering 217 ms 8 min ago

Alternatives to Food Recipe MCP

same job, measured the same way
Obsidian Hybrid Search
by flowing-abyss

Search Obsidian vaults with hybrid full-text, fuzzy, semantic, and graph retrieval.

674 installs/wk local only
haiku.rag
by ggozad

Local-first agentic RAG with citations - hybrid search, reranking, multimodal document retrieval

3 086 installs/wk local only
Contextweaver
by wchiway

Semantic code retrieval engine with hybrid search, context expansion, and 40+ language support.

58 installs/wk local only
Infino AI
by infino-ai

Keyword, semantic, hybrid, and SQL retrieval for AI agents, local or on Infino Cloud.

125 installs/wk local only
Creo Memories
by creo-memories

Memory system for AI agents with semantic search. Store and recall memories with ease.

answering
Neuromcp
by adelelo13

Semantic memory for AI agents with hybrid search, knowledge graph, and consolidation

289 installs/wk local only
APITube News
by apitube

Real-time news search across 500,000+ sources in 60+ languages with sentiment and entities.

2 tools answering
Exa
by pipeworx-io

Exa MCP — neural/semantic web search + content retrieval (exa.ai)

39 tools answering

Food Recipe MCP — questions

Answers built from our own checks of this server.

What can Food Recipe MCP do?
It exposes 2 tools, read directly from the server on our last check. Among them: ping, search_recipes. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Food Recipe MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 238 ms. The bar chart above shows every period we have measured.
How do I connect Food Recipe MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Food Recipe MCP need an API key?
No. Food Recipe MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 2 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Food Recipe MCP?
It answers our handshake in 238 ms on average, which is faster than 60% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Food Recipe MCP open source?
Yes — it is published under the MIT licence, written in Python, 1 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.