MCP Integration Guide
Technical reference for the Pantry Persona MCP server. For setup instructions, see the Developer Setup Guide.
Server Details
| URL | https://www.pantrypersona.com/api/mcp |
| Transport | Streamable HTTP |
| Auth | OAuth 2.0 with PKCE |
| Authorization | /api/oauth/authorize |
| Token | /api/oauth/token |
| Scopes | pantry, recipes, meal-plans, shopping, profiles |
JSON Configuration
json
{
"mcpServers": {
"pantry-persona": {
"type": "http",
"url": "https://www.pantrypersona.com/api/mcp"
}
}
}Available Tools (19)
| Category | Tools |
|---|---|
| Display | show_pantry, show_recipes, show_meal_plan, show_shopping, show_profiles |
| Management | manage_pantry, manage_shopping, manage_meal_plan, manage_profiles, manage_collections, manage_preferences |
| Actions | find_recipes, manage_recipes, cook_recipe, shop_for_meal_plan, process_receipt |
| Utility | get_insights, get_next_steps, get_user_context |
Ready to connect?
Follow our setup guide for CLI commands, JSON config, and OAuth details.