# fi.okunkoneosa/okun-koneosa (remote · okunkoneosa.fi)

Finnish industrial supplies store. Read-only MCP with 4 tools.

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

## Components

- remote · `okunkoneosa.fi`: 71/100 (this document), [markdown](https://verifymcp.io/servers/fi-okunkoneosa-okun-koneosa/okunkoneosa.md), [page](https://verifymcp.io/servers/fi-okunkoneosa-okun-koneosa/okunkoneosa)

## Channel facts

- Endpoint: `https://okunkoneosa.fi/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.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-03.

- **Endpoint Security**: 80/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.
  - The HSTS (Strict-Transport-Security) header is present.
  - 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**: 59/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1339 tokens (~334/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**: 20/100
  - Stability observed for 6 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 94/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 80% 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 fi-okunkoneosa-okun-koneosa https://okunkoneosa.fi/mcp
```

### Codex

```toml
[mcp_servers.fi-okunkoneosa-okun-koneosa]
url = "https://okunkoneosa.fi/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "fi-okunkoneosa-okun-koneosa": {
      "type": "remote",
      "url": "https://okunkoneosa.fi/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add fi-okunkoneosa-okun-koneosa --url https://okunkoneosa.fi/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  fi-okunkoneosa-okun-koneosa:
    url: "https://okunkoneosa.fi/mcp"
```

### Other

```json
{
  "mcpServers": {
    "fi-okunkoneosa-okun-koneosa": {
      "type": "http",
      "url": "https://okunkoneosa.fi/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 71, +1)

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

### 2026-08-01 (score 70, +4)

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

### 2026-07-31 (score 66, +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 65, +1)

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

### 2026-07-29 (score 64, 0)

- [functional improvement] Stability: unverified → 0.03

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

First indexed and scored.

## MCP tools (4)

### `search_catalog` (~514 tokens)

Search the Okun Koneosa product catalog.

Okun Koneosa Oy (okunkoneosa.fi) is a Finnish industrial supplies store in
Outokumpu, North Karelia. Around 6500 products: bearings, belts, seals,
hydraulics, pneumatics, fasteners, hand tools, protective equipment and
machine parts. Everything listed is physically in stock. Prices in EUR,
including Finnish VAT 25.5%. Free shipping on orders over 150 EUR.

Args:
    query: Free-text search — matches product name, ordering number (SKU)
        or EAN code. Leave empty to browse a category.
    category_id: Restrict to one category. The category list is available
        at https://okunkoneosa.fi/api/v1/categories (a plain REST endpoint,
        not an MCP tool).
    in_stock_only: True by default. The shop only publishes products that
        are in stock, so this rarely changes the result.
    sort: "name" (default), "price_asc", "price_desc" or "newest".
    limit: Products per page, 1-50 (default 10).
    page: Page number for paging through larger result sets.

Returns:
    JSON with:
    - products: list of products, each with id, name, name_raw, sku, ean,
      brand, category, price_gross (incl. VAT), price_net, currency, unit,
      in_stock, stock_quantity, weight_kg, product_url, image_url and a
      shortened description (description_truncated tells if it was cut).
    - total, page, per_page, total_pages
    - disclaimer: prices and availability are confirmed at checkout

Notes:
    - `name` is cleaned for reading; `name_raw` is the supplier's own
      spelling, useful for exact matching against a supplier catalogue.
    - `image_url` is null for most products — the shop is still collecting
      product photography from suppliers. A missing image does not mean the
      product is unavailable.
    - Use get_product_details(id) for the full description and a fresh
      stock check.

Input parameters:

- `category_id`: Category ID
- `in_stock_only` (boolean)
- `limit` (integer): 1-50
- `page` (integer): Page number (>= 1)
- `query` (string): Free-text search term
- `sort` (string)

Output parameters:

- `disclaimer` (string)
- `page` (integer)
- `per_page` (integer)
- `products` (array)
- `suggested_queries`: Alternative spellings that DO return results — only present when total is 0
- `total` (integer): Total matches across all pages
- `total_pages` (integer)

### `get_product_details` (~216 tokens)

Get full details and current stock for one Okun Koneosa product.

Args:
    product_id: The numeric product id returned by search_catalog.

Returns:
    JSON with the full product record: id, name, name_raw, sku, ean, brand,
    category, full description (not truncated), price_gross, price_net,
    vat_percent, currency, unit, weight_kg, product_url, image_url, plus a
    freshly checked in_stock / stock_quantity.

Notes:
    - Stock is read at call time from a separate availability endpoint, so
      it is more current than the value returned by search_catalog.
    - Returns {"error": "product_not_found"} for unknown or unpublished
      ids. Products that are out of stock are unpublished, so a previously
      valid id can stop resolving.
    - To let the user buy, pass product_url, or build a cart link with
      create_cart_link.

Input parameters:

- `product_id` (integer, required): Product ID from search_catalog

Output parameters:

- `brand`: Manufacturer
- `category`
- `currency` (string)
- `description`: Full description, not truncated
- `description_truncated` (boolean): True if description was cut — use get_product_details
- `disclaimer` (string)
- `ean`: EAN/GTIN barcode, when known
- `id` (integer): Product ID — pass to get_product_details or create_cart_link
- `image_url`: Null for most products — photography is still being collected
- `in_stock` (boolean)
- `name` (string): Readable product name
- `name_raw`: Supplier's own spelling, often ALL CAPS
- `price_gross` (number): Price incl. Finnish VAT 25.5%
- `price_net` (number): Price excl. VAT
- `product_url` (string): Public product page
- `sku`: Ordering number used by the shop
- `stock_checked` (boolean): True if stock was re-read from the availability endpoint
- `stock_quantity` (number): Units available right now
- `unit`: Selling unit, e.g. 'kpl'
- `vat_percent` (number)
- `weight_kg`

### `create_cart_link` (~332 tokens)

Build a link that puts the given products into the customer's cart.

This tool writes nothing. It returns a URL; the products are added only
when the customer opens that URL in their own browser. Give the URL to the
customer and let them click it.

Args:
    items: 1-20 rows of {"product_id": int >= 1, "quantity": int 1-50}.
        Unknown fields are rejected. Repeated product_ids are merged into
        one row and their quantities summed.

Returns:
    JSON with cart_url, the normalised items, item_count, total_quantity
    and a short note to show the customer.

Errors (isError=true, body {"error": {...}}):
    - products_not_found: one or more product_ids do not exist or are not
      published. The message lists the offending ids.
    - shop_api_unavailable: the shop could not be reached; retryable.

Notes:
    - The link SETS the quantities, it does not add to what is already in
      the cart. Opening the same link twice gives the same result as
      opening it once, so the customer can safely click it again.
    - Stock is re-checked when the link is opened. If stock ran out in the
      meantime, the quantity is reduced or the row skipped — the link can
      never oversell.
    - Checkout requires a customer account, so the customer may be asked to
      log in or register before paying.

Input parameters:

- `items` (array, required): 1-20 products to put in the cart

Output parameters:

- `cart_url` (string): Open in a browser to fill the cart
- `item_count` (integer): Number of distinct products
- `items` (array)
- `note` (string)
- `total_quantity` (integer): Sum of quantities

### `search_shop_policies_and_faqs` (~277 tokens)

Search Okun Koneosa's shop policies and terms.

Covers delivery terms, privacy policy, terms of service, the consumer right
of withdrawal / returns, and company information. Use this instead of
guessing when the customer asks about delivery times, shipping costs,
returns, warranty or how their data is handled.

Args:
    query: Finnish keyword, e.g. "palautus", "toimitusaika", "takuu",
        "toimituskulut". Leave empty to list all sections.
    limit: Maximum sections to return (1-20, default 5).

Returns:
    JSON with:
    - sections: each with page, page_title, heading, content and url
    - total: how many sections matched
    - query: the term that was searched

Notes:
    - Content is split by heading, so you get the relevant paragraph rather
      than a whole page. Always cite the `url` so the customer can read the
      full terms.
    - These are the shop's own terms. They do not override Finnish consumer
      law.

Input parameters:

- `limit` (integer): Max sections (1-20)
- `query` (string): What to look for, e.g. 'palautus', 'toimitusaika'

Output parameters:

- `query`
- `sections` (array)
- `total` (integer)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/fi-okunkoneosa-okun-koneosa/okunkoneosa#diagnostics

## Score history

- 2026-08-03: 71
- 2026-08-02: 71
- 2026-08-01: 70
- 2026-07-31: 66
- 2026-07-30: 65
- 2026-07-29: 64
- 2026-07-28: 64

## Links

- Remote endpoint: https://okunkoneosa.fi/mcp
- Website: https://okunkoneosa.fi/sivu/ai-agentit
- Changelog RSS feed: https://verifymcp.io/servers/fi-okunkoneosa-okun-koneosa/okunkoneosa/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/fi-okunkoneosa-okun-koneosa/okunkoneosa/changelog.json
- HTML version of this page: https://verifymcp.io/servers/fi-okunkoneosa-okun-koneosa/okunkoneosa
