# XFish Horgász Webáruház (remote · www.xfish.hu)

XFish.hu Hungarian fishing tackle webshop. Search 90000+ products by category, brand, price.

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

## Components

- remote · `www.xfish.hu`: 58/100 (this document), [markdown](https://verifymcp.io/servers/hu-xfish-webshop/app-mcpapi-php.md), [page](https://verifymcp.io/servers/hu-xfish-webshop/app-mcpapi-php)

## Channel facts

- Endpoint: `https://www.xfish.hu/app/mcpapi.php`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.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**: 46/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 4 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 check failed: the endpoint is reachable over plaintext HTTP.
  - 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**: 68/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 721 tokens (~180/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params.
  - 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 hu-xfish-webshop https://www.xfish.hu/app/mcpapi.php
```

### Codex

```toml
[mcp_servers.hu-xfish-webshop]
url = "https://www.xfish.hu/app/mcpapi.php"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "hu-xfish-webshop": {
      "type": "remote",
      "url": "https://www.xfish.hu/app/mcpapi.php",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add hu-xfish-webshop --url https://www.xfish.hu/app/mcpapi.php --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  hu-xfish-webshop:
    url: "https://www.xfish.hu/app/mcpapi.php"
```

### Other

```json
{
  "mcpServers": {
    "hu-xfish-webshop": {
      "type": "http",
      "url": "https://www.xfish.hu/app/mcpapi.php"
    }
  }
}
```

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-03 (score 58, +1)

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

### 2026-07-31 (score 57, −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 58, 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 58, +46)

- [security regression] HTTPS: unverified → fail
- [security improvement] Transport: fail → pass
- [security] Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 4 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
- [functional regression] MCP protocol: unverified → fail
- [functional improvement] Endpoint reachability: not serving MCP → reachable
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Stability: unverified → 0.10

### 2026-07-28 (score 12, −45)

- [security regression] Endpoint reachability: reachable → not serving MCP
- [security regression] Stability: 0.03 → unverified
- [security regression] HTTPS: fail → unverified
- [security regression] Transport: pass → fail
- [security] Authorization: Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes.
- [functional regression] Capabilities: fail → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 57, +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 56)

First indexed and scored.

## MCP tools (4)

### `search_products` (~397 tokens)

Termékkereső az XFish.hu horgász webáruházban. Keresés szöveg, kategória, gyártó, márka, ár és készlet alapján. Magyar és angol keresés is működik.

Input parameters:

- `brand` (string): Márkanév szűrő (pl: "Shimano", "Daiwa", "Fox"). Pontos gyártóra szűr. Ha a query tartalmazza a márkát, az automatikusan felismeri.
- `category_id` (integer): Kategória ID szűrés (a get_categories tool-ból kapott ID)
- `in_stock_only` (boolean): Csak raktáron lévő termékek (alapértelmezett: igen)
- `limit` (integer): Találatok száma (1-50, alapértelmezett: 10)
- `manufacturer_id` (integer): Gyártó ID szűrés (a get_manufacturers tool-ból kapott ID)
- `max_price` (integer): Maximum bruttó ár (Ft)
- `min_price` (integer): Minimum bruttó ár (Ft)
- `query` (string): Keresőkifejezés — a termék típusa (pl: "feeder bot", "bojli 20mm", "pergető orsó"). Ha a brand-et is megadod, a query csak a típust tartalmazza.
- `sort` (string): Rendezés: relevance=releváns, price_asc=legolcsóbb, price_desc=legdrágább, name_asc=névsor
- `webshop_id` (integer): Bolt ID: 0=Horgász, 1=Játék, 2=Kisállat, 3=Barkács (alapértelmezett: 0)

### `get_categories` (~121 tokens)

Kategóriák listázása az XFish.hu webáruházból. Visszaadja a kategóriafát: ID, név, szülő, termékszám.

Input parameters:

- `parent_id` (integer): Szülő kategória ID (0 = legfelső szint)
- `webshop_id` (integer): Bolt ID: 0=Horgász, 1=Játék, 2=Kisállat, 3=Barkács (alapértelmezett: 0)

### `get_product_details` (~69 tokens)

Egy adott termék részletes adatainak lekérdezése: név, ár, leírás, készlet, kép, gyártó, cikkszám.

Input parameters:

- `product_id` (integer, required): Termék ID (a search_products által visszaadott id mező)

### `get_manufacturers` (~134 tokens)

Gyártók/márkák listázása az XFish.hu webáruházból. Visszaadja a gyártó ID-kat, amelyek a search_products manufacturer_id paraméteréhez szükségesek.

Input parameters:

- `search` (string): Gyártónév szűrés (opcionális, pl: "shimano", "daiwa")
- `webshop_id` (integer): Bolt ID: 0=Horgász, 1=Játék, 2=Kisállat, 3=Barkács (alapértelmezett: 0)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/hu-xfish-webshop/app-mcpapi-php#diagnostics

## Score history

- 2026-08-03: 58
- 2026-08-02: 57
- 2026-08-01: 57
- 2026-07-31: 57
- 2026-07-30: 58
- 2026-07-29: 58
- 2026-07-28: 12
- 2026-07-27: 57
- 2026-07-26: 56

## Links

- Remote endpoint: https://www.xfish.hu/app/mcpapi.php
- Changelog RSS feed: https://verifymcp.io/servers/hu-xfish-webshop/app-mcpapi-php/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/hu-xfish-webshop/app-mcpapi-php/changelog.json
- HTML version of this page: https://verifymcp.io/servers/hu-xfish-webshop/app-mcpapi-php
