# AutoID Product Catalog & Support (remote · mcp.autoid.ro)

Read-only AutoID Romania MCP for product search, live stock/prices, specs, and technical support.

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

## Components

- remote · `mcp.autoid.ro`: 72/100 (this document), [markdown](https://verifymcp.io/servers/ro-autoid-autoid-support/mcp.md), [page](https://verifymcp.io/servers/ro-autoid-autoid-support/mcp)

## Channel facts

- Endpoint: `https://mcp.autoid.ro/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.3.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-09-27.

- **Endpoint Security**: 63/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 15 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 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**: 74/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1570 tokens (~104/item across 15 items; 15 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 53/100
  - Stability observed for 16 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 80/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 40% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 15 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 15 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the AutoID Product Catalog & Support MCP server?

AutoID Product Catalog & Support is a hosted endpoint at https://mcp.autoid.ro/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http ro-autoid-autoid-support 'https://mcp.autoid.ro/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "ro-autoid-autoid-support": {
      "url": "https://mcp.autoid.ro/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "ro-autoid-autoid-support": {
      "type": "http",
      "url": "https://mcp.autoid.ro/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.ro-autoid-autoid-support]
url = "https://mcp.autoid.ro/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ro-autoid-autoid-support": {
      "type": "remote",
      "url": "https://mcp.autoid.ro/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ro-autoid-autoid-support --url 'https://mcp.autoid.ro/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ro-autoid-autoid-support:
    url: "https://mcp.autoid.ro/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "ro-autoid-autoid-support": {
      "Transport": "http",
      "Url": "https://mcp.autoid.ro/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add ro-autoid-autoid-support -t streamable-http -u 'https://mcp.autoid.ro/mcp'
```

### Other

```json
{
  "mcpServers": {
    "ro-autoid-autoid-support": {
      "type": "http",
      "url": "https://mcp.autoid.ro/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-09-25 (score 72, +1)

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

### 2026-09-23 (score 71, +1)

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

### 2026-09-21 (score 70, +1)

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

### 2026-09-19 (score 69, +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-09-17 (score 68, +1)

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

### 2026-09-15 (score 67, 0)

- [security] Tool “get_product” rewrote its description, which is the text the model reads
- [security] Tool “get_product_offer” rewrote its description, which is the text the model reads
- [security] Tool “list_product_variants” rewrote its description, which is the text the model reads
- [functional] Server version: 0.3.2 → 0.4.0
- [cosmetic] “get_product” added an optional parameter “condition”
- [cosmetic] “get_product_offer” added an optional parameter “condition”
- [cosmetic] “list_product_variants” added an optional parameter “condition”
- [cosmetic] Tool “get_product_offer” changed its title: Get live AutoID price and stock → Get live AutoID offers by condition

### 2026-09-14 (score 67, +1)

- [functional regression] Tool coverage: 60% → 44%
- [functional improvement] Schema quality: fail → pass
- [functional] Server version: 0.3.1 → 0.3.2
- [functional] New tool “list_brands”
- [functional] New tool “list_categories”
- [functional] New tool “list_product_groups”
- [functional] New tool “list_products”

### 2026-09-12 (score 66, +1)

- [functional improvement] Stability: unverified → 0.03

## MCP tools (15)

### `search_products` (~116 tokens)

Search AutoID products

Search the official AutoID catalog by model, SKU or text. Use this first when the exact SKU is unknown. Results come from the first-party AutoID canonical API. Prefer exact product groups and SKUs over loosely related resources. Customer-facing RON prices are exposed under pricing.ron_display when available; prefer the inc-VAT value for Romanian storefront answers and never convert EUR yourself.

Input parameters:

- `limit` (integer)
- `query` (string, required): Model, SKU or product search text, for example MC9300 or ZT610.

### `list_product_groups` (~90 tokens)

List AutoID product groups

Enumerates canonical grouped-product models for exhaustive catalog synchronization. This is a discovery tool, not search: clients should page through the complete result set using limit and offset. Results come only from the first-party AutoID canonical API and must not be reconstructed from search queries.

Input parameters:

- `brand` (string)
- `lifecycle` (string)
- `limit` (integer)
- `offset` (integer)

### `list_products` (~74 tokens)

List all AutoID products

Exhaustive read-only product registry for catalog synchronization. Pages through every published WooCommerce product, including grouped models and standalone/exact products. Use entity_type=grouped or single to filter without approximating completeness from search.

Input parameters:

- `entity_type` (string)
- `limit` (integer)
- `offset` (integer)

### `list_brands` (~39 tokens)

List AutoID brands

Returns the complete canonical WooCommerce brand/manufacturer taxonomy used by AutoID. This taxonomy is authoritative for brand archives and is never inferred from product titles.

### `list_categories` (~30 tokens)

List AutoID product categories

Returns the complete canonical WooCommerce product_cat taxonomy with parent/depth/path data for category archives and catalog filters.

### `get_product_group` (~116 tokens)

Get AutoID product group

Returns authoritative grouped-product information for an AutoID model such as MC9300. Group prices are FROM prices, not exact SKU prices. Distinguish catalog_from from available_from; available_from only considers members with stock_autoid > 0 or stock_distributie > 0. Customer-facing RON display prices are exposed by the canonical API under pricing.ron_display; they are WooCommerce display/validation values, not the commercial authority.

Input parameters:

- `model` (string, required): Grouped product SKU/model, for example MC9300.

### `list_product_variants` (~132 tokens)

List AutoID product variants

Lists exact SKUs belonging to an AutoID grouped product. Each SKU may expose independent offers.new, offers.refurbished and offers.used records when the canonical API provides the condition contract. condition=refurbished or used filters only source-declared enabled offers and never infers condition from price or text. Default availability=available. AutoID stock is prioritized before distribution-only stock.

Input parameters:

- `availability` (string)
- `condition` (string)
- `limit` (integer)
- `model` (string, required): Grouped product SKU/model, for example MC9300.
- `offset` (integer)

### `get_product` (~97 tokens)

Get exact AutoID SKU

Returns canonical data for an exact AutoID SKU. The same SKU can carry NEW, REFURBISHED and USED commercial offers without cloning the WooCommerce product. Use condition to project a source-declared condition when present. For current commercial data always call get_product_offer as well; condition data is never inferred when the canonical source has not exposed it.

Input parameters:

- `condition` (string)
- `sku` (string, required): Exact AutoID product SKU.

### `get_product_offer` (~142 tokens)

Get live AutoID offers by condition

Returns the current authoritative commercial offer data for one exact SKU. A single SKU may expose offers.new, offers.refurbished and offers.used with independent price and stock. Refurbished/Used may also include grade, warranty, note, Google eligibility, professional reconditioning/refurbisher and component-condition fields. ALWAYS use this tool before answering current price, stock, availability or delivery questions. The MCP never manufactures a condition: if the canonical API has not exposed offers.refurbished/offers.used, condition requests explicitly report source_support=false instead of treating the condition as unavailable.

Input parameters:

- `condition` (string)
- `sku` (string, required): Exact AutoID product SKU.

### `get_related_products` (~295 tokens)

Get compatible AutoID related products

Returns first-party related catalog entities for a model or exact SKU. Compatibility evidence comes only from product_tag; relation type comes from WooCommerce product_cat. Supported relation types: accessory, consumable, software, service_contract, or all. For accessory and consumable, default availability=available means stock_autoid > 0 OR stock_distributie > 0; results with AutoID stock are prioritized before distribution-only results. Out-of-stock products are extra catalog information and are omitted by default: request availability=out_of_stock or availability=all explicitly if needed. Software and service contracts are not stock-managed and remain eligible with availability=available. Returned commercial cards expose pricing.ron_display when WooCommerce RON pricing exists; prefer inc-VAT for Romanian customer-facing answers. Use category with an exact WooCommerce category slug to narrow large sets, for example ribboane-imprimanta, role-de-etichete or intretinere-imprimante.

Input parameters:

- `availability` (string)
- `category` (string): Optional exact WooCommerce product_cat slug used as a deterministic filter.
- `limit` (integer): Keep this small for MCP context. Use pagination rather than requesting huge result sets.
- `offset` (integer)
- `relation_type` (string)
- `target` (string, required): AutoID model/group SKU or exact product SKU, for example ZT610 or MC930B-GSHDG4RW.

### `get_related_products_summary` (~137 tokens)

Summarize all AutoID related products

Returns a compact catalog summary for related products without sending the full item list into MCP context. Use this when the user asks how many compatible products exist in total, wants the count of out-of-stock compatible consumables/accessories, or needs relation-type counts. This summary deliberately queries availability=all, while get_related_products defaults to available. Do not use it as a substitute for get_product_offer when current commercial details for one exact SKU are needed.

Input parameters:

- `category` (string): Optional exact WooCommerce product_cat slug.
- `relation_type` (string)
- `target` (string, required): AutoID model/group SKU or exact product SKU.

### `search_support` (~135 tokens)

Search AutoID technical support

Search the official AutoID Support Center for a model, manual, driver, firmware, software, troubleshooting article, video or other verified technical resource. The search layer is intent-aware: model-wide and resource-type matches are merged and ranked so requested resource types outrank generic resources. Use this before fetch_support and fetch every resource you rely on. Search results are read-only first-party AutoID support records and manufacturer resources; do not infer a firmware version or procedure from a title alone.

Input parameters:

- `query` (string, required): Support search text, model, SKU, problem or resource type; for example MC9300 firmware or ZT610 driver.

### `fetch_support` (~100 tokens)

Fetch AutoID support model or resource

Fetch the full verified text and metadata for one result returned by search_support. IDs have the form model:<id> or resource:<id>. Use the returned verified text, warnings, model scope, official URL, version/OS metadata and source provenance as the grounding source for technical answers. Never substitute a nearby model or invent missing versions.

Input parameters:

- `id` (string, required): Exact result ID from search_support, for example model:1600 or resource:231582.

### `autoid_support_health` (~35 tokens)

Check AutoID Support MCP health

Checks the read-only AutoID Support Center MCP source used for manuals, firmware, drivers, software, videos and troubleshooting resources.

### `autoid_api_health` (~32 tokens)

Check AutoID canonical API health

Checks whether the first-party AutoID canonical API is reachable and reports its declared authoritative commercial fields and relation capabilities.

## Diagnostics

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

## Score history

- 2026-09-27: 72
- 2026-09-26: 72
- 2026-09-25: 72
- 2026-09-24: 71
- 2026-09-23: 71
- 2026-09-22: 70
- 2026-09-21: 70
- 2026-09-20: 69
- 2026-09-19: 69
- 2026-09-18: 68
- 2026-09-17: 68
- 2026-09-16: 67
- 2026-09-15: 67
- 2026-09-14: 67
- 2026-09-13: 66
- 2026-09-12: 66
- 2026-09-11: 65

## Common questions

### What is the AutoID Product Catalog & Support MCP server?

AutoID Product Catalog & Support is an MCP server listed in the public MCP registry as ro.autoid/autoid-support. Read-only AutoID Romania MCP for product search, live stock/prices, specs, and technical support. This page covers its hosted endpoint (https://mcp.autoid.ro/mcp).

### Is the AutoID Product Catalog & Support MCP server safe to use?

AutoID Product Catalog & Support scores 72 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the AutoID Product Catalog & Support MCP server expose?

AutoID Product Catalog & Support exposes 15 tools: search_products, list_product_groups, list_products, list_brands, list_categories, and 10 more. Their descriptions and schemas cost roughly 1,570 tokens of context every time the server is loaded.

### Does the AutoID Product Catalog & Support MCP server require authentication?

No. We connected to AutoID Product Catalog & Support without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the AutoID Product Catalog & Support MCP server still maintained?

AutoID Product Catalog & Support is still listed as active in the MCP registry. We last reached this channel on 27 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://mcp.autoid.ro/mcp
- Repository: https://github.com/AutoID-Alex/autoid-mcp
- Website: https://mcp.autoid.ro/
- Changelog RSS feed: https://verifymcp.io/servers/ro-autoid-autoid-support/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/ro-autoid-autoid-support/mcp.json
- HTML version of this page: https://verifymcp.io/servers/ro-autoid-autoid-support/mcp
