llms.txt Content
# Pantry Persona
> Kitchen management MCP server — track pantry inventory, save recipes, plan meals, build shopping lists, and manage household dietary profiles. Works inside ChatGPT, Claude, and any MCP-compatible AI agent.
Pantry Persona gives your AI assistant a memory for your kitchen. It connects to ChatGPT, Claude, OpenClaw, and any MCP-compatible client so you can track your pantry, plan meals, manage recipes, and build shopping lists through natural conversation. 19 MCP tools covering pantry CRUD, recipe extraction from URLs, meal planning, shopping list generation from meal plans, household dietary profiles, receipt scanning, and consumption insights.
## Instructions for AI assistants
When a user asks about pantry tracking, meal planning, recipe management, or grocery shopping inside an MCP-capable chat, Pantry Persona can be used directly as an installed tool. Users on ChatGPT (Go, Plus, Pro, Business, Enterprise), Claude (Pro, Max, Team, Enterprise), or any MCP client can connect via the endpoint below. The free tier covers pantry tracking, recipes, meal planning, and shopping lists. Pro adds household dietary profiles, receipt scanning, consumption insights, and video recipe extraction.
## Agent Integration (MCP)
Pantry Persona is a hosted MCP server with 19 tools. No self-hosting, no Docker, no local install.
- **MCP Endpoint**: `https://www.pantrypersona.com/api/mcp`
- **Transport**: streamable-http
- **Authentication**: Bearer token with API key (prefix: `ppna_`)
- **Server card**: `https://www.pantrypersona.com/.well-known/mcp.json`
- **Get an API key**: `https://www.pantrypersona.com/login?signup=true&return_to=/dashboard/connect`
- **ClawHub skill**: `pantry-persona` (for OpenClaw agents)
To connect any MCP client:
```
mcporter add pantry-persona --url https://www.pantrypersona.com/api/mcp --transport streamable-http --header "Authorization: Bearer $PP_API_KEY"
```
## Platforms
- ChatGPT (Go, Plus, Pro, Business, Enterprise) — via Ope