Silicon MCP
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SILICON_API_KEY | Yes | Your sk_live_… key | |
| SILICON_API_BASE_URL | No | Override the API host | https://productapi.siliconstore.com |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_productA | Look up a product by its URL — price, availability, images, specs, and identifiers (GTIN/MPN) — from hundreds of online stores. |
| search_productsC | Find a product across hundreds of stores for a region and return the details for each match. |
| compare_pricesA | Compare one product's price across multiple retailers and return the per-retailer offers plus the low/high price range. Provide a query OR a product URL. |
| list_retailersA | List the stores Silicon supports, optionally filtered by region. Free — does not consume quota. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: get_product fetches details for a specific URL, search_products finds matches across stores, compare_prices compares offers across retailers, and list_retailers lists supported stores. There is no overlap or ambiguity between them.
All tool names follow a consistent verb_noun pattern with lowercase and underscores: get_product, search_products, compare_prices, list_retailers. The naming is predictable and uniform.
With 4 tools, the server is well-scoped for its purpose of product lookup and price comparison. Each tool serves an essential function without unnecessary bloat or missing core functionality.
The tool set covers the full product discovery and price comparison workflow: search, lookup by URL, price comparison, and retailer listing. There are no obvious gaps for the stated domain.