# io.tooloracle/shoporacle (remote · tooloracle.io)

E-Commerce Intelligence MCP — 11 tools: price comparison, stock, reviews. 18 countries.

- Trust score: 68/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `tooloracle.io`: 68/100 (this document), [markdown](https://verifymcp.io/servers/io-tooloracle-shoporacle/shop-mcp.md), [page](https://verifymcp.io/servers/io-tooloracle-shoporacle/shop-mcp)

## Channel facts

- Endpoint: `https://tooloracle.io/shop/mcp/`
- Transports: `streamable-http`
- Auth: `none`
- Version: `2.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 66/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 11 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 80/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 993 tokens (~90/item across 11 items; 11 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 40/100
  - Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http io-tooloracle-shoporacle https://tooloracle.io/shop/mcp/
```

### Codex

```toml
[mcp_servers.io-tooloracle-shoporacle]
url = "https://tooloracle.io/shop/mcp/"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "io-tooloracle-shoporacle": {
      "type": "remote",
      "url": "https://tooloracle.io/shop/mcp/",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add io-tooloracle-shoporacle --url https://tooloracle.io/shop/mcp/ --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  io-tooloracle-shoporacle:
    url: "https://tooloracle.io/shop/mcp/"
```

### Other

```json
{
  "mcpServers": {
    "io-tooloracle-shoporacle": {
      "type": "http",
      "url": "https://tooloracle.io/shop/mcp/"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 67, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 66, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 65, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 64)

First indexed and scored.

## MCP tools (11)

### `product_search` (~157 tokens)

Search for products across Google Shopping, Amazon, and eBay. Returns prices, ratings, links. Supports country-specific results (DE, US, UK, etc.) and sorting by price or reviews.

Input parameters:

- `country` (string): Country code: DE, US, UK, FR, etc. (default: DE)
- `limit` (integer): Results per source (1-10, default: 5)
- `query` (string): Product name or search terms (required)
- `sort_by` (string): Sort: 'relevance' (default), 'price_low', 'price_high', 'review'
- `sources` (string): Which marketplaces: 'all' (default), 'google', 'amazon', 'ebay'

### `track_price` (~78 tokens)

Track the current price of a product and build price history over time. Supply an Amazon ASIN for exact product tracking, or a search query for best-price discovery.

Input parameters:

- `asin` (string): Amazon ASIN for exact product tracking
- `country` (string): Country code (default: DE)
- `query` (string): Product search query

### `compare_prices` (~86 tokens)

Compare prices for the same product across Google Shopping, Amazon, and eBay. Returns best price, worst price, potential savings, and a ranked price list.

Input parameters:

- `country` (string): Country code (default: DE)
- `limit` (integer): Results per source (1-5, default: 3)
- `query` (string): Product to compare prices for (required)

### `review_summary` (~70 tokens)

Get review ratings, score breakdown, and top customer reviews for a product from Amazon. Useful for purchase decisions and product quality assessment.

Input parameters:

- `asin` (string): Amazon ASIN for exact product
- `country` (string): Country code (default: DE)
- `query` (string): Product search query

### `price_history` (~86 tokens)

View stored price history for a product with trend analysis (rising/falling/stable). Tracks min, max, average prices over time. Call track_price first to build up history data.

Input parameters:

- `asin` (string): Amazon ASIN for exact product
- `limit` (integer): Max history entries to return (default: 50)
- `query` (string): Product search query

### `bestseller_list` (~116 tokens)

Get top-selling products in a category from Amazon or Google Shopping. Returns ranked list with prices, ratings, and reviews. Great for market research.

Input parameters:

- `category` (string): Product category (e.g. 'headphones', 'laptops', 'gaming mice') (required)
- `country` (string): Country code (default: DE)
- `limit` (integer): Number of results (1-20, default: 10)
- `source` (string): Source: 'amazon' (default), 'google', 'all'

### `competitor_pricing` (~81 tokens)

Compare pricing of two specific products or brands side by side across all marketplaces. Shows which is cheaper, price difference, and offers from each source.

Input parameters:

- `country` (string): Country code (default: DE)
- `product_a` (string): First product name or brand (required)
- `product_b` (string): Second product name or brand (required)

### `price_alert` (~142 tokens)

Set, check, list, or delete price alerts. Get notified when a product drops below your target price. Actions: 'set' (create alert), 'check' (check current price vs target), 'list' (show all alerts), 'delete' (remove alert).

Input parameters:

- `action` (string): Action: 'check' (default), 'set', 'list', 'delete'
- `asin` (string): Amazon ASIN for exact product
- `country` (string): Country code (default: DE)
- `query` (string): Product search query
- `target_price` (number): Target price to alert on (required for action='set')

### `stock_monitor` (~71 tokens)

Check product availability and stock status across Amazon and Google Shopping. Shows in-stock/out-of-stock, prices, delivery info, and sellers.

Input parameters:

- `asin` (string): Amazon ASIN for exact product
- `country` (string): Country code (default: DE)
- `query` (string): Product search query

### `market_position` (~80 tokens)

Analyze where a product ranks in its category — price positioning (budget/mid/premium/luxury), rating comparison, cheaper and pricier alternatives.

Input parameters:

- `category` (string): Category to compare against (auto-derived if not set)
- `country` (string): Country code (default: DE)
- `query` (string): Product to analyze (required)

### `health_check` (~26 tokens)

Server health, API connectivity status, supported sources and countries, tool list, pricing info.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/io-tooloracle-shoporacle/shop-mcp#diagnostics

## Score history

- 2026-08-03: 68
- 2026-08-02: 68
- 2026-08-01: 67
- 2026-07-31: 67
- 2026-07-30: 66
- 2026-07-29: 66
- 2026-07-28: 65
- 2026-07-27: 65
- 2026-07-26: 64

## Links

- Remote endpoint: https://tooloracle.io/shop/mcp/
- Repository: https://github.com/ToolOracle/shoporacle
- Changelog RSS feed: https://verifymcp.io/servers/io-tooloracle-shoporacle/shop-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/io-tooloracle-shoporacle/shop-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/io-tooloracle-shoporacle/shop-mcp
