← Registry

eCommerce

vitateka.ee

Manages product catalog and shopping carts for e-commerce.

1 endpoint6 known toolsFirst detected August 18, 2026Last detected August 18, 2026

ENDPOINT 1

https://vitateka.ee/agent/mcp

No auth detected

MCP server metadata

Name
Vitateka OÜ Agentic Commerce MCP
Version
1.0.0
Capabilities
tools

Known tools 6

search_catalog

Search the product catalog by query and/or filters.

Inferred read-only
lookup_catalog

Retrieve one or more products by SKU or ID.

Inferred read-only
get_product

Retrieve a single product by SKU with full detail including selected default options.

Inferred read-only
create_cart

Build a cart from line items and receive a continue_url for the shopper to review and complete the purchase in the browser.

Potential side effects
update_cart

Replace the entire contents of an existing cart with the supplied line items (omitted items are removed).

Inferred read-only
get_cart

Fetch the current contents and totals of an existing cart by its id, plus its continue_url.

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.vitateka-o-agentic-commerce-mcp]
url = "https://vitateka.ee/agent/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "vitateka-o-agentic-commerce-mcp": {
      "type": "http",
      "url": "https://vitateka.ee/agent/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: vitateka-o-agentic-commerce-mcp
Remote MCP URL: https://vitateka.ee/agent/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": {
    "vitateka-o-agentic-commerce-mcp": {
      "url": "https://vitateka.ee/agent/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "vitateka-o-agentic-commerce-mcp": {
      "type": "http",
      "url": "https://vitateka.ee/agent/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "vitateka-o-agentic-commerce-mcp",
  "transport": "streamable-http",
  "url": "https://vitateka.ee/agent/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.