Skip to main content
Feedback

BigOven MCP connector

BigOven is a recipe and meal planning platform that provides access to over 1,000,000 recipes, grocery lists, and seasonal collections. The BigOven MCP connector allows AI agents to search and retrieve recipe collections, manage grocery lists with item additions and deletions, and organize items by department. It also supports clearing checked items, retrieving meal planning features, and accessing curated seasonal recipe sets.

Authentication type

  • API Key - Requires a static API key to be configured before the agent can connect to the service.

Uses

Use the BigOven MCP connector to perform the following actions:

  • Build meal plans by searching and adding recipes from over 1,000,000 options
  • Automate grocery list creation by adding recipes with scaled ingredient quantities
  • Manage household grocery lists with departmentalized items and real-time synchronization
  • Discover seasonal recipes through curated collections tailored to current ingredients
  • Track recipe progress and cooking steps to guide users through meal preparation
  • Scale recipe ingredients up or down based on serving size requirements
  • Organize grocery shopping by department to streamline in-store purchasing efficiency

Example prompts

Use the following example prompts to invoke BigOven MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Show me all seasonal recipe collections available in BigOven right now.
  • Add the chicken parmesan recipe to my grocery list and scale it for 8 people.
  • Search BigOven for recipes that start with "chocolate".
  • Clear all checked items from my grocery list.
  • Add fresh milk and bread to my grocery list in BigOven.
  • Get my current grocery list and show me which items I have.
  • Find the last recipe I was working on in BigOven.
  • Add a new recipe to my BigOven collection.
  • Organize my grocery list items by department.
  • Sync my grocery list changes across all my devices.

BigOven MCP connector tools

The BigOven MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
Collection_GetCollectionRetrieves a curated set of recipes from a specific collection.
Collection_GetCollectionMetaRetrieves metadata information about a recipe collection.
Collection_CollectionsLists current and seasonal recipe collections available.
GroceryList_DeleteRemoves all items from the user's grocery list.
GroceryList_GetRetrieves the authenticated user's grocery list.
GroceryList_GroceryListRemoveMarkedItemsClears all checked items from the grocery list.
GroceryList_DepartmentCategorizes grocery list items by department.
createGrocerylistItemAdds a single item to the grocery list.
GroceryList_DeleteItemByGuidDeletes a specific grocery list item by identifier.
GroceryList_GroceryListItemGuidUpdates an existing grocery list item by identifier.
GroceryList_PostAdds a single item to the grocery list.
GroceryList_AddRecipeAdds recipe ingredients to the grocery list with scaling options.
GroceryList_PostGroceryListSyncSynchronizes changes to the grocery list.
Images_UploadUserAvatarUploads a user profile image as an avatar.
Me_IndexIndexes the current user instance.
Me_PutMeUpdates the current user's account information.
Me_PutMePersonalUpdates the current user's personal details.
Me_PutMePreferencesUpdates the current user's preference settings.
Me_GetOptionsRetrieves available options for the current user.
updateMeProfileUpdates the current user's profile information.
Me_SkinnyRetrieves a simplified version of current user data.
Recipe_PostCreates a new recipe.
Recipe_PutUpdates an existing recipe.
Recipe_AutoCompleteSuggests recipe titles matching a partial search query.
Recipe_AutoCompleteAllRecipesSuggests recipe titles from all available recipes.
Recipe_AutoCompleteMyRecipesSuggests recipe titles from the user's recipes.
Recipe_CategoriesLists available recipe categories.
Recipe_GetActiveRecipeRetrieves the user's most recently viewed recipe.
Recipe_GetStepRetrieves a specific cooking step from a recipe.
Recipe_GetStepNumberRetrieves the current and total step count for a recipe.
Images_GetPendingByUserGets the pending by user.
Recipe_GetStepsStores recipe step number and returns saved step data.
Review_DeleteReplyDELETE a reply to a given review. Authenticated user must be the one who originally posted the reply.
Review_PutReplyUpdate (PUT) a reply to a given review. Authenticated user must be the original one that posted the reply.
getRecipeReviewGet a given review by string-style ID. This will return a payload with FeaturedReply, ReplyCount. Recommended display is.
Review_PutUpdate a given top-level review.
Review_GetRepliesGet a paged list of replies for a given review.
Review_PostReplyPOST a reply to a given review. The date will be set by server. Note that replies no longer have star ratings, only top-.
Recipe_ScanPOST an image as a new RecipeScan request 1) Fetch the filename -- DONE 2) Copy it to the pics/scan folder - ENSURE NO N.
Recipe_GetRecipeWithStepsReturn full Recipe detail with steps. Returns 403 if the recipe is owned by someone else.
Recipe_DeleteDelete a Recipe (you must be authenticated as an owner of the recipe).
Recipe_GetReturn full Recipe detail. Returns 403 if the recipe is owned by someone else.
Recipe_ZapRecipeZaps the recipe.
Recipe_FeedbackFeedback on a Recipe -- for internal BigOven editors.
Images_UploadRecipeImagePOST: /recipe/{recipeId}/image?lat=42&lng=21&caption=this%20is%20my%20caption Note that caption, lng and lat are all opt.
Images_GetGet all the images for a recipe. DEPRECATED. Please use /recipe/{recipeId}/photos.
Note_PostHTTP POST a new note into the system.
Note_DeleteDelete a review do a DELETE Http request of /note/{ID}.
Note_GetGet a given note. Make sure you're passing authentication information in the header for the user who owns the note.
Note_PutHTTP PUT (update) a Recipe note (RecipeNote).
Note_GetNotesRecipe/100/notes.
Images_GetRecipePhotosGet all the photos for a recipe.
Recipe_RelatedGet recipes related to the given recipeId.
getRecipeReview2Get my review for the recipe {recipeId}, where "me" is determined by standard authentication headers.
Review_PostAdd a new review. Only one review can be provided per {userId, recipeId} pair. Otherwise your review will be updated.
Review_DeleteDEPRECATED! - Deletes a review by recipeId and reviewId. Please use recipe/review/{reviewId} instead.
Review_GetGet a given review - DEPRECATED. See recipe/review/{reviewId} for the current usage. Beginning in January 2017, BigOven.
Review_PutLegacyHTTP PUT (update) a recipe review. DEPRECATED. Please see recipe/review/{reviewId} PUT for the new endpoint. We are movi.
Review_GetReviewsGet paged list of reviews for a recipe. Each review will have at most one FeaturedReply, as well as a ReplyCount.
Images_GetScanImagesGets a list of RecipeScan images for the recipe. There will be at most 3 per recipe.
Recipe_RecipeSearchSearch for recipes. There are many parameters that you can apply. Starting with the most common, use title_kw to search.
Recipe_GetRandomRecipeGet a random, home-page-quality Recipe.
Recipe_RavesGet the recipe/comment tuples for those recipes with 4 or 5 star ratings.
Recipe_RecentViewsGet a list of recipes that the authenticated user has most recently viewed.
Recipe_RecipeSearchRandomSearch for recipes. There are many parameters that you can apply. Starting with the most common, use title_kw to search.
Recipe_GetV2Same as GET recipe but also includes the recipe videos (if any).
On this Page