Pantry Persona Icon
Pantry Persona

MCP Integration Guide

Technical reference for the Pantry Persona MCP server. For setup instructions, see the Developer Setup Guide.

Server Details

URLhttps://www.pantrypersona.com/api/mcp
TransportStreamable HTTP
AuthOAuth 2.0 with PKCE
Authorization/api/oauth/authorize
Token/api/oauth/token
Scopespantry, recipes, meal-plans, shopping, profiles

JSON Configuration

json
{
  "mcpServers": {
    "pantry-persona": {
      "type": "http",
      "url": "https://www.pantrypersona.com/api/mcp"
    }
  }
}

Available Tools (19)

CategoryTools
Displayshow_pantry, show_recipes, show_meal_plan, show_shopping, show_profiles
Managementmanage_pantry, manage_shopping, manage_meal_plan, manage_profiles, manage_collections, manage_preferences
Actionsfind_recipes, manage_recipes, cook_recipe, shop_for_meal_plan, process_receipt
Utilityget_insights, get_next_steps, get_user_context

Ready to connect?

Follow our setup guide for CLI commands, JSON config, and OAuth details.