Content Tools
recipemcp.com
Provides recipe search, retrieval, and comparison functionality with editorial guides for popular dishes.
ENDPOINT 1
https://recipemcp.com/api/recipes
MCP server metadata
- Name
- Recipe Signal
- Version
- 1.0.0
Use Recipe Signal to discover and compare attributed recipe records. Always preserve sourceName and sourceUrl when presenting results. Recipe Signal is a discovery index, not the original recipe publisher.
Known tools 4
search_recipesSearch attributed recipe metadata by dish, cuisine, category, publisher, and maximum total time.
Inferred read-onlyget_recipeRetrieve one attributed recipe metadata record by its stable Recipe Signal slug.
Inferred read-onlycompare_recipesCompare two to five known Recipe Signal recipe slugs using published time, rating, rating volume, yield, cuisine, and publisher metadata.
Inferred read-onlyget_comparison_guideRetrieve a human-reviewed Recipe Signal comparison for kadhi chawal, rajma chawal, idli sambar, or pizza, including criteria, editorial notes, and original source URLs.
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.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.
ENDPOINT 2
https://recipemcp.com/mcp/manual
MCP server metadata
- Name
- Recipe Signal
- Version
- 1.0.0
Use Recipe Signal to discover and compare attributed recipe records. Always preserve sourceName and sourceUrl when presenting results. Recipe Signal is a discovery index, not the original recipe publisher.
Known tools 4
search_recipesSearch attributed recipe metadata by dish, cuisine, category, publisher, and maximum total time.
Inferred read-onlyget_recipeRetrieve one attributed recipe metadata record by its stable Recipe Signal slug.
Inferred read-onlycompare_recipesCompare two to five known Recipe Signal recipe slugs using published time, rating, rating volume, yield, cuisine, and publisher metadata.
Inferred read-onlyget_comparison_guideRetrieve a human-reviewed Recipe Signal comparison for kadhi chawal, rajma chawal, idli sambar, or pizza, including criteria, editorial notes, and original source URLs.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for recipemcp.com was fetched 2026-08-12T20:05:34.194Z.
This domain appears to have previously been parked, so its current status is new or unverified.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.