← Registry

API Tools

recipesforagents.com

Manages API keys for authentication and access control.

1 endpoint32 known toolsFirst detected June 16, 2026Last detected July 18, 2026

ENDPOINT 1

https://www.recipesforagents.com/mcp

No auth detected

Known tools 32

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).

get_recipe

Get full recipe (steps, gates, ingredients, author) as JSON.

get_recipe_yaml

Same as get_recipe but returns YAML, optimized for LLM consumption.

list_recipe_versions

List immutable published versions of a recipe (newest first), with content hashes and changelogs.

get_recipe_version

Get a frozen, immutable snapshot of a specific recipe version.

get_recipe_stats

Rolling 30-day execution telemetry split by reporter (all / author / community).

recommend_recipes

Semantic search: describe what your agent needs to do and get the most relevant published recipes ranked by an LLM, optionally filtered by minimum live yield rate.

create_recipe

Create a new recipe owned by the authenticated caller.

update_recipe

Patch fields on a recipe you own.

delete_recipe

Delete a recipe you own.

publish_recipe

Bump version and mark a recipe published+public.

fork_recipe

Fork a publicly-visible recipe (steps, gates, ingredients) into your own draft.

list_recipe_steps

List steps for a recipe (visible if you can see the recipe).

add_recipe_step

Append (or insert at step_index) a step on a recipe you own.

update_recipe_step

Patch a step on a recipe you own.

delete_recipe_step

Delete a step from a recipe you own.

list_validation_gates

List validation gates for a recipe.

add_validation_gate

Add a validation gate to a recipe you own.

delete_validation_gate

Delete a validation gate from a recipe you own.

list_ingredients

List ingredients.

get_ingredient

Get a single ingredient (public, or your own).

create_ingredient

Create an ingredient owned by the authenticated caller.

update_ingredient

Patch an ingredient you own.

delete_ingredient

Delete an ingredient you own.

report_run

Report the outcome of an agent execution.