← gemalli.com

INDIVIDUAL MCP TOOL

search_products

Search the published product catalogue.

gemalli.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://gemalli.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_products and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

gemalli.com

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.gemalli-mcp]
url = "https://gemalli.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "gemalli-mcp": {
      "type": "http",
      "url": "https://gemalli.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "gemalli-mcp": {
      "type": "http",
      "url": "https://gemalli.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "gemalli-mcp",
  "transport": "streamable-http",
  "url": "https://gemalli.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_manufacturers — List vetted Ukrainian manufacturers from the Gemalli marketplace.
  • get_manufacturer — Fetch a single manufacturer profile by slug.
  • get_product — Fetch a single product by slug.
  • list_categories — List all product categories with localised names.
  • check_sanctions — Public compliance pre-flight: fuzzy-match a name against the OpenSanctions consolidated dataset (EU/US/UK/UA/UN sanctions + PEP + crime lists).
  • lookup_hs_code — Public: classify a product against the Harmonised System (HS) tariff schedule.
  • check_dual_use — Public: cross-reference an HS code against the EU 2021/821 dual-use control list (and equivalents).
  • partnership_inquiry — Get Gemalli partnership and investment information.