← Registry

Data Collection

offerhopper.ai

Finds current grocery deals and prices across German supermarkets for a given shopping list and location.

1 endpoint2 known toolsFirst detected July 25, 2026Last detected September 12, 2026

ENDPOINT 1

https://mcp.offerhopper.ai/mcp

No auth detected

MCP server metadata

Name
ShoppingOptimizer
Version
1.0.3
Capabilities
loggingprompts.listChangedresources.listChangedtools.listChanged
Server instructions

offerhopper.ai grocery and drug store shopping optimizer for Germany. Tools: plan_optimal_shopping_route — finds live deals and plans optimal multi-stop shopping routes; swap_route_item — swaps an item offer on a route for an alternative and recomputes the route. Prompts: 'plan_shopping_trip' (conversation starter), 'explain_optimization_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 2

plan_optimal_shopping_route

Plans the optimal shopping trip for a given list and starting location in Germany.

Inferred read-only
swap_route_item

Swaps one item's chosen offer on an existing shopping route (from a prior plan_optimal_shopping_route result) for one of its alternatives, then returns the RECOMPUTED route with corrected costs and the honest worth-it verdict.

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.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 and is being refreshed.

Trust status Neutral

offerhopper.ai 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.