# Food-Recipe-MCP

"Semantic search over 50,000+ recipes using hybrid dense+sparse retrieval with cross-encoder reranking. Supports filtering by diet, difficulty, time and servings."

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add kontakt-qy0g/Food-Recipe-MCP

# Browse available tools
npx -y @smithery/cli@latest tool list kontakt-qy0g/Food-Recipe-MCP

# Get full schema for a tool
npx -y @smithery/cli@latest tool get kontakt-qy0g/Food-Recipe-MCP search_recipes

# Call a tool
npx -y @smithery/cli@latest tool call kontakt-qy0g/Food-Recipe-MCP search_recipes '{}'
```

## Direct MCP Connection

Endpoint: `https://food-recipe-mcp--kontakt-qy0g.run.tools`

## Tools (1)

- `search_recipes` — Semantic search over 50,000+ recipes with hybrid dense+sparse search and reranking. Supports filtering by diet, difficu…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get kontakt-qy0g/Food-Recipe-MCP <tool-name>
```
