INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://gemalli.com/api/mcp
Connect to this endpoint to inspect the live schema for submit_join_request and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests sending messages.
Parent server
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.
Related tools
list_manufacturers— List verified manufacturers published on Gemalli.get_manufacturer— Fetch one manufacturer's full profile: company description, country, certifications, and the identifiers of the same profile in other languages.search_products— Search wholesale products published on Gemalli.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.list_categories— List the product categories on Gemalli with their names in the requested language.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.lookup_hs_code— Find the Harmonised System (HS) customs code for a product, by description or by code prefix.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.