Instacart MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| instacart_statusA | Check Instacart login status and session info. Use this to verify authentication before performing other actions. |
| instacart_loginA | Initiate Instacart login flow. Returns a URL and instructions for the user to complete login manually. After logging in, use instacart_status to verify. |
| instacart_logoutA | Clear saved Instacart session and cookies. Use this to log out or reset authentication state. |
| instacart_searchB | Search for products on Instacart. Returns product names, prices, and availability. |
| instacart_add_to_cartB | Add a product to the Instacart cart. Searches for the product and adds the first matching result. |
| instacart_view_cartA | View current Instacart cart contents, including items, quantities, and totals. |
| instacart_clear_cartA | Remove all items from the Instacart cart. |
| instacart_preview_orderB | Preview order before placing. Shows cart summary, delivery window, and any issues that need to be resolved. |
| instacart_place_orderA | Place the order. IMPORTANT: Set confirm=true only when you have explicit user confirmation. Without confirm=true, this returns a preview instead of placing the order. |
| instacart_set_addressC | Set delivery address or zip code for Instacart orders. |
| instacart_storesB | Get list of available stores for the current delivery location. |
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/markswendsen-code/mcp-instacart'
If you have feedback or need assistance with the MCP directory API, please join our Discord server