Skip to main content
ClaudeWave

Read-only remote MCP server for wafergraph.com's semiconductor and AI supply-chain dataset (565 companies, supplier/customer graph, M&A deals). 9 tools, no auth, Cloudflare Workers.

MCP ServersOfficial Registry0 stars0 forksTypeScriptNOASSERTIONUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/jasonpalmer1/wafergraph-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "wafergraph-mcp": {
      "command": "node",
      "args": ["/path/to/wafergraph-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/jasonpalmer1/wafergraph-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# wafergraph-mcp

A remote MCP server exposing [wafergraph.com](https://wafergraph.com)'s semiconductor & AI
supply-chain dataset — 565 companies across 12 segments, the supplier/customer graph, and a
74-deal M&A corpus — as nine read-only tools any MCP-speaking AI agent can call directly.

No auth, no cost, read-only. Streamable HTTP transport at `/mcp`. Human landing page at `/`.

Live: **https://wafergraph-mcp.jwpalm99.workers.dev**

## Tools

| Tool | Purpose |
|---|---|
| `search_companies({query?, segment?, country?})` | Name/description search with segment & country filters. Compact list, capped at 25, with a total match count. |
| `get_company({id})` | Full allowed profile for one company (by id or name) plus its supplier/customer edges. |
| `get_segments()` | The 12-segment taxonomy (+ subsegments, market_position enum) with live company counts. |
| `get_supply_chain({id, direction, depth})` | Walk the supplier/customer graph from a focal company up to 2 tiers up (`"up"`), down (`"down"`), or `"both"`. |
| `get_deals({query?, segment?})` | Search the M&A deal corpus. Compact list, capped at 30, with a total match count. |
| `compare_companies({ids})` | Side-by-side comparison of 2-6 companies on aligned fields, plus their shared and unique supply-chain counterparties. |
| `get_country_exposure({segment?})` | Geographic concentration: which countries host a segment's companies, ranked by count, with disclosed market-cap coverage. |
| `find_chokepoints({segment?, limit?})` | Rank chokepoints by downstream dependency weighted by market position. Transparent heuristic, not a proprietary risk model. |
| `analyze_portfolio_exposure({holdings})` | Map tickers or ids to segment/country exposure and flag suppliers that several holdings share. Not investment advice. |

Every response includes:
- `data` — the payload.
- `attribution` — compiled-by/sources block (SEC, Wikidata, Wikipedia, GLEIF) plus a
  `company_url` back to the full sourced profile on wafergraph.com.
- `links` — `{ report, newsletter }` pointing back to wafergraph.com and its $99 report.

### Field discipline

Company records include `key_products` as of 2026-07-19. That field in wafergraph's own dataset
was originally bulk-drafted with a known fabrication/mis-scope history and was withheld here
until a verified deep-fill landed upstream; it now has (confirmed live) 564/565 companies filled,
with only `sk_enpulse` empty (defunct, absorbed into SKC 2025-12-23). Every field shipped here —
`name`, `ticker`, `market_cap_usd_b`, `segments`, `one_liner`, `market_position`, `key_products`,
`key_customers`/`key_suppliers` graph edges, deals — is established, trust-checked data. Fields
are still whitelisted (not blacklisted) in `src/types.ts` (`toAllowedCompany`), so anything added
upstream later stays excluded by default until deliberately added.

## Install

### 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:

```
https://wafergraph-mcp.jwpalm99.workers.dev/mcp
```

### Generic MCP client (Streamable HTTP)

```json
{
  "mcpServers": {
    "wafergraph": {
      "url": "https://wafergraph-mcp.jwpalm99.workers.dev/mcp"
    }
  }
}
```

## Architecture

Cloudflare Worker, TypeScript, built on the `agents` package's `McpAgent` (Durable-Object-backed
Streamable HTTP MCP server — free on the Workers Free plan; SQLite storage backend). See
`CLAUDE.md` for the file map and the data-source-mode decision (hybrid live-fetch + one
vendored snapshot, discovered by E2E-testing the upstream endpoints rather than assumed).

## Development

```bash
npm install
npm run dev       # wrangler dev, local
npm run typecheck # tsc --noEmit
npm run deploy    # wrangler deploy
```

## Attribution & licensing

See `ATTRIBUTION.md` for the full source/license breakdown (SEC EDGAR public domain, Wikidata
CC0, Wikipedia CC BY-SA 4.0 — attribution required, GLEIF). Short version: free to use, credit
wafergraph.com, not financial advice.

This is an independent project built against wafergraph.com's public dataset; it is not an
official wafergraph product.
cloudflare-workersmcpmcp-serversemiconductorssupply-chain

What people ask about wafergraph-mcp

What is jasonpalmer1/wafergraph-mcp?

+

jasonpalmer1/wafergraph-mcp is mcp servers for the Claude AI ecosystem. Read-only remote MCP server for wafergraph.com's semiconductor and AI supply-chain dataset (565 companies, supplier/customer graph, M&A deals). 9 tools, no auth, Cloudflare Workers. It has 0 GitHub stars and was last updated today.

How do I install wafergraph-mcp?

+

You can install wafergraph-mcp by cloning the repository (https://github.com/jasonpalmer1/wafergraph-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is jasonpalmer1/wafergraph-mcp safe to use?

+

jasonpalmer1/wafergraph-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains jasonpalmer1/wafergraph-mcp?

+

jasonpalmer1/wafergraph-mcp is maintained by jasonpalmer1. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to wafergraph-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy wafergraph-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: jasonpalmer1/wafergraph-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/jasonpalmer1-wafergraph-mcp)](https://claudewave.com/repo/jasonpalmer1-wafergraph-mcp)
<a href="https://claudewave.com/repo/jasonpalmer1-wafergraph-mcp"><img src="https://claudewave.com/api/badge/jasonpalmer1-wafergraph-mcp" alt="Featured on ClaudeWave: jasonpalmer1/wafergraph-mcp" width="320" height="64" /></a>

More MCP Servers

wafergraph-mcp alternatives