fridge-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FRIDGE_DATA_PATH | No | Path to the fridge data file (default: data/fridge.json) | |
| MCP_ACCESS_TOKEN | No | Access token for HTTP server authentication |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_fridgeA | Показывает всё содержимое холодильника: продукты, количество, место и срок годности. |
| add_to_fridgeA | Добавляет продукт в холодильник. Если такой уже есть — увеличивает количество. |
| remove_from_fridgeA | Убирает продукт из холодильника (съели / выкинули). Без quantity убирает всё. |
| check_fridge_itemA | Проверяет, есть ли конкретный продукт в холодильнике. |
| expiring_soonA | Список продуктов, у которых скоро закончится срок годности (включая уже просроченные). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| whats_for_dinner | Подсказывает блюдо из того, что есть в холодильнике |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| fridge-contents | Текущий список продуктов в холодильнике |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Pozzitron1337/fridge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server