Forage Shopping
io.github.jalexspringer/forage-shoppingAI shopping comparison — search 50M+ products, compare prices, find deals
Tools · 7
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 …
Compare prices for a specific product across multiple merchants. Finds the same product at different retailers and shows price differences.
Find the best current deals in a product category. Searches for discounted, on-sale, or best-value products.
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 comparis…
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 indi…
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 …
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 comple…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"forage_shopping": {
"url": "https://forageshopping.com/mcp",
"transport": "streamable-http"
}
}
}