Manufacturer Finder
Find and verify manufacturers and suppliers worldwide
Locate manufacturers and suppliers globally across 100+ directories, trade databases, and government registries. Covers China, India, Asia, Europe, Americas, Middle East, and Africa. Start with find_manufacturers or manufacturing_hubs.
Search 100+ supplier directories globally (Alibaba, ThomasNet, IndiaMART, Kompass, TaiwanTrade, TradeKorea, Europages, and more) plus FDA for medical/food products. Returns manufacturers with locations, capabilities, and source URLs.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "manufacturer-finder",
"skill": "find_manufacturers",
"input": {
"product": "custom silicone phone cases"
}
}' \
https://api.toolrouter.com/v1/tools/callDiscover which countries are the top manufacturers and exporters of a product category using UN Comtrade international trade data. Helps identify the best regions to source from based on real export volumes.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "manufacturer-finder",
"skill": "manufacturing_hubs",
"input": {
"product": "consumer electronics"
}
}' \
https://api.toolrouter.com/v1/tools/callFind real factory-buyer relationships by searching import/export records and supply chain databases. Reveals which factories actually supply known brands, providing verified sourcing intelligence beyond directory listings.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "manufacturer-finder",
"skill": "supply_chain_intel",
"input": {
"product": "stainless steel water bottles"
}
}' \
https://api.toolrouter.com/v1/tools/callCheck manufacturer legitimacy across OpenCorporates (200M+ companies) and GLEIF LEI database (2M+ legal entities) in parallel. Returns registration status, LEI codes, jurisdiction, and incorporation details.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "manufacturer-finder",
"skill": "verify_manufacturer",
"input": {
"company_name": "Shenzhen Foxconn Technology Co., Ltd."
}
}' \
https://api.toolrouter.com/v1/tools/callGet a detailed profile of a specific manufacturer by searching for in-depth information including products, certifications, factory details, MOQ, and contact info. Aggregates data from supplier directories and company websites.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "manufacturer-finder",
"skill": "manufacturer_profile",
"input": {
"company_name": "BYD Company Limited"
}
}' \
https://api.toolrouter.com/v1/tools/callQuick Start
claude mcp add --transport stdio \
--env TOOLROUTER_API_KEY=YOUR_API_KEY \
toolrouter -- npx -y toolrouter-mcpcurl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{"tool":"manufacturer-finder","skill":"find_manufacturers","input":{}}' \
https://api.toolrouter.com/v1/tools/call