Alibaba MCP
Gives any AI agent live access to Alibaba.com — product search, supplier comparison, and trust-signal screening, over a single API.
View on Smithery →Tools
search_products
Search Alibaba.com by keyword. Returns listings with price range, MOQ, and supplier trust signals (gold-supplier, assessed/verified, trade assurance, ratings).
get_product_detail
Full details for one listing — pricing tiers, SKU/variant options, images, specs, business-level supplier info. Optionally pass a target quantity for an exact cost estimate.
compare_suppliers
Side-by-side comparison of the top matching suppliers for a search — pricing, MOQ, trust signals, ratings, and years active. Optional country filter and full-detail fetch.
filter_products
Search and return only listings matching MOQ, price, and/or supplier-country constraints.
flag_red_flags
Screens top matching listings for basic trust signals and returns a heuristic risk level per listing — not a legitimacy guarantee.
Plans
Documentation
Authenticate with Authorization: Bearer <your-key> against /api/mcp. Sign up for a free key, or subscribe above for a higher limit.
curl -X POST https://nosha.dev/api/mcp \
-H "Authorization: Bearer <your-key>" \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","method":"tools/list","id":1}'