← gemalli.com

INDIVIDUAL MCP TOOL

get_product

Fetch one product's trade terms: minimum order quantity, lead time, Incoterms, HS code, packaging, price range, photos and the supplier it belongs to.

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 get_product and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.
  • A tool name or description suggests a financial action.

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 verified manufacturers published on Gemalli.
  • get_manufacturer — Fetch one manufacturer's full profile: company description, country, certifications, and the identifiers of the same profile in other languages.
  • search_products — Search wholesale products published on Gemalli.
  • list_categories — List the product categories on Gemalli with their names in the requested language.
  • check_sanctions — Screen a company or a person against consolidated sanctions, politically-exposed-person and law-enforcement lists (EU, US, UK, UN, Ukraine), sourced from OpenSanctions.
  • lookup_hs_code — Find the Harmonised System (HS) customs code for a product, by description or by code prefix.
  • check_dual_use — Check whether an HS customs code falls under EU dual-use export controls (Regulation 2021/821 and equivalents), optionally for a specific destination country.
  • partnership_inquiry — Return Gemalli's partnership and investment terms and the founder's direct contact.