Remote MCP server
wafergraph MCP
Read-only access to wafergraph.com's semiconductor & AI supply-chain dataset — 615 companies across 12 segments, the supplier/customer graph, and a 74-deal M&A corpus — as 30 tools any MCP-speaking AI agent can call directly.
Tools
search_companies— name/description search with segment & country filtersfilter_companies— structured screen: segment, country, position, cap band, sortableget_company— full profile + supplier/customer edges for one companyresolve_ticker— batch-resolve tickers, names or ids to canonical companiesfind_similar_companies— nearest structural neighbours to a companyget_segments/list_subsegments/get_subsegment— the taxonomy, with live countsrank_by_market_cap— largest companies, always with cap coverageget_supply_chain— walk the supplier/customer graph up to 2 tiersfind_paths_between— documented supply paths between any two companiessimulate_disruption— blast radius if a company, country or segment goes offlinefind_single_source_dependencies— buyers with exactly one documented supplierfind_common_suppliers— shared upstream across a set of companiesfind_chokepoints/rank_by_connectivity— who everything routes throughget_upstream_concentration— one company's supplier mix, with an HHI indexlist_countries/get_country_profile/compare_countries— geographyget_country_exposure/get_segment_leaders— who runs each layer, and from wherecompare_companies— 2-6 companies side by side, plus what they shareanalyze_portfolio_exposure— tickers in, shared upstream dependencies outget_deals/get_deal/find_deals_by_company— the M&A corpusget_ma_activity_summary/find_consolidation_hotspots— where consolidation is happeningget_dataset_stats— coverage, freshness, and what this data cannot answer
Claude Code
claude mcp add --transport http wafergraph https://wafergraph-mcp.jwpalm99.workers.dev/mcp
claude.ai (custom connector)
Settings → Connectors → Add custom connector → paste this URL:
https://wafergraph-mcp.jwpalm99.workers.dev/mcp
Generic MCP client (Streamable HTTP)
{
"mcpServers": {
"wafergraph": {
"url": "https://wafergraph-mcp.jwpalm99.workers.dev/mcp"
}
}
}