MCP Integration Guide
Quick Start
Instant Install (Recommended)
Works with Claude Code and any Smithery-supported client.
Claude Code (Direct)
MCP Server Details
| URL | https://www.pantrypersona.com/api/mcp |
| Transport | Streamable HTTP |
| Authentication | OAuth 2.0 with PKCE |
JSON Configuration
For any client that uses a JSON config file:
{
"mcpServers": {
"pantry-persona": {
"type": "http",
"url": "https://www.pantrypersona.com/api/mcp"
}
}
}OAuth Configuration
Most MCP clients handle OAuth automatically. If manual configuration is needed:
| Authorization URL | /api/oauth/authorize |
| Token URL | /api/oauth/token |
| Scopes | pantry, recipes, meal-plans, shopping, profiles |
Available Tools (20)
Display Tools
- show_pantry
- show_recipes
- show_meal_plan
- show_shopping
- show_profiles
- show_chronicle
Management Tools
- manage_pantry
- manage_shopping
- manage_meal_plan
- manage_profiles
- manage_collections
- manage_preferences
Action Tools
- find_recipes
- save_recipe
- recipe_share
- shop_for_meal_plan
Utility Tools
- cook_recipe
- process_receipt
- get_insights
- get_next_steps
Platform Setup Guides
Having issues?
Check our troubleshooting guide or contact support.