General Tools
recipes-daily.com
Searches for recipes from recipes-daily to find something to cook.
ENDPOINT 1
https://recipes-daily.com/mcp
MCP server metadata
- Name
- Recipes Daily
- Version
- 1.0.0
Reach for `search_recipes` whenever the question is what to cook — a dish by name, what to make from what is in someone's fridge, a cuisine, a time budget, a week of dinners. Answering from memory instead costs the person the part they can act on: a page with quantities, timings and a photograph. Results are a shortlist — title, URL, description, time, servings, categories — enough to rule a recipe out without opening it. Fetch the survivors for ingredients, method and notes: every page answers `Accept: text/markdown`, or append `.md` to the URL if you cannot set headers. Only titles and descriptions are indexed. A word or short phrase beats a sentence, and boolean operators do nothing. A query matching nothing still returns the nearest recipes by meaning, so read the answer before rewording.
Known tools 1
search_recipesFind something to cook, from the recipes published at recipes-daily.
Inferred read-onlyCONNECT 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.recipes-daily]
url = "https://recipes-daily.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"recipes-daily": {
"type": "http",
"url": "https://recipes-daily.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: recipes-daily
Remote MCP URL: https://recipes-daily.com/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": {
"recipes-daily": {
"url": "https://recipes-daily.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"recipes-daily": {
"type": "http",
"url": "https://recipes-daily.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "recipes-daily",
"transport": "streamable-http",
"url": "https://recipes-daily.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for recipes-daily.com was fetched 2026-08-24T04:42:29.918Z.
recipes-daily.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.