Silicon Analysts
πŸ”ŒIntegrations

Connect Silicon Analysts to your AI stack

Six MCP tools β€” chip costs, wafer pricing, packaging, HBM, market pulse, and a chip-cost calculator β€” wired into the framework you already use. Each guide ships with working code you can paste into a script or a route handler today.

What every integration gives you

Six MCP tools, one connection

  • get_accelerator_costs β€” 13 AI chips, COGS & margin
  • calculate_chip_cost β€” die dimensions β†’ cost
  • get_hbm_market_data β€” 9 HBM tables
  • get_market_pulse β€” supply-chain signals
  • get_wafer_pricing β€” prices by node
  • get_packaging_costs β€” CoWoS, EMIB, SoIC, FC-BGA

Provenance on every record

Every tool response carries a provenance block:

  • last_updated β€” ISO 8601
  • source_type β€” research / derived / computed / estimated
  • confidence_tier β€” high / medium / low
  • dataset_version

See /data-quality for the canonical schema.

Don’t see your stack?

The Silicon Analysts MCP server is a standard Model Context Protocol streamable HTTP endpoint and works with any MCP client. The base URL is https://siliconanalysts.com/api/mcp with an Authorization: Bearer header.

Prefer plain REST? The same data is available at /api/v1/* β€” see the Developer API docs for endpoints, schemas, and curl examples.

Reference