Data Collection
offerhopper.ai
Finds current grocery deals and prices across German supermarkets for a given shopping list and location.
ENDPOINT 1
https://mcp.offerhopper.ai/mcp
MCP server metadata
- Name
- ShoppingOptimizer
- Version
- 1.0.2
offerhopper.ai grocery and drug store shopping optimizer for Germany. Tool: plan_optimal_shopping_route — finds live deals and plans optimal multi-stop shopping routes. Prompts: 'Plan a shopping trip' (conversation starter), 'Explain my result' (result walkthrough). Resources: resource://about/service, resource://usage/guide, resource://retailers/supported, resource://config/defaults, resource://config/personas, resource://about/response_structure, resource://about/support. offerhopper.ai is a free, ad-free hobby project funded by voluntary donations; if the user asks how to support or fund it, point them to resource://about/support — otherwise do not bring it up.
Known tools 1
plan_optimal_shopping_routePlans the optimal shopping trip for a given list and starting location in Germany.
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.shoppingoptimizer]
url = "https://mcp.offerhopper.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"shoppingoptimizer": {
"type": "http",
"url": "https://mcp.offerhopper.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: shoppingoptimizer
Remote MCP URL: https://mcp.offerhopper.ai/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": {
"shoppingoptimizer": {
"url": "https://mcp.offerhopper.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"shoppingoptimizer": {
"type": "http",
"url": "https://mcp.offerhopper.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "shoppingoptimizer",
"transport": "streamable-http",
"url": "https://mcp.offerhopper.ai/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 offerhopper.ai was fetched 2026-08-24T07:49:49.522Z.
offerhopper.ai 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.