Skip to content
Back to Recipe Signal

Card snapshot

recipemcp.com · 2026-08-03 22:20:27 UTC · 13db7dbc6da6a9c240fc55b03dcce2d3a0bece65b6d616308ac1f8659259efaf

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "Recipe Signal",
  "description": "An attributed recipe discovery agent for search and comparison.",
  "url": "https://recipemcp.com/api/recipes",
  "provider": {
    "organization": "Recipe MCP",
    "url": "https://recipemcp.com"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "recipe-discovery",
      "name": "Recipe discovery",
      "description": "Search and compare attributed recipe metadata while preserving publisher links.",
      "tags": [
        "recipes",
        "food",
        "search",
        "comparison",
        "attribution"
      ],
      "examples": [
        "Find pizza recipes under 45 minutes.",
        "Compare the top kadhi chawal recipes."
      ]
    }
  ]
}