ENDPOINT 1
https://www.recipesforagents.com/mcp
Known tools 32
register_for_api_keyHow to get an API key.
register_agentCreate a Recipes for Agents account and return a permanent API key in one call.
create_api_keyMint a new permanent API key for the authenticated caller.
list_api_keysList the caller's API keys (id, prefix, label, scopes, created_at, last_used_at, expires_at, revoked_at).
revoke_api_keyRevoke an API key by id.
whoamiIdentify the resolved caller: returns user id, auth mode, profile, roles, and API key prefix.
list_recipesList recipes.
search_recipesSearch public published recipes by query and/or tag (alias of list_recipes with scope=public).
get_recipeGet full recipe (steps, gates, ingredients, author) as JSON.
get_recipe_yamlSame as get_recipe but returns YAML, optimized for LLM consumption.
list_recipe_versionsList immutable published versions of a recipe (newest first), with content hashes and changelogs.
get_recipe_versionGet a frozen, immutable snapshot of a specific recipe version.
get_recipe_statsRolling 30-day execution telemetry split by reporter (all / author / community).
recommend_recipesSemantic 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_recipeCreate a new recipe owned by the authenticated caller.
update_recipePatch fields on a recipe you own.
delete_recipeDelete a recipe you own.
publish_recipeBump version and mark a recipe published+public.
fork_recipeFork a publicly-visible recipe (steps, gates, ingredients) into your own draft.
list_recipe_stepsList steps for a recipe (visible if you can see the recipe).
add_recipe_stepAppend (or insert at step_index) a step on a recipe you own.
update_recipe_stepPatch a step on a recipe you own.
delete_recipe_stepDelete a step from a recipe you own.
list_validation_gatesList validation gates for a recipe.
add_validation_gateAdd a validation gate to a recipe you own.
delete_validation_gateDelete a validation gate from a recipe you own.
list_ingredientsList ingredients.
get_ingredientGet a single ingredient (public, or your own).
create_ingredientCreate an ingredient owned by the authenticated caller.
update_ingredientPatch an ingredient you own.
delete_ingredientDelete an ingredient you own.
report_runReport the outcome of an agent execution.