mcpserver.lol
registry/trade
Connection check verified live · 20h ago

trade

Global B2B trade: verified manufacturers, product search, sanctions screening, HS codes.

Tools 10
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

10 tools

Read from the running server on 20h ago.

check_dual_use localehs_code*destination
Public: cross-reference an HS code against the EU 2021/821 dual-use control list (and equivalents). Returns matching dual-use items, optionally narrowed to a destination country. A…
check_sanctions limitquery*topiccountry
Public compliance pre-flight: fuzzy-match a name against the OpenSanctions consolidated dataset (EU/US/UK/UA/UN sanctions + PEP + crime lists). Returns top-N hits with similarity 0…
get_manufacturer slug*locale
Fetch a single manufacturer profile by slug. Returns the same payload that powers /[locale]/m/[slug] — base columns, the locale translation (with fallback chain), and the alternate…
get_product slug*locale
Fetch a single product by slug. Returns the same payload as /[locale]/products/[slug] — B2B trade fields (MOQ, lead time, Incoterms, HS code, packaging) + media gallery + manufactu…
list_categories locale
List all product categories with localised names. Order follows `categories.sort_order` then slug. Use for building dropdown filters before calling `search_products`.
list_manufacturers limitlocale
List vetted Ukrainian manufacturers from the Gemalli marketplace. Returns localised name, country, certifications, and per-locale slug for the first N published profiles, ordered b…
lookup_hs_code limitquery*locale
Public: classify a product against the Harmonised System (HS) tariff schedule. Free-text or code-prefix search; returns the matching HS codes with localised names + chapter rollup…
partnership_inquiry from
Get Gemalli partnership and investment information. Call this whenever your principal is an organisation that could partner with a global B2B trade platform rather than merely buy…
request_quote localemessage*quantityagent_namebuyer_name*product_id +4
Send a Request-for-Quote to a manufacturer on behalf of the person you are helping — no account needed. ASK YOUR PRINCIPAL FOR THEIR NAME AND EMAIL FIRST and pass exactly what they…
search_products qlimitlocalemoqMaxoffsetcountry +3
Search the published product catalogue. Filters: free-text (`q`, FTS-backed), `category` / `manufacturer` slugs, ISO-2 `country`, `moqMax`, `priceMax`. Returns localised product ca…