mcp-de-picnic
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PICNIC_EMAIL | Yes | Your Picnic account email address. Required for authentication. | |
| PICNIC_PASSWORD | Yes | Your Picnic account password. Required for authentication. | |
| PICNIC_COUNTRY_CODE | No | Your Picnic account country code. Must be 'DE' for Germany or 'NL' for Netherlands. Defaults to 'DE'. | DE |
| PICNIC_TOKEN_CACHE_FILE | No | Optional path to a file to cache the session token between restarts. Written with 0600 permissions and stores only the session token, never your password. Off by default. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_productsA | Search Picnic's product catalog. Returns a list of matches, each with: id, name, price (float, EUR), currency, unit. |
| get_cartA | Get the full Picnic basket. Returns items (each with product_id, name, unit, quantity, unit_price, line_total), plus total_count and cart_total for the whole basket. |
| add_to_cartA | Add Returns the updated cart, same shape as get_cart(). |
| remove_from_cartA | Remove Returns the updated cart, same shape as get_cart(). |
| clear_cartA | Empty the Picnic cart entirely. Returns the now-empty cart. |
| get_delivery_slotsA | List available delivery slots for the current cart. Each slot includes slot_id, window_start, window_end, cut_off_time, is_available,
minimum_order_value, and |
| set_delivery_slotA | Select a delivery slot by its slot_id (see get_delivery_slots). |
| generate_2fa_codeA | Ask Picnic to send a 2FA code, for accounts that require it. channel is "SMS" or "EMAIL". Call this first if any other tool fails with a message about 2FA being required, then call verify_2fa_code with the code you receive. |
| verify_2fa_codeA | Complete login by verifying the 2FA code requested via generate_2fa_code. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/aminm1364/mcp-de-picnic'
If you have feedback or need assistance with the MCP directory API, please join our Discord server