{"name":"com.gemalli/trade","slug":"gemalli-trade","title":"Gemalli B2B Trade","description":"Global B2B trade: verified manufacturers, product search, sanctions screening, HS codes.","url":"https://mcp.market/server/gemalli-trade","rating":null,"grade":"C","score":56,"certified":false,"status":"active","category":"ecommerce","tags":["ecommerce","search"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":8,"ok":8,"last_checked_at":"2026-09-21T07:51:05.714Z","last_ok_at":"2026-09-21T07:51:05.714Z","latency_ms":284},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/GEMALLI-ORG/gemalli.com_prod","website":"https://gemalli.com/en/developers","version":"0.1.0","remotes":[{"type":"streamable-http","url":"https://gemalli.com/api/mcp"}],"packages":[],"tools":[{"name":"check_dual_use","description":"Check whether an HS customs code falls under EU dual-use export controls (Regulation 2021/821 and equivalents), optionally for a specific destination country. A match means the goods may need an export licence. Use it after lookup_hs_code, before the person commits to a shipment.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"hs_code":{"type":"string","pattern":"^[0-9]{2,10}$","description":"HS code from lookup_hs_code."},"destination":{"type":"string","pattern":"^[A-Z]{2}$","description":"Destination country (ISO-2)."},"locale":{"type":"string","enum":["en","uk","ru"]}},"required":["hs_code"],"additionalProperties":false}},{"name":"check_sanctions","description":"Screen a company or a person against consolidated sanctions, politically-exposed-person and law-enforcement lists (EU, US, UK, UN, Ukraine), sourced from OpenSanctions. Returns possible matches with a similarity score. Use it before the person commits to a counterparty. Treat a match as a reason to verify further, not as proof.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","minLength":2,"maxLength":200,"description":"Name, alias, or company string to screen."},"country":{"type":"string","pattern":"^[A-Z]{2}$","description":"ISO 3166-1 alpha-2."},"topic":{"type":"string","enum":["sanction","pep","crime","export","other"]},"limit":{"type":"integer","minimum":1,"maximum":50,"description":"Defaults to 10."}},"required":["query"],"additionalProperties":false}},{"name":"get_manufacturer","description":"Fetch one manufacturer's full profile: company description, country, certifications, and the identifiers of the same profile in other languages. Use it after list_manufacturers or search_products, when the person wants to know who the supplier is.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","description":"Manufacturer slug (per-locale or base)."},"locale":{"type":"string","enum":["en","uk","ru"],"description":"Locale for the returned translation."}},"required":["slug"],"additionalProperties":false}},{"name":"get_product","description":"Fetch one product's trade terms: minimum order quantity, lead time, Incoterms, HS code, packaging, price range, photos and the supplier it belongs to. `delivery_terms` lists the delivery bases the seller confirmed as {incoterm, place_kind, place_city}: place_kind is seller_site | port | border | buyer_site (null when not stated), place_city is the city name in the requested language (English fallback) or null; an empty list means Incoterms on request. Use it once the person has picked a product from search_products and wants the terms.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","description":"Product slug (per-locale or base)."},"locale":{"type":"string","enum":["en","uk","ru"],"description":"Locale for the returned translation."}},"required":["slug"],"additionalProperties":false}},{"name":"get_subscription_plans","description":"Return Gemalli's current subscription plans with their prices and limits, read live from the platform. Use it when the person asks what Gemalli costs or what a plan includes. Prices come as whole minor units of the currency — format them for the reader. Read them fresh rather than caching: prices change in the platform, not in code. Credit packs and per-action costs come back empty because the platform has no credit system — that is the answer, not a fault.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"get_viewer","description":"Report who the person is currently acting for on Gemalli: role, interface language and, when signed in, the company they represent and their plan. An anonymous person is a valid answer and comes back as a guest, not an error. If the person signed in after talking to you anonymously, previous_guest carries the identifier of that earlier conversation so you can carry the history over, and linked_at separates a link you have not seen before from one you have already handled. Never returns another party's data and never returns secrets.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"list_categories","description":"List the product categories on Gemalli with their names in the requested language. Use it to offer the person a choice of category before searching, or to turn a category name into the identifier search_products expects.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"locale":{"type":"string","enum":["en","uk","ru"],"description":"Locale for the returned names."}},"additionalProperties":false}},{"name":"list_manufacturers","description":"List verified manufacturers published on Gemalli. Returns each producer's name, country, certifications and profile identifier in the requested language, newest first. Use it to show what the platform carries; to find a specific product or filter by country, use search_products.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"locale":{"type":"string","enum":["en","uk","ru"],"description":"Preferred locale for returned text. Defaults to \"en\"."},"limit":{"type":"integer","minimum":1,"maximum":50,"description":"Max results (1–50). Defaults to 12."}},"additionalProperties":false}},{"name":"list_site_sections","description":"List the pages of gemalli.com you can direct this person to, with the label in their language and the address. Use it before offering a link, so you point at a page that exists rather than guessing. Which pages appear depends on whether the person is signed in.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"locale":{"type":"string","enum":["en","uk","ru","de","pl","tr","ar","fr","es","it","ro","zh","pt"],"description":"Language for the labels. Defaults to English."}},"additionalProperties":false}},{"name":"lookup_hs_code","description":"Find the Harmonised System (HS) customs code for a product, by description or by code prefix. Returns matching codes with their official names in the requested language, the chapter they belong to, and a similarity score. Use it when the person needs a customs classification for an import, an export or a quote, then pass the code to check_dual_use.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","minLength":2,"maxLength":120,"description":"Product description or HS code prefix."},"locale":{"type":"string","enum":["en","uk","ru"]},"limit":{"type":"integer","minimum":1,"maximum":50,"description":"Defaults to 10."}},"required":["query"],"additionalProperties":false}},{"name":"partnership_inquiry","description":"Return Gemalli's partnership and investment terms and the founder's direct contact. Use it when the person represents a company that would work with a trade platform rather than buy on it — for example logistics, customs, trade finance, insurance, inspection, an ERP vendor or an investor. It returns information only and sends nothing.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"from":{"type":"string","maxLength":200,"description":"Company or platform the person represents, if known."}},"additionalProperties":false}},{"name":"request_quote","description":"Send a request for prices, samples or terms to a manufacturer on the person's behalf. Requires the person's own name and email — ask them and pass exactly what they give you, never invent an address. The manufacturer receives the request; the person receives an email with a sign-in link where the reply and the supplier's contacts appear. No account is needed beforehand. Use it once they have chosen a supplier.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"manufacturer_slug":{"type":"string","description":"Target manufacturer slug, from search_products or list_manufacturers."},"buyer_name":{"type":"string","minLength":2,"maxLength":120,"description":"The person's name, as they gave it."},"buyer_email":{"type":"string","format":"email","description":"The person's real email — the reply and the sign-in link go there."},"message":{"type":"string","minLength":1,"maxLength":8192,"description":"What they need: specs, volumes, target price, delivery terms."},"product_id":{"type":"string","format":"uuid","description":"Product the request is about, if one was chosen."},"variant_key":{"type":"string","pattern":"^[a-z0-9][a-z0-9-]{0,39}$","maxLength":40,"description":"Version of that product the person chose, when get_product lists `variants` (e.g. \"400v\"). Requires product_id. The manufacturer sees the version and its model code in the request."},"quantity":{"type":"integer","minimum":1,"description":"Desired quantity."},"buyer_company":{"type":"string","description":"Their company name, if known."},"buyer_country":{"type":"string","pattern":"^[A-Z]{2}$","description":"ISO 3166-1 alpha-2 country of the buyer."},"agent_name":{"type":"string","description":"Name of the agent or platform sending this, e.g. \"Claude\" — recorded as the source."},"locale":{"type":"string","enum":["en","uk","ru"]},"operation_id":{"type":"string","description":"Optional idempotency key for this attempt. Retrying with the SAME operation_id returns the original result instead of creating a second RFQ — send one if your transport can retry. No token needed: an anonymous person is scoped by the buyer_email you pass."}},"required":["manufacturer_slug","buyer_name","buyer_email","message"],"additionalProperties":false}},{"name":"search_products","description":"Search wholesale products published on Gemalli. Narrow by free text, category, manufacturer, country of origin, maximum minimum-order quantity, maximum price or delivery basis (Incoterms 2020 codes the seller confirmed). Returns product cards in the requested language with price range, minimum order and the supplier. Use it when the person is looking for goods to buy or source.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"q":{"type":"string","description":"Free-text search across name + description (FTS via migration 0016 with ILIKE fallback)."},"category":{"type":"string","description":"Category slug filter (categories.slug)."},"manufacturer":{"type":"string","description":"Manufacturer slug filter (manufacturers.slug)."},"country":{"type":"string","description":"ISO 3166-1 alpha-2 country code (e.g. \"UA\")."},"moqMax":{"type":"integer","description":"Max minimum-order-quantity threshold (inclusive)."},"priceMax":{"type":"number","description":"Max `price_from` threshold (inclusive)."},"incoterms":{"type":"array","items":{"type":"string","enum":["EXW","FCA","FAS","FOB","CFR","CIF","CPT","CIP","DAP","DPU","DDP"]},"minItems":1,"maxItems":11,"description":"Delivery basis filter, Incoterms 2020 codes (e.g. [\"FCA\",\"DAP\"]). A product matches when the seller confirmed ANY of the listed codes. Products without confirmed terms (\"Incoterms on request\") never match."},"locale":{"type":"string","enum":["en","uk","ru"],"description":"Preferred locale for returned text."},"limit":{"type":"integer","minimum":1,"maximum":50,"description":"Max results (1–50). Defaults to 12."},"offset":{"type":"integer","minimum":0,"description":"Pagination offset."}},"additionalProperties":false}},{"name":"submit_join_request","description":"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. Requires their name, email and phone: the team follows up by phone, so a number is needed. Ask them and pass exactly what they give you, never invent contact details. Use it only when the person has asked to be contacted, never to record someone you are merely discussing.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","description":"The person's name, as they gave it."},"company":{"type":"string","description":"Their company, if known."},"email":{"type":"string","format":"email","description":"Their real email. Required."},"phone":{"type":"string","description":"Their phone in international format. Required."},"message":{"type":"string","description":"What they are looking for, in their own words where possible."},"country":{"type":"string","description":"ISO 3166-1 alpha-2 country of the person."},"applicant_role":{"type":"string","enum":["producer","trader","sales_agent","logistics","broker","finance"],"description":"What they do: producer, trader, sales_agent, logistics, broker or finance."},"trade_direction":{"type":"string","description":"What they buy or sell, short free text."},"source":{"type":"string","description":"Where this lead came from, e.g. your agent name — recorded for the sales team."},"locale":{"type":"string","description":"Two-letter language the person speaks, for the follow-up."},"operation_id":{"type":"string","description":"Optional idempotency key. Retrying with the SAME operation_id returns the original lead instead of creating a duplicate."}},"required":["name","email","phone"],"additionalProperties":false}}],"scan":{"score":56,"grade":"C","scanned_at":"2026-09-20T20:13:23.294Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T20:13:23.234Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":17,"max":20,"notes":["remote reachable in 2957ms"]},"poisoning":{"score":15,"max":15,"notes":["14 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 2 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["repository not readable: repo not found"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://gemalli.com/api/mcp","reachable":true,"authRequired":false,"latencyMs":2957,"serverInfo":{"name":"gemalli-mcp","version":"0.1.0"}}],"packages":[],"repo":{"found":false,"owner":"GEMALLI-ORG","repo":"gemalli.com_prod","error":"repo not found"},"icon":{"url":"https://gemalli.com/apple-icon.png","source":"site","width":180,"height":180},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}