An MCP server that exposes SF Supplies product search API to LLM tools. Supports free-text search, autocomplete suggestions, and retrieving filterable attributes.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.SEARCH_API_TIMEOUT— 15 HTTP timeout (seconds)SEARCH_API_KEY— / SEARCH_API_KEY_HEADER — Optional, only if the API gets locked downSEARCH_API_KEY_HEADER— SEARCH_API_KEY / — Optional, only if the API gets locked downMCP_DISABLE_AUTH— false Dev-only: serve HTTP with no authMCP_AUTH_TOKEN— cp .env.deploy.example .env.deploy # set (openssl rand -hex 32)MCP_HTTP_HOST— / MCP_HTTP_PORT 0.0.0.0 / 8000 HTTP bind (container)MCP_HTTP_PORT— MCP_HTTP_HOST / 0.0.0.0 / 8000 HTTP bind (container)PORTMCP_TRANSPORT— stdio stdio or http[](https://m8ven.ai/mcp/sfsupplies-internal-product-search-mcp-server-i5jo0l)