# com.ponito/product-intelligence (remote · www.ponito.com)

GTIN-keyed product search, best offers and daily price history across Swiss and European shops.

- Trust score: 68/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-06

## Components

- remote · `www.ponito.com`: 68/100 (this document), [markdown](https://verifymcp.io/servers/com-ponito-product-intelligence/www.md), [page](https://verifymcp.io/servers/com-ponito-product-intelligence/www)

## Channel facts

- Endpoint: `https://www.ponito.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.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-06.

- **Endpoint Security**: 74/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 67/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 532 tokens (~177/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 97/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 90% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-ponito-product-intelligence https://www.ponito.com/mcp
```

### Codex

```toml
[mcp_servers.com-ponito-product-intelligence]
url = "https://www.ponito.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-ponito-product-intelligence": {
      "type": "remote",
      "url": "https://www.ponito.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-ponito-product-intelligence --url https://www.ponito.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-ponito-product-intelligence:
    url: "https://www.ponito.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-ponito-product-intelligence": {
      "type": "http",
      "url": "https://www.ponito.com/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-06 (score 68, +7)

- [security improvement] Authorization: unverified → partial
- [functional improvement] Stability: unverified → 0.03
- [functional improvement] Tool “get_price_history” now declares an output schema
- [functional improvement] Tool “get_product” now declares an output schema
- [functional improvement] Tool “search_products” now declares an output schema
- [functional] First check of Tool coverage: 100

### 2026-08-05 (score 61)

First indexed and scored.

## MCP tools (3)

### `search_products` (~165 tokens)

Search Products Tool

Search Ponito's product catalogue. Call this for any shopping query — finding products, comparing options, or checking who sells something in a given country. Returns GTIN-anchored products with their best offer (lowest price, integer minor units) and shop count.

Input parameters:

- `country` (string, required): The shopper's country (offers and prices are country-specific).
- `language` (string): Language to search and label results in.
- `limit` (integer): Max results, 1-25.
- `query` (string, required): What the shopper is looking for, e.g. "quiet robot vacuum" or "Bosch dishwasher 60cm".
- `sort` (string): "relevance" (popularity-weighted, default) or "cheapest" (lowest price first).

Output parameters:

- `products` (array): Matching products, most relevant (or cheapest) first.

### `get_product` (~120 tokens)

Get Product Tool

Look up one product by GTIN (EAN/UPC barcode) or Ponito product id. Use this when you already know exactly which product you mean — e.g. from a barcode, a previous search result, or a product page. Returns the product with its best offer in the given country.

Input parameters:

- `country` (string, required): The shopper's country (offers and prices are country-specific).
- `id` (string, required): A GTIN (8-14 digit EAN/UPC barcode) or a Ponito product id.
- `language` (string)

Output parameters:

- `best_offer` (object|null)
- `brand` (string|null)
- `gtins` (array): GTIN (EAN/UPC) barcodes.
- `id` (string): Ponito product id.
- `name` (string|null)
- `rating` (number|null): Average user rating, 0-5.
- `url` (string): Ponito product page listing all offers in the country.

### `get_price_history` (~103 tokens)

Get Price History Tool

Daily lowest observed price for a product over the last year, in one country. Use this to judge whether a current price or a claimed discount is actually good — compare today's price against the recent minimum. Recording started 2026-07-27, so earlier days are empty. Prices are integer minor units.

Input parameters:

- `country` (string, required): Country whose prices to return.
- `product_id` (string, required): The Ponito product id (from search_products or get_product).

Output parameters:

- `currency` (string): ISO currency of all prices in the series.
- `days` (array): One entry per day; recording started 2026-07-27, earlier days are absent.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-ponito-product-intelligence/www#diagnostics

## Score history

- 2026-08-06: 68
- 2026-08-05: 61

## Links

- Remote endpoint: https://www.ponito.com/mcp
- Website: https://www.ponito.com/platform/products/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-ponito-product-intelligence/www.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-ponito-product-intelligence/www.json
- HTML version of this page: https://verifymcp.io/servers/com-ponito-product-intelligence/www
