Remote MCP server
wafergraph MCP
Read-only access to 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 five tools any MCP-speaking AI agent can call directly.
Tools
search_companies— name/description search with segment & country filtersget_company— full profile + supplier/customer edges for one companyget_segments— the 12-segment taxonomy with live company countsget_supply_chain— walk the supplier/customer graph up to 2 tiersget_deals— search the M&A deal corpus
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"
}
}
}