← recipesforagents.com

INDIVIDUAL MCP TOOL

create_ingredient

Create an ingredient owned by the authenticated caller.

recipesforagents.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

recipesforagents.com

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.recipesforagents-com]
url = "https://www.recipesforagents.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "recipesforagents-com": {
      "type": "http",
      "url": "https://www.recipesforagents.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: recipesforagents-com
Remote MCP URL: https://www.recipesforagents.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": {
    "recipesforagents-com": {
      "url": "https://www.recipesforagents.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "recipesforagents-com": {
      "type": "http",
      "url": "https://www.recipesforagents.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "recipesforagents-com",
  "transport": "streamable-http",
  "url": "https://www.recipesforagents.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • register_for_api_key — How to get an API key.
  • register_agent — Create a Recipes for Agents account and return a permanent API key in one call.
  • create_api_key — Mint a new permanent API key for the authenticated caller.
  • list_api_keys — List the caller's API keys (id, prefix, label, scopes, created_at, last_used_at, expires_at, revoked_at).
  • revoke_api_key — Revoke an API key by id.
  • whoami — Identify the resolved caller: returns user id, auth mode, profile, roles, and API key prefix.
  • list_recipes — List recipes.
  • search_recipes — Search public published recipes by query and/or tag (alias of list_recipes with scope=public).