Skip to main content
Connect to https://mcp.agentcard.sh/mcp with the user’s connection token (or a buy_token for org-owned accounts). Behavior: read-only, idempotent.
Not in the default tools/list. It is still callable by exact name, and appears when the client sends the x-expert-tools: 1 header.

What it does

Search a linked merchant for products by keyword. For the retail merchant the store ids are FIXED — amazon, walmart — so skip buy_search_stores/buy_select_store entirely and pass store_id directly on the first search. For DoorDash, select a store first (buy_select_store) and then PASS store_id ON EVERY SEARCH — the server-side store scope is volatile, and omitting it silently falls back to the nearest grocery store.

Inputs

Returns

None.

Example call