Model Context Protocol

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/mcp

Paste this into your assistant's MCP or connector settings.

Setup

  1. 01Add the server

    In your AI assistant’s connector or MCP settings, add a new server using the URL above.

  2. 02Sign in

    Your assistant will open a ScanStock.ai login. Sign in and approve access on the consent screen.

  3. 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

  • list_ingredients

    List everything in your fridge and pantry, optionally filtered by category.

    read
  • add_ingredient

    Add an ingredient (name, category, optional quantity) to your inventory.

    write
  • remove_ingredient

    Remove an ingredient from your inventory by its id.

    write
  • list_saved_recipes

    List every recipe you have saved.

    read
  • get_saved_recipe

    Get the full details and steps of one saved recipe by its id.

    read
  • save_recipe

    Save a recipe with its ingredients, missing items, and steps.

    write
  • delete_saved_recipe

    Delete a saved recipe by its id.

    write

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.