← Registry

eCommerce

labstar.com.ua

An MCP server for browsing a Labstar storefront catalog, searching products, retrieving product details, and placing guest orders.

1 endpoint5 known toolsFirst detected September 19, 2026Last detected September 19, 2026

ENDPOINT 1

https://labstar.com.ua/mcp

No auth detected

MCP server metadata

Name
Labstar Public Catalog MCP
Version
1.1.0
Capabilities
toolsresourcesprompts
Server instructions

Use this server when an agent needs current public storefront catalog and shop information for the Labstar online store: category navigation, product discovery, product search, public product facts, prices, variants, manufacturers, attributes, thumbnails, reviews, canonical storefront URLs, and store informational pages (about, contacts, delivery, return, privacy). Agents can also use this server to place guest orders via the order_create tool and get buyer guides via prompts. Do not use it for admin changes, accessing orders history, accessing user account profiles, accessing private customer data, or any other mutations outside guest order creation.

Known tools 5

catalog_list_categories

Use to discover Labstar storefront category navigation and category slugs before browsing products.

Inferred read-only
catalog_list_products

Use to browse public products in the Labstar storefront, optionally within a known category slug or id.

Inferred read-only
catalog_search_products

Use when the user gives or asks about a product code, product name, or manufacturer name, or when product discovery should start from free text instead of a category.

Inferred read-only
catalog_get_product

Use when a public Labstar product code is known and detailed product facts are needed.

Inferred read-only
order_create

Use to place a new order on behalf of a guest buyer in the Labstar store.

Inferred read-only

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.labstar-public-catalog-mcp]
url = "https://labstar.com.ua/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "labstar-public-catalog-mcp": {
      "type": "http",
      "url": "https://labstar.com.ua/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: labstar-public-catalog-mcp
Remote MCP URL: https://labstar.com.ua/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": {
    "labstar-public-catalog-mcp": {
      "url": "https://labstar.com.ua/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "labstar-public-catalog-mcp": {
      "type": "http",
      "url": "https://labstar.com.ua/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "labstar-public-catalog-mcp",
  "transport": "streamable-http",
  "url": "https://labstar.com.ua/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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.