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.
Anthropic SDK
Direct Claude integration via the MCP connector. Pass an mcp_servers block to the Messages API and Claude will discover all 6 tools automatically.
- βNative Claude tool use
- βPython and TypeScript examples
- βServerless-compatible
LangChain
Use Silicon Analysts MCP tools inside any LangChain agent or LangGraph workflow via langchain-mcp-adapters. Mix with your own retrieval and search tools.
- βWorks with create_react_agent
- βLangGraph compatible
- βCombines with custom tools
Vercel AI SDK
Stream Silicon Analysts MCP tools into Next.js, SvelteKit, or any TypeScript app via experimental_createMCPClient. Provider-agnostic β Anthropic, OpenAI, Google.
- βstreamText + generateText
- βNext.js App Router native
- βProvider-agnostic models
What every integration gives you
Six MCP tools, one connection
get_accelerator_costsβ 13 AI chips, COGS & margincalculate_chip_costβ die dimensions β costget_hbm_market_dataβ 9 HBM tablesget_market_pulseβ supply-chain signalsget_wafer_pricingβ prices by nodeget_packaging_costsβ CoWoS, EMIB, SoIC, FC-BGA
Provenance on every record
Every tool response carries a provenance block:
last_updatedβ ISO 8601source_typeβ research / derived / computed / estimatedconfidence_tierβ high / medium / lowdataset_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.