Connect an AI assistant
ScanStock.ai exposes an MCP server so assistants like Claude can read and manage your pantry and recipes on your behalf. Access is secured with OAuth 2.1 — every request is scoped to the signed-in account.
Server URL
https://www.scanstock.ai/api/mcpPaste this into your assistant's MCP or connector settings.
Setup
01Add the server
In your AI assistant’s connector or MCP settings, add a new server using the URL above.
02Sign in
Your assistant will open a ScanStock.ai login. Sign in and approve access on the consent screen.
03Start using tools
Ask your assistant to list your pantry, add ingredients, or save recipes — all scoped to your account.
Once you're signed in, you can review and revoke connected assistants from the Your connections section on the Settings page.
Available tools
- read
list_ingredientsList everything in your fridge and pantry, optionally filtered by category.
- write
add_ingredientAdd an ingredient (name, category, optional quantity) to your inventory.
- write
remove_ingredientRemove an ingredient from your inventory by its id.
- read
list_saved_recipesList every recipe you have saved.
- read
get_saved_recipeGet the full details and steps of one saved recipe by its id.
- write
save_recipeSave a recipe with its ingredients, missing items, and steps.
- write
delete_saved_recipeDelete a saved recipe by its id.
How it works
Discovery
Standard OAuth metadata and dynamic client registration.
Authorization
PKCE code flow with a ScanStock.ai login and consent.
Access
Bearer tokens resolve to your account for every tool call.