IBM Bob MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@IBM Bob MCP Serveranalyze lot W23-456 for root cause and batch risk"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
π FabGuard: Semiconductor Yield Risk & Root-Cause Copilot with IBM Bob
FabGuard is an intelligent semiconductor fab operations copilot that connects an automated Statistical Process Control (SPC) and spatial defect clustering analytics core directly to IBM Bob via the Model Context Protocol (MCP), powered by IBM watsonx.ai Granite 3.0.
π₯ Team
Field | Value |
Team Name | FabGuard Team |
Track | AI |
Team Lead | Jayrajsinh Bhatti β 24ce014@charusat.edu.in |
Members | Jayrajsinh Bhatti, Yash Gohel, Meet Ghori, Kavy Chauhan |
Related MCP server: Customer Support MCP Server
π― Problem Statement
Modern semiconductor fabs generate gigabytes of sensor telemetry per wafer, yet root-cause diagnosis of yield excursions across lithography, etch, and CMP remains a manual, multi-hour process. Process and yield engineers face alert fatigue and delayed mean-time-to-resolution (MTTR), risking millions of dollars in scrapped wafer lots during critical production runs.
π‘ Solution
FabGuard bridges raw fab telemetry and fast engineering resolution by pairing automated statistical process control and spatial defect pattern classification with an active IBM Bob MCP Server and watsonx.ai Granite 3.0 foundation models. Yield engineers can converse directly with IBM Bob to diagnose excursions, identify suspect equipment with statistical rigor, and receive actionable standard operating procedures with strict Design of Experiments (DOE) caveats.
β¨ Key Features
Automated SPC & DBSCAN Spatial Wafer Pattern Recognition: Mathematically identifies edge-ring, center cluster, scratch, and donut signatures from defect coordinate maps.
Multi-Factor Statistical Root-Cause Attribution: Pinpoints suspect equipment, chamber drift, $C_{pk}$ degradation, and sigma deviations without hallucinating correlation as physical causation.
Native IBM Bob MCP Server: Enables IBM Bob to directly call
analyze_lot,get_root_cause_findings,predict_batch_risk, andask_fab_copilotover standard JSON-RPC.IBM watsonx.ai Granite 3.0 Integration: Enterprise-grade LLM reasoning with automated multi-tier failover (watsonx $\to$ Gemini $\to$ Groq $\to$ Deterministic Domain Engine).
Proactive In-Progress Batch Risk Assessment: Uses normalized parameter vector similarity to detect early chamber drift and hold at-risk lots before physical yield loss occurs.
π οΈ Tech Stack
Category | Technologies |
Languages | Python, SQL |
Frameworks | Model Context Protocol (MCP), ibm-watsonx-ai, scikit-learn, pytest |
IBM Technologies | IBM Bob, watsonx.ai, IBM Granite 3.0, Model Context Protocol (MCP) |
Databases | SQLite ( |
Other | DBSCAN, Groq, Google Gemini, GitHub Actions |
π Repository Structure
βββ submission.yaml # Structured submission metadata (validated by GitHub Actions)
βββ README.md # Human-readable project overview
βββ CONTRIBUTING.md # Hackathon submission guidelines
βββ src/ # All source code
β βββ mcp_server.py # Model Context Protocol server for IBM Bob
β βββ analytics/ # SPC rules, DBSCAN clustering, ML root-cause ranker
β βββ copilot/ # watsonx.ai Granite briefing & recommendation engine
β βββ contracts/ # Shared JSON schema contracts
β βββ data/ # Telemetry fixtures & synthetic lots
β βββ bob_fab.db # SQLite semiconductor fab telemetry database
β βββ requirements.txt # Python dependencies
β βββ .env.example # Template environment configuration
β βββ README.md # Source code layout explanation
βββ docs/ # Technical documentation
β βββ problem-statement.md # Detailed domain problem & quantified cost
β βββ solution-overview.md # Conceptual design & differentiation
β βββ architecture.md # Mermaid diagram & component specifications
β βββ setup-guide.md # Exact installation, execution & testing steps
βββ demo/ # Demonstration artifacts
β βββ demo-video-link.txt # Video walkthrough URL
β βββ live-demo-url.txt # Deployment status
β βββ screenshots/ # App and wafer defect pattern screenshots
βββ presentation/ # Slide deck documentation
βββ README.md # Presentation deck structureβ‘ How to Run
1. Clone and Install Dependencies
git clone https://github.com/JayrajsinhBhatti/bob-ai-hackathon-FabGuard-Team.git
cd bob-ai-hackathon-FabGuard-Team
# Install Python requirements
pip install -r src/requirements.txt2. Configure Environment Variables
cp src/.env.example .env
# Edit .env with your WATSONX_API_KEY, GEMINI_API_KEY, or GROQ_API_KEY3. Run the IBM Bob MCP Server
python src/mcp_server.pybackend: python src\backend\app\main.py frontend: npm run dev
4. Interactive CLI Tool Verification
# Predict at-risk in-progress batches
python -X utf8 -c "from src.mcp_server import predict_batch_risk; print(predict_batch_risk())"
# Run complete lot diagnostics briefing
python -X utf8 -c "from src.mcp_server import analyze_lot; print(analyze_lot('LOT-2231'))"
# Query the Fab Copilot
python -X utf8 -c "from src.mcp_server import ask_fab_copilot; print(ask_fab_copilot('Why did lot LOT-2231 fail?', 'LOT-2231'))"5. Run Automated Test Suite
pytestπ₯οΈ Demo
Artifact | Link / Path |
πΉ Demo Video | |
Live kink: https://fabguard-team.vercel.app/ | |
π Screenshots |
π What We're Most Proud Of
Our system goes beyond being a conversational semiconductor analytics assistant. IBM Bob acts as an agentic engineering copilot, combining MCP-powered analytics, statistical experimentation, counterfactual simulation, evidence verification, and domain-specific RAG to turn raw fab data into actionable, statistically grounded decisions.
1. π§ͺ Automated Statistical DOE Generator
When Bob identifies a candidate root cause, engineers can ask:
@bob design a DOE for ETCH-07
Bob automatically generates a statistically structured $2^k$ factorial Design of Experiments (DOE), including:
Factors & Levels β nominal, low, and high operating conditions.
Randomized Run Sheet β wafer IDs, recipe offsets, test order, and chamber stabilization requirements.
Hypothesis & Success Criteria β explicitly defining $H_0$ and $H_1$ before experimentation.
Engineering Constraints β preserves DOE assumptions and clearly distinguishes correlation from experimentally validated causation.
Example:
Factor: Chamber Pressure Nominal: $12.0$ mTorr Low: $10.8$ mTorr ($-10%$) High: $13.2$ mTorr ($+10%$) Success Criterion: Defect density reduction $\geq 40%$
This transforms Bob from a diagnostic assistant into an experiment-design assistant.
2. π° Counterfactual Yield & Financial Recovery Simulator
Bob can estimate what would happen if a suspected process parameter were returned to its nominal operating point.
The simulator:
Takes the current out-of-spec parameter.
Uses the trained logistic-regression model to estimate the current probability of yield loss.
Counterfactually resets the parameter to its nominal value $\mu$ while holding other variables constant.
Calculates the expected yield improvement:
$$ \Delta \text{Yield}
P(\text{yield loss}\mid\text{current})
P(\text{yield loss}\mid\text{nominal}) $$
Converts the predicted recovery into an estimated financial impact using lot size, die count, and die value.
Example output:
Centering ETCH-07 pressure could recover an estimated +4.8% yield, representing approximately $27,000 in potential recovery for LOT-2235.
This connects statistical diagnosis β predicted yield β business impact in a single workflow.
3. π¬ Automated Cross-Lot Commonality & Exclusion Analysis
Instead of analyzing an excursion in isolation, Bob automatically searches historical production data for cross-lot commonality.
For a suspected tool or chamber, the system constructs a $2\times2$ contingency table:
Processed on Tool $T$ | Not on Tool $T$ | |
Defective Lots | $a$ | $b$ |
Nominal Lots | $c$ | $d$ |
It then calculates:
Fisher's Exact Test
Odds Ratio
Hypergeometric probability
Statistical significance across historical lots
This allows Bob to answer questions such as:
βIs this defect disproportionately associated with ETCH-07 across production history?β
Rather than relying only on the current lot, Bob uses historical commonality evidence to strengthen or reject a suspected root cause.
4. π‘οΈ Dual-Pass Evidence Grounding Verifier
LLM-generated engineering reports should never be trusted simply because they sound convincing.
Our Dual-Pass Evidence Grounding Verifier acts as a guardrail between the LLM and the engineer.
Before a briefing is delivered, the verifier extracts critical claims such as:
Tool IDs β
ETCH-07,CVD-03, etc.Sigma deviations β
-3.2Ο,+2.7 sigmaProbabilities / risk scores β
78%,Risk: 82%Other contract-defined numerical findings
Each extracted claim is matched against the underlying findings contract.
If Bob produces a metric that does not exist in the verified evidence:
LLM Draft
β
Claim Extraction
β
Evidence Contract Matching
β
βββββββββββββββββ
β Supported? β
βββββββββ¬ββββββββ
Yes β No
Deliver Reject
β
Deterministic
Template / RegenerationThis creates a fail-closed architecture where unsupported numerical claims are blocked instead of being presented to engineers as facts.
5. π RAG Equipment SOP & Historical Incident Retriever
Bob doesn't stop at identifying what went wrong. It can retrieve the relevant engineering procedure and historical evidence needed to respond.
A local fab knowledge base contains:
Equipment SOPs
Tool maintenance procedures
Chamber troubleshooting guides
Historical excursion post-mortems
Equipment-specific corrective actions
When an anomaly such as:
RF_POWER_DRIFT
CHAMBER_PRESSURE_SPIKEis detected, the retriever searches the knowledge base using BM25 / lightweight TF-IDF / sentence embeddings and retrieves the most relevant procedure.
For example:
SOP-ETCH-402 β Throttle Valve Inspection & RF Impedance Matching Recalibration
Bob can then ground its recommendation in the retrieved procedure instead of generating a generic troubleshooting response.
This creates a complete loop:
Anomaly β Root Cause β Historical Evidence β SOP β Recommended Action
π Why These Features Matter
Together, these capabilities make IBM Bob more than an LLM interface:
ββββββββββββββββββββββββ
β IBM Bob β
β Agentic Engineering β
β Copilot β
ββββββββββββ¬ββββββββββββ
β
ββββββββββββββββββββββββΌβββββββββββββββββββββββ
β β β
π¬ Diagnose π Experiment π Retrieve
β β β
Cross-Lot Analysis DOE Generator SOP / Incidents
β β β
ββββββββββββββββββββββββΌβββββββββββββββββββββββ
β
π° Counterfactual
Yield & Financial
Simulation
β
π‘οΈ Evidence
Verification
β
Actionable Engineering
DecisionThe result is a system that can move from βwe detected an anomalyβ to βhere is the evidence, here is the experiment to validate it, here is the expected yield impact, and here is the documented procedure to act on it.β
β οΈ Known Limitations
Ingestion currently connects to a SQLite fab database schema rather than a live streaming SECS/GEM or OPC-UA fab bus.
DBSCAN clustering parameters are calibrated for 300mm wafer coordinate geometries and would require retuning for 200mm wafers.
This server cannot be deployed
Maintenance
Related MCP Connectors
Let AI agents query data and act across all your business apps via MCP.
MCP-Native LLM Orchestration Agent
Governed data discovery, exact queries, decisions, simulations, and runtime utilities over MCP.
Unified MCP Server is a remote MCP connector for AI agents and vertical AI products that provides access to 22,000+ authorized SaaS tools across 400+ integrations and 24 categories directly inside LLMs (Claude, GPT, Gemini, Cohere). Tools operate only on explicitly authorized customer connections, enabling agents to safely read and write against live third-party systems.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables interaction with Salesforce data and services via custom MCP tools, including account analytics, opportunity queries, case creation, and AI agent invocation.4-
- AlicenseNot gradedqualityDmaintenanceEnables AI-powered customer support with real-time access to CRM, ticketing, and communication tools via MCP, supporting context-aware conversations and automated actions.Apache 2.0
- AlicenseNot gradedqualityAmaintenanceProduction Model Context Protocol (MCP) server for business β replaces stale generic descriptions with concrete 2026 technical intelligence and data agents. Exposes dynamic KPI analytics, forecasting, anomaly detection, and schema resources across 10 enterprise domains via FastMCP over stdio and SSE transports.AGPL 3.0
- FlicenseAqualityBmaintenanceEnables AI assistants to manage factory operations through MCP, providing tools for real-time telemetry, predictive maintenance, inventory forecasting, order estimation, and AI supervisor copilot capabilities.1887 npm-