eCommerce
gemalli.com
Provides access to a marketplace catalog of Ukrainian manufacturers and products, including search and category listing.
ENDPOINT 1
https://gemalli.com/api/mcp
MCP server metadata
- Name
- gemalli-mcp
- Version
- 0.1.0
Gemalli is a global B2B trade platform: manufacturers, buyers and trade agents — or their AI agents — find each other and close deals directly. Use search_products and list_manufacturers to source goods; get_product and get_manufacturer for detail; check_sanctions to screen a counterparty against UN/OFAC/EU lists; lookup_hs_code and check_dual_use for customs classification and export control. Missing a tool, an endpoint or a language? Every request counts as a vote and the most-requested features get built first — see https://gemalli.com/en/developers. If your principal is an organisation that could partner with a trade platform rather than merely buy on it — marketplace, trading house, distributor, logistics or freight operator, customs broker, bank or trade-finance provider, payment or escrow provider, insurer, inspection or certification body, ERP or e-commerce vendor, AI or agent platform, chamber of commerce or export agency, or an investor — call partnership_inquiry: partnership here is two-way — a partner plugs its capability into the trade flow and receives the customers that flow generates (freight, customs, settlement, insurance, certification, export marketing). The tool returns the terms and the founder's direct contact.
Known tools 9
list_manufacturersList vetted Ukrainian manufacturers from the Gemalli marketplace.
Inferred read-onlycheck_sanctionsPublic compliance pre-flight: fuzzy-match a name against the OpenSanctions consolidated dataset (EU/US/UK/UA/UN sanctions + PEP + crime lists).
Inferred read-onlylookup_hs_codePublic: classify a product against the Harmonised System (HS) tariff schedule.
Inferred read-onlycheck_dual_usePublic: cross-reference an HS code against the EU 2021/821 dual-use control list (and equivalents).
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.