← autoid.ro

INDIVIDUAL MCP TOOL

list_product_variants

Lists exact SKUs belonging to an AutoID grouped product.

autoid.ronone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.autoid.ro/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_product_variants and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

autoid.ro

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.autoid-products-support]
url = "https://mcp.autoid.ro/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "autoid-products-support": {
      "type": "http",
      "url": "https://mcp.autoid.ro/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: autoid-products-support
Remote MCP URL: https://mcp.autoid.ro/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "autoid-products-support": {
      "url": "https://mcp.autoid.ro/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "autoid-products-support": {
      "type": "http",
      "url": "https://mcp.autoid.ro/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "autoid-products-support",
  "transport": "streamable-http",
  "url": "https://mcp.autoid.ro/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_products — Search the official AutoID catalog by model, SKU or text.
  • get_product_group — Returns authoritative grouped-product information for an AutoID model such as MC9300.
  • get_product — Returns canonical data for an exact AutoID SKU.
  • get_product_offer — Returns the current authoritative AutoID offer for an exact SKU.
  • get_related_products — Returns first-party related catalog entities for a model or exact SKU.
  • get_related_products_summary — Returns a compact catalog summary for related products without sending the full item list into MCP context.
  • search_support — Search the official AutoID Support Center for a model, manual, driver, firmware, software, troubleshooting article, video or other verified technical resource.
  • fetch_support — Fetch the full verified text and metadata for one result returned by search_support.