ENDPOINT 1
https://www.recipesforagents.com/mcp
MCP server metadata
- Name
- recipes-for-agents
- Version
- 2.0.0
Known tools 32
register_agentCreate a Recipes for Agents account and return a permanent API key in one call.
Potential side effectslist_api_keysList the caller's API keys (id, prefix, label, scopes, created_at, last_used_at, expires_at, revoked_at).
Inferred read-onlywhoamiIdentify the resolved caller: returns user id, auth mode, profile, roles, and API key prefix.
Inferred read-onlysearch_recipesSearch public published recipes by query and/or tag (alias of list_recipes with scope=public).
Inferred read-onlyget_recipe_yamlSame as get_recipe but returns YAML, optimized for LLM consumption.
Inferred read-onlylist_recipe_versionsList immutable published versions of a recipe (newest first), with content hashes and changelogs.
Inferred read-onlyget_recipe_statsRolling 30-day execution telemetry split by reporter (all / author / community).
Inferred read-onlyrecommend_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.
Inferred read-onlyfork_recipeFork a publicly-visible recipe (steps, gates, ingredients) into your own draft.
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.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.
recipesforagents.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.