# Forage Shopping MCP server

AI shopping comparison — search 50M+ products, compare prices, find deals

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-jalexspringer-forage-shopping
- Repository: https://github.com/narrativai/forage
- Website: https://forageshopping.com

## Install
- Endpoint: https://forageshopping.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://forageshopping.com/mcp

## Tools
- search_products - Search for products across merchants and return comparison results.

Returns structured product listings with prices, merchants, and checkout links.
Searches Shopify's global catalogue (50M+ products across all Shopify merchants)
and Channel3's affiliate network. Results include direct checkout links.
 Endpoint: https://forageshopping.com/mcp
- compare_prices - Compare prices for a specific product across multiple merchants.

Finds the same product at different retailers and shows price differences.
 Endpoint: https://forageshopping.com/mcp
- find_deals - Find the best current deals in a product category.

Searches for discounted, on-sale, or best-value products.
 Endpoint: https://forageshopping.com/mcp
- start_checkout - Start a UCP checkout session for a product.

Discovers the merchant's UCP capabilities, creates a checkout session,
and attaches content attribution data from the current session's search
and comparison activity.

Returns the checkout status and any information the merchant still needs
(email, shipping address, etc).
 Endpoint: https://forageshopping.com/mcp
- update_checkout_info - Update a checkout session with buyer information.

Provide the information the merchant requested (email, name, shipping
address, discount codes). Call this after start_checkout when the
merchant indicates what information is still needed.

If the response has status 'requires_escalation', share the continue_url
with the user so they can complete payment in their browser.
 Endpoint: https://forageshopping.com/mcp
- complete_purchase - Complete a checkout and place the order.

Only call this when the checkout status is 'ready_for_complete'.
Records the purchase as a conversion in telemetry and ends the
attribution session.

Returns the order confirmation with order ID and receipt link.
 Endpoint: https://forageshopping.com/mcp
- check_order - Check the status of a checkout session or order.

Use this after the user has completed an escalation step (e.g. payment
in the browser) to see if the checkout can now proceed, or to check
on a completed order's status.
 Endpoint: https://forageshopping.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.jalexspringer
- Version: 0.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Feb 21, 2026
- Source: https://registry.modelcontextprotocol.io
