Analytics
wafergraph.com
Provides searchable access to a semiconductor and AI supply-chain dataset, including company profiles, supply chain relationships, and M&A deals.
ENDPOINT 1
https://mcp.wafergraph.com/mcp
MCP server metadata
- Name
- wafergraph-mcp
- Version
- 1.2.0
Known tools 30
search_companiesSearch wafergraph's semiconductor & AI supply-chain company dataset (615 companies across 12 segments) by name/one_liner substring and/or segment and/or country.
Inferred read-onlyget_companyFull allowed profile for one company (by id or exact name) plus its supplier/customer supply-chain edges.
Inferred read-onlyget_segmentsThe wafergraph taxonomy: 12 top-level supply-chain segments (materials through ai_datacenter) and their subsegments, each with a live company count, plus the market_position enum.
Inferred read-onlyget_supply_chainWalk the supplier/customer graph from one focal company, up to 2 tiers up (suppliers), down (customers), or both.
Inferred read-onlyget_dealsSearch wafergraph's semiconductor & AI supply-chain M&A corpus (74 acquisitions/mergers, including notable terminated attempts) by title/summary substring and/or segment.
Inferred read-onlycompare_companiesSide-by-side comparison of 2-6 companies on the same fields, plus their shared and unique supply-chain counterparties.
Inferred read-onlyget_country_exposureGeographic concentration of the supply chain: which countries host the companies in a given segment (or across all 12 segments), ranked by company count.
Inferred read-onlyfind_chokepointsRank supply-chain chokepoints: companies many others depend on, weighted by how concentrated their market position is.
Inferred read-onlyanalyze_portfolio_exposureGiven a list of tickers or company ids, report that basket's aggregate exposure across supply-chain segments and countries, and flag where holdings share the same upstream suppliers (correlated single points of failure).
Inferred read-onlyfilter_companiesStructured multi-criteria screen over all 615 companies: exact segment/subsegment/country/market_position/public filters plus a market-cap range, sortable and paginated.
Inferred read-onlylist_subsegmentsEvery subsegment across wafergraph's 12-segment taxonomy, each with its live company count and parent segment id/name, optionally filtered to one segment.
Inferred read-onlyget_subsegmentAll companies in one segment+subsegment pair, as compact refs sorted by market cap descending, plus a market_position breakdown and a country breakdown computed over the FULL matching set (not just the returned page).
Inferred read-onlyfind_similar_companiesNearest structural neighbours to one focal company, ranked by a transparent Jaccard-similarity score — not a market or competitive judgment.
Inferred read-onlyrank_by_market_capTop N companies by market cap, optionally restricted to a segment/country/market_position, with the priced-coverage ratio for that scope attached — about 28% of companies dataset-wide have no market_cap_usd_b on file, so a plain top-N list without the coverage number would look more complete than it is.
Inferred read-onlyresolve_tickerBatch-resolve up to 25 strings — tickers, company names, or ids, in any mix — to canonical company refs.
Inferred read-onlylist_countriesEvery country in wafergraph's semiconductor & AI supply-chain dataset (29 countries across 615 companies) with company count, which segments are present there (with counts), public/private split, and priced market-cap totals.
Inferred read-onlyget_country_profileDeep profile of one country's presence in wafergraph's semiconductor & AI supply-chain dataset: company count, segment breakdown, market-position breakdown, top companies by market cap, notable monopoly/leader companies, and inbound/outbound supplier-relationship edge counts across this country's border (computed from the supply-chain graph).
Inferred read-onlycompare_countriesSide-by-side comparison of 2-5 countries: aligned rows for company count, segment mix, market-position mix, and priced market cap, plus which segments each country is uniquely present in or dominant in, and which segments they all share.
Inferred read-onlyget_segment_leadersWho runs a given layer of the semiconductor & AI supply chain: the companies at monopoly/leader market position in one taxonomy segment (or all 12 if none given), with country and market cap, plus a count of how many companies sit at each position (monopoly/leader/major/challenger/niche) in that segment.
Inferred read-onlyget_upstream_concentrationFor one focal company: break its suppliers down by headquarters country and by segment, report an HHI concentration index (0 = spread evenly, 1 = fully concentrated in one bucket) for each dimension, and name the single most concentrated one.
Inferred read-onlyfind_paths_betweenEvery documented supply path between two companies, following supplier->customer edges (e.g.
Inferred read-onlysimulate_disruptionRemove one company, every company in one country, or every company in one segment from the documented supply graph and report the blast radius: which companies lose a documented supplier, how many alternative suppliers they retain in the same subsegment, and which are left with zero documented alternative (ranked first).
Potential side effectsfind_single_source_dependenciesScreen for (customer, subsegment) pairs where the customer has exactly ONE documented supplier in that subsegment — the highest-value documented-concentration risk screen in the dataset.
Inferred read-onlyrank_by_connectivityRank companies by documented supply-chain degree: customer count (downstream reach), supplier count (upstream dependence), or total.
Inferred read-onlyfind_common_suppliersThe shared-upstream question over a set of companies: given 2-15 company ids/tickers, or a segment id (uses every company in that segment), rank suppliers by how many of the input companies they documentedly serve (e.g.
Inferred read-onlyget_dealFull record for one M&A deal by id: title, type, value, announced date, status, all parties with their resolved company refs where a dataset id exists (and the raw party name where it does not), summary, sources, and the per-deal confidence flag.
Inferred read-onlyfind_deals_by_companyEvery M&A deal a company took part in, split by role (as acquirer, as target, or other).
Inferred read-onlyget_ma_activity_summaryAggregate view of the full 74-deal M&A corpus: counts by year (from announced date), by deal type, and by status; total and median disclosed value; and the largest deals by value.
Inferred read-onlyfind_consolidation_hotspotsRanks taxonomy segments by M&A activity by mapping each deal's parties onto their companies' segments (matching by id, then falling back to case-insensitive name), then aggregating deal count and disclosed value per segment.
Inferred read-onlyget_dataset_statsThe honesty tool: what this dataset actually contains and where it is thin.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.wafergraph-mcp]
url = "https://mcp.wafergraph.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"wafergraph-mcp": {
"type": "http",
"url": "https://mcp.wafergraph.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: wafergraph-mcp
Remote MCP URL: https://mcp.wafergraph.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"wafergraph-mcp": {
"url": "https://mcp.wafergraph.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"wafergraph-mcp": {
"type": "http",
"url": "https://mcp.wafergraph.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "wafergraph-mcp",
"transport": "streamable-http",
"url": "https://mcp.wafergraph.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.