eCommerce
forageshopping.com
Enables product search, price comparison, and checkout across multiple merchants.
ENDPOINT 1
https://forageshopping.com/mcp
MCP server metadata
- Name
- Forage Shopping
- Version
- 1.26.0
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_productsSearch for products across merchants and return comparison results.
Inferred read-onlyCONNECT 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.
forageshopping.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.