71
/ 100
24 days ago
glama

product-search-mcp-server

An MCP server that exposes SF Supplies product search API to LLM tools. Supports free-text search, autocomplete suggestions, and retrieving filterable attributes.

Is this your MCP?

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.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 2 credentials: SEARCH_API_KEY, MCP_AUTH_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configSEARCH_API_TIMEOUT15 HTTP timeout (seconds)
🔐 secretSEARCH_API_KEY/ SEARCH_API_KEY_HEADER — Optional, only if the API gets locked down
configSEARCH_API_KEY_HEADERSEARCH_API_KEY / — Optional, only if the API gets locked down
configMCP_DISABLE_AUTHfalse Dev-only: serve HTTP with no auth
🔐 secretMCP_AUTH_TOKENcp .env.deploy.example .env.deploy # set (openssl rand -hex 32)
configMCP_HTTP_HOST/ MCP_HTTP_PORT 0.0.0.0 / 8000 HTTP bind (container)
configMCP_HTTP_PORTMCP_HTTP_HOST / 0.0.0.0 / 8000 HTTP bind (container)
configPORT
configMCP_TRANSPORTstdio stdio or http
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/sfsupplies-internal-product-search-mcp-server-i5jo0l)](https://m8ven.ai/mcp/sfsupplies-internal-product-search-mcp-server-i5jo0l)
commit: da2386c035be6dc09be06dd5abbddf362233cf15
code hash: 5e4e838fbd6fa537de58b4ce71bd66b9e850a660b9860cb474702311a47fe913
verified: 7/7/2026, 9:55:52 AM
view raw JSON →