← Registry

eCommerce

gemalli.com

Provides access to a marketplace catalog of Ukrainian manufacturers and products, including search and category listing.

1 endpoint14 known toolsFirst detected September 1, 2026Last detected September 19, 2026

ENDPOINT 1

https://gemalli.com/api/mcp

No auth detected

MCP server metadata

Name
gemalli-mcp
Version
0.1.0
Capabilities
tools
Server instructions

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

list_manufacturers

List verified manufacturers published on Gemalli.

Inferred read-only
get_manufacturer

Fetch one manufacturer's full profile: company description, country, certifications, and the identifiers of the same profile in other languages.

Inferred read-only
search_products

Search wholesale products published on Gemalli.

Inferred read-only
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.

Potential side effects
list_categories

List the product categories on Gemalli with their names in the requested language.

Inferred read-only
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.

Inferred read-only
lookup_hs_code

Find the Harmonised System (HS) customs code for a product, by description or by code prefix.

Inferred read-only
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.

Inferred read-only
partnership_inquiry

Return Gemalli's partnership and investment terms and the founder's direct contact.

Inferred read-only
request_quote

Send a request for prices, samples or terms to a manufacturer on the person's behalf.

Potential side effects
get_viewer

Report 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-only
get_subscription_plans

Return Gemalli's current subscription plans with their prices and limits, read live from the platform.

Inferred read-only
submit_join_request

Send 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 effects
list_site_sections

List the pages of gemalli.com you can direct this person to, with the label in their language and the address.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.