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 B2B trade platform where manufacturers, buyers and trade agents find each other and trade directly. Use search_products and list_manufacturers to find goods and suppliers; get_product and get_manufacturer for details; check_sanctions to screen a counterparty against sanctions lists; lookup_hs_code and check_dual_use for customs classification and export control. When the person has chosen a supplier and wants prices, samples or terms, call request_quote with the name and email they give you: the manufacturer receives the request and the person receives a sign-in link where the reply appears. It creates a real request, so confirm with the person before sending. Supplier contact details are not returned by the catalogue tools; they reach the person through that request. Use partnership_inquiry only when the person says they represent an organisation looking to partner with or invest in the platform.
Known tools 14
get_manufacturerFetch one manufacturer's full profile: company description, country, certifications, and the identifiers of the same profile in other languages.
Inferred read-onlyget_productFetch one product's trade terms: minimum order quantity, lead time, Incoterms, HS code, packaging, price range, photos and the supplier it belongs to.
Potential side effectslist_categoriesList the product categories on Gemalli with their names in the requested language.
Inferred read-onlycheck_sanctionsScreen a company or a person against consolidated sanctions, politically-exposed-person and law-enforcement lists (EU, US, UK, UN, Ukraine), sourced from OpenSanctions.
Inferred read-onlylookup_hs_codeFind the Harmonised System (HS) customs code for a product, by description or by code prefix.
Inferred read-onlycheck_dual_useCheck whether an HS customs code falls under EU dual-use export controls (Regulation 2021/821 and equivalents), optionally for a specific destination country.
Inferred read-onlypartnership_inquiryReturn Gemalli's partnership and investment terms and the founder's direct contact.
Inferred read-onlyrequest_quoteSend a request for prices, samples or terms to a manufacturer on the person's behalf.
Potential side effectsget_viewerReport who the person is currently acting for on Gemalli: role, interface language and, when signed in, the company they represent and their plan.
Inferred read-onlyget_subscription_plansReturn Gemalli's current subscription plans with their prices and limits, read live from the platform.
Inferred read-onlysubmit_join_requestSend the platform team a request to join Gemalli — for a manufacturer, trader, sales agent, logistics or customs operator, broker or finance provider who wants to work with the platform rather than buy on it.
Potential side effectslist_site_sectionsList the pages of gemalli.com you can direct this person to, with the label in their language and the address.
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.