semiconductor-supply-chain-mcp
MCP server for semiconductor industry B2B platforms with natural language support
Documentation
Semiconductor Supply Chain MCP Server
An MCP (Model Context Protocol) server that provides structured access to semiconductor industry B2B platforms like AnySilicon and DesignReuse. This intelligent agent acts as a professional IP core and ASIC service procurement expert.
Features
- Find IP Vendors: Search for IP core suppliers by category, technology, and requirements
- Find ASIC Services: Locate ASIC design, verification, and manufacturing services
- Price Estimation: Get cost estimates for various semiconductor services
- Vendor Comparison: Compare multiple vendors based on various criteria
- Natural Language Support: Process natural language queries about semiconductor supply chain
- Industry Resources: Access semiconductor glossary, vendor directory, and process node information
Installation
npm install
npm run buildPrerequisites
- Node.js 16+ required
- TypeScript will be installed locally with dependencies
- No global TypeScript installation needed
Quick Verification
Test the server after building:
# Test server starts correctly
node dist/index.js
# Run comprehensive tests
npm run test:mcp
# Test Claude Desktop integration
npm run test:desktopUsage
As MCP Server
Add to your Claude Desktop configuration:
{
"mcpServers": {
"semiconductor-supply-chain": {
"command": "node",
"args": ["/path/to/semiconductor-supply-chain-mcp/dist/index.js"]
}
}
}> Note: Replace `/path/to/semiconductor-supply-chain-mcp` with your actual installation directory. The server must be built (`npm run build`) before use.
Troubleshooting
If the server shows as disabled in Claude Desktop:
1. Verify the build: Ensure `dist/index.js` exists
2. Check the path: Use absolute paths in the configuration
3. Restart Claude Desktop: Quit and restart after configuration changes
4. Check logs: Use Developer Tools to see connection errors
For detailed troubleshooting, see debug-claude-desktop.md.
Available Tools
1. find_ip_vendors
2. find_asic_services
3. get_price_estimation
4. compare_vendors
5. natural_language_query
Available Resources
1. semiconductor://glossary - Comprehensive glossary of industry terms
2. semiconductor://industry-knowledge - Vendor info and key considerations
3. semiconductor://process-nodes - Detailed process node information
4. semiconductor://vendors - Complete vendor directory by category
Development
# Run in development mode
npm run dev
# Run tests
npm test
# Run MCP-specific tests
npm run test:mcp
# Run NLP server tests
npm run test:nlp
# Test Claude Desktop integration
npm run test:desktop
# Lint code
npm run lint
# Type check
npm run typecheckRecent Fixes (June 2024)
- ✅ Fixed ES Module Import Issues: Resolved `require()` errors in test files
- ✅ Build Process: Ensured TypeScript compilation works correctly
- ✅ Test Suite: All 4 automated tests now pass successfully
- ✅ Claude Desktop Integration: Server properly starts and connects
Architecture
- MCP Server: Handles protocol communication
- Tools: Individual tool implementations
- Scrapers: Web scraping modules for different platforms
- NLP: Natural language processing (future)
- Cache: Response caching system
Roadmap
- [x] Natural language query processing with intent recognition
- [x] Industry knowledge resources and glossary
- [ ] Implement actual web scraping for AnySilicon
- [ ] Add DesignReuse platform support
- [ ] Expand to individual IP vendor websites
- [ ] Add real-time pricing calculator integration
- [ ] Implement advanced caching for better performance
- [ ] Multi-language support for global users
License
MIT
Frequently asked questions
What is semiconductor-supply-chain-mcp?
semiconductor-supply-chain-mcp is MCP server for semiconductor industry B2B platforms with natural language support
How do I install semiconductor-supply-chain-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is semiconductor-supply-chain-mcp open source?
Yes — it is hosted on GitHub at https://github.com/ssql2014/semiconductor-supply-chain-mcp.
Related MCP tools
Model Context Protocol Servers
The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra
A MCP for Claude Desktop / Claude Code / Windsurf / Cursor to build n8n workflows for you
MCP server to provide Figma layout information to AI coding agents like Cursor
The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Instant is the best backend for AI-coded apps. You get auth, permissions, storage, presence, and streams — everything you need to ship apps your users will love.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP