
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@simlir-ai/mcp-server
Advanced tools
The published Node.js Model Context Protocol adapter for the Simlir public
product intelligence API is available on npm as @simlir-ai/mcp-server
version 0.1.1 under Apache-2.0. The package is open source; installing the
adapter does not provide free access to the Simlir service. API access still
requires a Simlir account, API key, and any applicable credits or plan
entitlement.
This package is intentionally separate from Simlir's repository-intelligence MCP server. It contains no ingestion code, customer data, database credentials, or repository tooling.
The npm package contains only the adapter and its public integration contract. Simlir's ingestion methods, backend code, database, customer data, service, and trademarks remain outside the Apache-2.0 licence.
| Tool | API operation | Credits |
|---|---|---|
simlir_search_products | Semantic product search | 2 |
simlir_search_products_by_image | Visual product search with optional natural-language context | 3 |
simlir_lookup_products_by_identifier | Exact GTIN/MPN/SKU lookup | 1 |
The tool names, inputs, market set, response envelopes, and error handling are
bound to the checked-in public contract at public/api/openapi.json.
export SIMLIR_API_KEY=sk_your_key_here
npx @simlir-ai/mcp-server
Get an API key at https://simlir.com/dashboard/sign-up?ref=mcp-node.
{
"mcpServers": {
"simlir": {
"command": "npx",
"args": ["@simlir-ai/mcp-server"],
"env": {
"SIMLIR_API_KEY": "${SIMLIR_API_KEY}"
}
}
}
}
See examples/claude-desktop.json for the
copy-paste configuration. Do not put a real API key in a checked-in config.
npm install
npm run contract:check
npm test
npm run pack:check
The package uses HTTPS by default, validates all user inputs, caps request timeouts and retries, does not log query strings or response bodies, and keeps MCP stdout reserved for JSON-RPC transport.
For image search, pass image_url and market. Add the optional query field
when the image should be combined with requirements such as “slim fridge
freezer for a small flat” or “vegan protein suitable for cutting”. The image
remains the visual signal; the context supplies the shopper’s semantic intent.
API response changes must update the canonical spec first, then this adapter's contract version and tests. Never hand-edit a copied response field list.
FAQs
A thin MCP server for the simlir public product intelligence API.
The npm package @simlir-ai/mcp-server receives a total of 12 weekly downloads. As such, @simlir-ai/mcp-server popularity was classified as not popular.
We found that @simlir-ai/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.