INDIVIDUAL MCP TOOL
get_recipe
Fetch one recipe by its slug: ingredients, directions, full USDA nutrition table, MyPlate food-group amounts, serving size, yield, rating, image and source attribution.
LIVE ENDPOINT
https://mcp.myplate.food/mcp
Connect to this endpoint to inspect the live schema for get_recipe and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.myplate-food-mcp]
url = "https://mcp.myplate.food/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"myplate-food-mcp": {
"type": "http",
"url": "https://mcp.myplate.food/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: myplate-food-mcp
Remote MCP URL: https://mcp.myplate.food/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"myplate-food-mcp": {
"url": "https://mcp.myplate.food/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"myplate-food-mcp": {
"type": "http",
"url": "https://mcp.myplate.food/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "myplate-food-mcp",
"transport": "streamable-http",
"url": "https://mcp.myplate.food/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
calculate_bmi— Compute Body Mass Index and its weight classification from height and weight alone.calculate_body_fat— Estimate body-fat % using the U.calculate_body_metric— Run one of myplate.calculate_myplate_plan— Estimate daily calorie needs (IOM Estimated Energy Requirement) and return the USDA MyPlate food-group plan at that level — cups of fruit/vegetables/dairy, ounce-equivalents of grains/protein, plus weekly vegetable & protein subgroup targets and BMI.calculate_calorie_needs— Use this when you want the whole energy picture in one call.calculate_bmr— Compute basal/resting metabolic rate — the calories your body burns at rest.calculate_tdee— Use this when you need maintenance calories — the total daily energy expenditure.calculate_calorie_deficit— Use this when someone wants a weight-loss calorie target.