Search verified manufacturers from inside Claude or ChatGPT.
SupplySpark exposes its supplier database as an MCP server and a REST API. Ask your assistant for "GOTS-certified hoodie manufacturers in Turkey under 300 MOQ" and it searches SupplySpark directly — MOQs, lead times, certifications, evidence, and a profile link for every result. The assistant gets a preview of the top 5 per search with total counts, and every result links to the complete profile on supplyspark.co, contacts included, no account needed. The full ranked list beyond the first page, exports and the Spark agent are on Pro.
Claude (custom connector)
- 1In Claude, open Settings → Connectors and choose Add custom connector.
- 2Name it SupplySpark and paste the server URL:
https://supplyspark.co/api/mcp. No authentication is required for public data. - 3Start a chat, enable the SupplySpark connector, and ask for suppliers the way you'd ask a colleague.
Works in Claude web, desktop and mobile on plans that support connectors. Tools: search_suppliers, get_supplier, browse_directory, sourcing_guide — all read-only.
ChatGPT (custom GPT with actions)
- 1Search the GPT store for SupplySpark Sourcing — or build your own: in ChatGPT go to Explore GPTs → Create.
- 2Under Actions → Create new action → Import from URL, paste
https://supplyspark.co/api/public/v1/openapi.json. - 3Set the privacy policy to
https://supplyspark.co/privacy, save, and ask it for suppliers.
Developers
The MCP server speaks Streamable HTTP (JSON responses, stateless) at https://supplyspark.co/api/mcp. The REST API is documented at https://supplyspark.co/api/public/v1/openapi.json: GET /api/public/v1/search, GET /api/public/v1/supplier/{slug}, GET /api/public/v1/directory. Free preview: top 5 per search, 60 requests per hour, 40 searches per day per IP. For higher limits or commercial use, contact us.