Drop into your agent's config
Pick your client. The MCP server runs locally via npx. The free demo tier is open — no signup, capped at 30 queries/day per IP via the ?demo=1 query parameter, read-only tools only. Sign up free at /sign-up for the full quota plus write-tools (track_price, create_alert); issue an API key from /account/keysand drop it into your client config's env block as GRIDSCOOT_API_KEY.
Six tools your agent gets, out of the box
Each tool maps to a single deterministic operation on the catalog. Agents compose them — no magic, no opaque “smart” endpoints.
Search products across all connected Australian retailers. Returns matched products with current pricing, availability, and delivery estimates. The entry point for any price-discovery query.
Get all retailer offers for a specific product. Use after search_products when the user wants to compare prices across all retailers for a known item.
Price history for a product across retailers over the past 365 days. Use to evaluate whether the current price is a genuine deal or business-as-usual. The trust moat.
Real-time stock check at a specific retailer + sku, including click-and-collect availability at the nearest store to an AU postcode.
List all retailers indexed by Gridscoot — feed status, attribution program, country, last sync. Useful for meta queries and for filtering other tool calls.
Subscribe to price-drop alerts for a product. Returns a subscription ID. The user is emailed when the threshold is met. The only write tool in v0.
Honest mechanics, not magic
Australian retailers via Commission Factory, Amazon Associates AU, eBay Partner Network. Early access today: catalogue is illustrative demo data while eBay AU live ingest comes online and CF + Amazon AU applications clear.
The same product across retailers is genuinely deduplicated. Four-tier match: GTIN exact → brand + MPN → embedding cosine → review fallback. Title-only matching is never the load-bearing tier.
So you can spot fake-discounts from real ones. The current price is compared against the 30/90/365-day median — the agent gets a numeric, not a vibe.
Retailers can't pay to rank higher. The sort is: in-stock first, then total price including shipping, then price-history strength.
Phase 10 · live, Phase 11 incoming
The end-to-end flow — matching, MCP, REST surface, landing page — is wired and deployed at gridscoot.vercel.app. The catalogue itself is currently an illustrative demo while live retailers come online (eBay AU ingest in progress; CF + Amazon AU applications in flight). When approved for general launch, we'll submit to Anthropic's MCP directory and the community catalogues (mcp.run, awesome-mcp-servers).