{"name":"ro.autoid/autoid-support","slug":"autoid-support","title":"AutoID Product Catalog & Support","description":"Read-only AutoID Romania MCP for product search, live stock/prices, specs, and technical support.","url":"https://mcp.market/server/autoid-support","rating":null,"grade":"A","score":85,"certified":false,"status":"active","category":"ecommerce","tags":["ecommerce","finance","search"],"presence":{"score":23,"stars":0,"forks":0,"downloads_week":null,"last_push_at":"2026-09-14T20:02:21.000Z","license":null},"uptime":{"percent":100,"checks":1,"ok":1,"last_checked_at":"2026-09-19T20:01:00.224Z","last_ok_at":"2026-09-19T20:01:00.224Z","latency_ms":1096},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/AutoID-Alex/autoid-mcp","website":"https://mcp.autoid.ro/","version":"0.3.0","remotes":[{"type":"streamable-http","url":"https://mcp.autoid.ro/mcp"}],"packages":[],"tools":[{"name":"autoid_api_health","description":"Checks whether the first-party AutoID canonical API is reachable and reports its declared authoritative commercial fields and relation capabilities.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"autoid_support_health","description":"Checks the read-only AutoID Support Center MCP source used for manuals, firmware, drivers, software, videos and troubleshooting resources.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"fetch_support","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","pattern":"^(model|resource):\\d+$","description":"Exact result ID from search_support, for example model:1600 or resource:231582."}},"required":["id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_product","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sku":{"type":"string","minLength":1,"description":"Exact AutoID product SKU."},"condition":{"default":"all","type":"string","enum":["all","new","refurbished","used"]}},"required":["sku"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_product_group","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"model":{"type":"string","minLength":1,"description":"Grouped product SKU/model, for example MC9300."}},"required":["model"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_product_offer","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sku":{"type":"string","minLength":1,"description":"Exact AutoID product SKU."},"condition":{"default":"all","type":"string","enum":["all","new","refurbished","used"]}},"required":["sku"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_related_products","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"target":{"type":"string","minLength":1,"description":"AutoID model/group SKU or exact product SKU, for example ZT610 or MC930B-GSHDG4RW."},"relation_type":{"default":"all","type":"string","enum":["all","accessory","consumable","software","service_contract"]},"availability":{"default":"available","type":"string","enum":["all","available","autoid","supplier","out_of_stock"]},"category":{"description":"Optional exact WooCommerce product_cat slug used as a deterministic filter.","type":"string","minLength":1},"limit":{"default":30,"description":"Keep this small for MCP context. Use pagination rather than requesting huge result sets.","type":"integer","minimum":1,"maximum":200},"offset":{"default":0,"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["target"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_related_products_summary","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"target":{"type":"string","minLength":1,"description":"AutoID model/group SKU or exact product SKU."},"relation_type":{"default":"all","type":"string","enum":["all","accessory","consumable","software","service_contract"]},"category":{"description":"Optional exact WooCommerce product_cat slug.","type":"string","minLength":1}},"required":["target"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"list_brands","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"list_categories","description":"Returns the complete canonical WooCommerce product_cat taxonomy with parent/depth/path data for category archives and catalog filters.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"list_product_groups","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"default":100,"type":"integer","minimum":1,"maximum":500},"offset":{"default":0,"type":"integer","minimum":0,"maximum":9007199254740991},"brand":{"type":"string","minLength":1,"maxLength":120},"lifecycle":{"default":"all","type":"string","enum":["active","discontinued","all"]}},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"list_product_variants","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"model":{"type":"string","minLength":1,"description":"Grouped product SKU/model, for example MC9300."},"availability":{"default":"available","type":"string","enum":["all","available","autoid","supplier","out_of_stock"]},"condition":{"default":"all","type":"string","enum":["all","new","refurbished","used"]},"limit":{"default":100,"type":"integer","minimum":1,"maximum":500},"offset":{"default":0,"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["model"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"list_products","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"default":250,"type":"integer","minimum":1,"maximum":500},"offset":{"default":0,"type":"integer","minimum":0,"maximum":9007199254740991},"entity_type":{"default":"all","type":"string","enum":["all","grouped","single"]}},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"search_products","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","minLength":1,"description":"Model, SKU or product search text, for example MC9300 or ZT610."},"limit":{"default":20,"type":"integer","minimum":1,"maximum":100}},"required":["query"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"search_support","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","minLength":1,"maxLength":500,"description":"Support search text, model, SKU, problem or resource type; for example MC9300 firmware or ZT610 driver."}},"required":["query"],"$schema":"https://json-schema.org/draft/2020-12/schema"}}],"scan":{"score":85,"grade":"A","scanned_at":"2026-09-19T20:16:06.417Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T20:16:06.393Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":17,"max":20,"notes":["remote reachable in 3441ms"]},"poisoning":{"score":15,"max":15,"notes":["15 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":15,"max":15,"notes":["last push 5 days ago"]},"identity":{"score":7,"max":10,"notes":["namespace and repository owner differ","GitHub account older than a year","website matches verified namespace"]}},"findings":[],"inputs":{"probes":[{"url":"https://mcp.autoid.ro/mcp","reachable":true,"authRequired":false,"latencyMs":3441,"serverInfo":{"name":"autoid-products-support","version":"0.4.0"}}],"packages":[],"repo":{"found":true,"owner":"AutoID-Alex","repo":"autoid-mcp","archived":false,"pushedAt":"2026-09-14T20:02:21Z","stars":0,"forks":0,"openIssues":3,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/121750896?v=4","ownerCreatedAt":"2023-01-01T10:42:41Z"},"icon":{"url":"https://www.autoid.ro/wp-content/uploads/2026/04/cropped-AUTOID-icon-1-png-192x192.webp","source":"registry"},"presence":{"stars":0,"forks":0,"downloadsWeek":null,"license":null,"lastPushAt":"2026-09-14T20:02:21.000Z","score":23}}}},"grade_history":[],"reviews":[]}