# Instacart (verified)

Instacart Developer Platform APIs to create shoppable lists/recipes and discover nearby retailers

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add instacart

# Browse available tools
npx -y @smithery/cli@latest tool list instacart

# Get full schema for a tool
npx -y @smithery/cli@latest tool get instacart INSTACART_CREATE_RECIPE_PAGE

# Call a tool
npx -y @smithery/cli@latest tool call instacart INSTACART_CREATE_RECIPE_PAGE '{}'
```

## Direct MCP Connection

Endpoint: `https://instacart.run.tools`

## Tools (3)

- `INSTACART_CREATE_RECIPE_PAGE` — Create a Recipe Page on Instacart + return shareable URL. Attempts prod first then falls back to dev; errors from prod …
- `INSTACART_CREATE_SHOPPING_LIST_PAGE` — Create a Shopping List Page on Instacart + return shareable URL. Attempts prod first then falls back to dev; errors fro…
- `INSTACART_GET_NEARBY_RETAILERS` — Get nearby retailers by postal_code + country_code. Attempts prod first then falls back to dev; errors from prod bubble…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get instacart <tool-name>
```
