← Registry

eCommerce

forageshopping.com

Enables product search, price comparison, and checkout across multiple merchants.

1 endpoint7 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://forageshopping.com/mcp

No auth detected

MCP server metadata

Name
Forage Shopping
Version
1.26.0
Capabilities
experimentalpromptsresourcestools
Server instructions

Search and compare products across merchants. Find the best deals. When the user wants to buy, use start_checkout with the product URL to begin a UCP checkout session. Pass the same session_id across search and checkout tools to track which content influenced the purchase.

Known tools 7

search_products

Search for products across merchants and return comparison results.

Inferred read-only
compare_prices

Compare prices for a specific product across multiple merchants.

Inferred read-only
find_deals

Find the best current deals in a product category.

Inferred read-only
start_checkout

Start a UCP checkout session for a product.

Inferred read-only
update_checkout_info

Update a checkout session with buyer information.

Potential side effects
complete_purchase

Complete a checkout and place the order.

Inferred read-only
check_order

Check the status of a checkout session or order.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.forage-shopping]
url = "https://forageshopping.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "forage-shopping": {
      "type": "http",
      "url": "https://forageshopping.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: forage-shopping
Remote MCP URL: https://forageshopping.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "forage-shopping": {
      "url": "https://forageshopping.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "forage-shopping": {
      "type": "http",
      "url": "https://forageshopping.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "forage-shopping",
  "transport": "streamable-http",
  "url": "https://forageshopping.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for forageshopping.com was fetched 2026-07-27T22:21:28.261Z and is being refreshed.

Trust status Neutral

forageshopping.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.