INDIVIDUAL MCP TOOL
compare_recipes
Compare two to five known Recipe Signal recipe slugs using published time, rating, rating volume, yield, cuisine, and publisher metadata.
LIVE ENDPOINT
https://recipemcp.com/mcp/manual
Connect to this endpoint to inspect the live schema for compare_recipes and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.recipe-signal]
url = "https://recipemcp.com/mcp/manual"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"recipe-signal": {
"type": "http",
"url": "https://recipemcp.com/mcp/manual"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: recipe-signal
Remote MCP URL: https://recipemcp.com/mcp/manual
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": {
"recipe-signal": {
"url": "https://recipemcp.com/mcp/manual"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"recipe-signal": {
"type": "http",
"url": "https://recipemcp.com/mcp/manual"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "recipe-signal",
"transport": "streamable-http",
"url": "https://recipemcp.com/mcp/manual"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_recipes— Search attributed recipe metadata by dish, cuisine, category, publisher, and maximum total time.get_recipe— Retrieve one attributed recipe metadata record by its stable Recipe Signal slug.get_comparison_guide— Retrieve a human-reviewed Recipe Signal comparison for kadhi chawal, rajma chawal, idli sambar, or pizza, including criteria, editorial notes, and original source URLs.