INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://recipemcp.com/api/recipes
Connect to this endpoint to inspect the live schema for get_comparison_guide 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/api/recipes"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"recipe-signal": {
"type": "http",
"url": "https://recipemcp.com/api/recipes"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: recipe-signal
Remote MCP URL: https://recipemcp.com/api/recipes
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/api/recipes"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"recipe-signal": {
"type": "http",
"url": "https://recipemcp.com/api/recipes"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "recipe-signal",
"transport": "streamable-http",
"url": "https://recipemcp.com/api/recipes"
}
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.compare_recipes— Compare two to five known Recipe Signal recipe slugs using published time, rating, rating volume, yield, cuisine, and publisher metadata.