Skip to content
Back to search
30
MCP http

Recipe By ID

x402/recipe-by-id

Look up a full recipe by its TheMealDB id, no key. Returns the meal with ingredients, measures, and instructions. For AI agents fetching a specific recipe. [x402: $0.07/call on base, category=data]

Uptime
0.0%
4 probes
Response
0ms
last probe
Tools
0
callable

Similar MCP servers embedding-nearest

Recipe Search By Name
Search recipes by name from TheMealDB, no key. Returns meals with ingredients, instructions, category, and image. For AI agents in cooking,
0 tools · http
Recipes By Ingredient
Recipes that use a main ingredient from TheMealDB, no key. Returns meals containing the ingredient. For AI agents building recipes around wh
0 tools · http
Recipes By Category
Recipes filtered by category from TheMealDB, no key. Returns meals in the category with thumbnails and ids. For AI agents browsing recipes b
0 tools · http
Random Recipe
A random recipe from TheMealDB, no key. Returns one meal with full ingredients and instructions. For AI agents suggesting meals and generati
0 tools · http
Recipe Categories List
The list of recipe categories from TheMealDB, no key. Returns category names, thumbnails, and descriptions. For AI agents building food navi
0 tools · http
Cocktails By Ingredient
Cocktails that use an ingredient from TheCocktailDB, no key. Returns drinks containing the ingredient. For AI agents building drinks around
0 tools · http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "recipe_by_id": {
      "url": "https://proxy.suverse.io/v1/data/suverse-meal-lookup",
      "transport": "http"
    }
  }
}