← Registry

API Tools

recipesforagents.com

Manages API keys for authentication and access control.

1 endpoint32 known toolsFirst detected June 16, 2026Last detected August 26, 2026

ENDPOINT 1

https://www.recipesforagents.com/mcp

No auth detected

MCP server metadata

Name
recipes-for-agents
Version
2.0.0
Capabilities
tools.listChanged

Known tools 32

register_for_api_key

How to get an API key.

Inferred read-only
register_agent

Create a Recipes for Agents account and return a permanent API key in one call.

Potential side effects
create_api_key

Mint a new permanent API key for the authenticated caller.

Inferred read-only
list_api_keys

List the caller's API keys (id, prefix, label, scopes, created_at, last_used_at, expires_at, revoked_at).

Inferred read-only
revoke_api_key

Revoke an API key by id.

Inferred read-only
whoami

Identify the resolved caller: returns user id, auth mode, profile, roles, and API key prefix.

Inferred read-only
list_recipes

List recipes.

Inferred read-only
search_recipes

Search public published recipes by query and/or tag (alias of list_recipes with scope=public).

Inferred read-only
get_recipe

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

Inferred read-only
get_recipe_yaml

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

Inferred read-only
list_recipe_versions

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

Inferred read-only
get_recipe_version

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

Inferred read-only
get_recipe_stats

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

Inferred read-only
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.

Inferred read-only
create_recipe

Create a new recipe owned by the authenticated caller.

Potential side effects
update_recipe

Patch fields on a recipe you own.

Inferred read-only
delete_recipe

Delete a recipe you own.

Potential side effects
publish_recipe

Bump version and mark a recipe published+public.

Inferred read-only
fork_recipe

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

Inferred read-only
list_recipe_steps

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

Inferred read-only
add_recipe_step

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

Potential side effects
update_recipe_step

Patch a step on a recipe you own.

Inferred read-only
delete_recipe_step

Delete a step from a recipe you own.

Potential side effects
list_validation_gates

List validation gates for a recipe.

Inferred read-only
add_validation_gate

Add a validation gate to a recipe you own.

Inferred read-only
delete_validation_gate

Delete a validation gate from a recipe you own.

Potential side effects
list_ingredients

List ingredients.

Inferred read-only
get_ingredient

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

Inferred read-only
create_ingredient

Create an ingredient owned by the authenticated caller.

Potential side effects
update_ingredient

Patch an ingredient you own.

Inferred read-only
delete_ingredient

Delete an ingredient you own.

Potential side effects
report_run

Report the outcome of an agent execution.

Inferred read-only

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "recipes-for-agents",
  "transport": "streamable-http",
  "url": "https://www.recipesforagents.com/mcp"
}
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 recipesforagents.com was fetched 2026-08-25T13:43:35.276Z and is being refreshed.

Trust status Neutral

recipesforagents.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.