Skip to main content
Glama
Silicon-Store

Silicon MCP

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SILICON_API_KEYYesYour sk_live_… key
SILICON_API_BASE_URLNoOverride the API hosthttps://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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 4 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues