INDIVIDUAL MCP TOOL
list_categories
List the product categories on Gemalli with their names in the requested language.
LIVE ENDPOINT
https://gemalli.com/api/mcp
Connect to this endpoint to inspect the live schema for list_categories 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
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.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.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.