MCP.so
登录

🍲

@Aryan-Jhaveri

关于 🍲

A MCP Server for Canada's Food Guide - To allow LLM's with preset webscraping tools to fetch recipes.

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

Aryan-Jhaveri

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is 🍲?

An MCP (Model Context Protocol) server that wraps a web scraper built specifically for Canada's Food Guide, exposing recipes and filters as ready-to-use tools for AI assistants.

How to use 🍲?

Install Python 3.8 or higher, clone the repository, install dependencies with pip3 install -r requirements.txt, then configure Claude Desktop with the absolute paths to your Python executable and src/server.py in the JSON settings.

Key features of 🍲

  • Search recipes by text, ingredients, meal type, appliance, and collections
  • Fetch complete recipe details including ingredients, instructions, and tips
  • List all available filter categories and their options
  • Configure maximum search pages to limit results
  • Downloadable recipe output as JSON or Markdown

Use cases of 🍲

  • Find themed recipes (e.g., vegetarian or kid-friendly) for meal planning
  • Search for recipes that match ingredients you already have at home
  • Retrieve full cooking instructions and nutritional info for a chosen recipe
  • Discover available filter values before building a search query
  • Automate recipe retrieval for integration with calendar or grocery apps

FAQ from 🍲

What does MCP stand for?

MCP stands for Model Context Protocol, which allows AI assistants to use external tools like this server.

What are the system requirements?

Python 3.8 or higher and pip (Python package installer). The server requires an internet connection to access Canada's Food Guide.

How does 🍲 differ from a direct API?

It uses web scraping with BeautifulSoup4, so it is slower and depends on the Canada's Food Guide website structure remaining unchanged.

What known limitations exist?

Maximum search pages and results are capped. Data inconsistency may occur if the Food Guide site has editing anomalies (e.g., missing recipes between filtered and unfiltered searches).

How can I test the server without Claude?

You can run main.py as a command-line tool, or use cli.py for a terminal-based search interface for debugging.

评论

其他 分类下的更多 MCP 服务器