eCommerce
autoid.ro
Provides tools to search and retrieve AutoID product catalog information, including grouped products, SKUs, and current offers.
ENDPOINT 1
https://mcp.autoid.ro/mcp
MCP server metadata
- Name
- autoid-products-support
- Version
- 0.3.1
Known tools 11
get_product_groupReturns authoritative grouped-product information for an AutoID model such as MC9300.
Inferred read-onlyget_related_productsReturns first-party related catalog entities for a model or exact SKU.
Inferred read-onlyget_related_products_summaryReturns a compact catalog summary for related products without sending the full item list into MCP context.
Inferred read-onlysearch_supportSearch the official AutoID Support Center for a model, manual, driver, firmware, software, troubleshooting article, video or other verified technical resource.
Inferred read-onlyfetch_supportFetch the full verified text and metadata for one result returned by search_support.
Inferred read-onlyautoid_support_healthChecks the read-only AutoID Support Center MCP source used for manuals, firmware, drivers, software, videos and troubleshooting resources.
Inferred read-onlyautoid_api_healthChecks whether the first-party AutoID canonical API is reachable and reports its declared authoritative commercial fields and relation capabilities.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.