Content Tools
savoureux.fr
Searches Savoureux.fr recipes and manages newsletter subscriptions for weekly seasonal recipes.
ENDPOINT 1
https://www.savoureux.fr/mcp
MCP server metadata
- Name
- savoureux-recipe-search
- Version
- 1.0.0
Use search-recipes when someone wants a published Savoureux.fr recipe by dish name or ingredient. Reading and searching require no authentication. The tool is read-only and returns canonical recipe URLs.
Known tools 1
search-recipesSearch published Savoureux.fr recipes by recipe name, dish, or ingredient.
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.savoureux-recipe-search]
url = "https://www.savoureux.fr/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"savoureux-recipe-search": {
"type": "http",
"url": "https://www.savoureux.fr/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: savoureux-recipe-search
Remote MCP URL: https://www.savoureux.fr/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": {
"savoureux-recipe-search": {
"url": "https://www.savoureux.fr/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"savoureux-recipe-search": {
"type": "http",
"url": "https://www.savoureux.fr/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "savoureux-recipe-search",
"transport": "streamable-http",
"url": "https://www.savoureux.fr/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://www.savoureux.fr
MCP server metadata
- Name
- WebMCP
Known tools 1
subscribe-to-savoureux-newsletterPréparer une inscription à la newsletter hebdomadaire de recettes de saison de Savoureux.fr. L’utilisateur vérifie et envoie son adresse avant l’inscription.
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.webmcp]
url = "https://www.savoureux.fr"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webmcp": {
"type": "http",
"url": "https://www.savoureux.fr"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webmcp
Remote MCP URL: https://www.savoureux.fr
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": {
"webmcp": {
"url": "https://www.savoureux.fr"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webmcp": {
"type": "http",
"url": "https://www.savoureux.fr"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webmcp",
"transport": "streamable-http",
"url": "https://www.savoureux.fr"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.