Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Silicon

БесплатноНе проверен

A Model Context Protocol server for the Silicon Product API that enables searching products, comparing prices, and looking up product details across hundreds of

GitHubEmbed

Описание

A Model Context Protocol server for the Silicon Product API that enables searching products, comparing prices, and looking up product details across hundreds of stores.

README

🚧 Under active development — not yet complete. This is a work in progress: tools, packages, and setup steps may change, and some features (including self-serve API-key signup) aren't live yet. Not production-ready.

A Model Context Protocol server for the Silicon Product API — let Claude (or any MCP client) search products, compare prices, and look up product details across hundreds of stores.

This package is a thin client. All the work runs on Silicon's infrastructure; the only thing you need locally is an API key.

Tools

Tool Description
get_product Full product details (price, availability, GTIN/MPN, images, specs) from one product URL
search_products Find a product across a region's enabled retailers
compare_prices Per-retailer offers + low/high price range for one product
list_retailers Supported retailers per region (free)

Get an API key

A SILICON_API_KEY (looks like sk_live_…) is required. Self-serve signup is coming soon — the developer portal isn't live yet.

Install as a Claude plugin (one command)

/plugin marketplace add silicon-store/silicon-mcp
/plugin install silicon@silicon

Then set SILICON_API_KEY in your environment. The plugin bundles this MCP server and adds a /product <url> command.

Use with Claude Code (MCP only)

claude mcp add silicon --env SILICON_API_KEY=sk_live_your_key -- npx -y silicon-mcp

Use with Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "silicon": {
      "command": "npx",
      "args": ["-y", "silicon-mcp"],
      "env": { "SILICON_API_KEY": "sk_live_your_key" }
    }
  }
}

Environment variables

Var Required Default Purpose
SILICON_API_KEY yes (stdio) Your sk_live_… key
SILICON_API_BASE_URL no https://productapi.siliconstore.com Override the API host

Transports

  • stdio (default): npx silicon-mcp — for desktop/CLI MCP clients.
  • Streamable HTTP (hosted): node dist/http.jsPOST /mcp. Multi-tenant — each request forwards the caller's own Authorization: Bearer sk_… to the API.

Develop

npm install
npm run build
SILICON_API_KEY=sk_live_… npm start

License

MIT — see LICENSE.

from github.com/Silicon-Store/silicon-mcp

Установка Silicon

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/Silicon-Store/silicon-mcp

FAQ

Silicon MCP бесплатный?

Да, Silicon MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Silicon?

Нет, Silicon работает без API-ключей и переменных окружения.

Silicon — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Silicon в Claude Desktop, Claude Code или Cursor?

Открой Silicon на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Silicon with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development