← Registry

eCommerce

farmaciacanadiana.ro

Provides product catalog search and shopping cart management for an online store.

1 endpoint6 known toolsFirst detected September 5, 2026Last detected September 5, 2026

ENDPOINT 1

https://www.farmaciacanadiana.ro/agent/mcp

No auth detected

MCP server metadata

Name
Imavio AgentConnect
Version
1.1.0
Capabilities
tools

Known tools 6

search_catalog

Search the store catalogue with a free-text query, optional category/price filters and cursor pagination; all prices are integers in minor currency units.

Inferred read-only
lookup_catalog

Fetch up to 50 products in one call by their ids (SKUs); all prices are integers in minor currency units.

Inferred read-only
get_product

Get one product with full details and variants by its id (SKU); all prices are integers in minor currency units.

Inferred read-only
create_cart

Create a shopping cart from line items; the response includes a continue_url the shopper must open in a browser to review the cart and complete checkout (totals are integers in minor currency units).

Potential side effects
update_cart

Replace the line items of an existing cart (REPLACE semantics: any line not sent is removed; an empty list empties the cart); totals are integers in minor currency units.

Inferred read-only
get_cart

Get the current snapshot of a cart by its id (status, line items and totals as integers in minor currency units).

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.imavio-agentconnect]
url = "https://www.farmaciacanadiana.ro/agent/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "imavio-agentconnect": {
      "type": "http",
      "url": "https://www.farmaciacanadiana.ro/agent/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: imavio-agentconnect
Remote MCP URL: https://www.farmaciacanadiana.ro/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": {
    "imavio-agentconnect": {
      "url": "https://www.farmaciacanadiana.ro/agent/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "imavio-agentconnect": {
      "type": "http",
      "url": "https://www.farmaciacanadiana.ro/agent/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "imavio-agentconnect",
  "transport": "streamable-http",
  "url": "https://www.farmaciacanadiana.ro/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.