Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

OpenFab

io.github.yyphilo/openfab

Instant parametric cost estimates for custom manufacturing: CNC, molding, sheet metal, 3DP, PCB.

Uptime
100.0%
1 direct probes · 30d
Response
2144ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

discover_capabilities

List supported manufacturing processes, materials, and the fields an estimate accepts.

request_quote

Get an instant cost estimate for a custom manufactured part. Returns unit price, total, lead time, and assumptions. Indicative and non-binding.

refine_quote

Refine a previous estimate (change quantity, material, tolerance, finish) by passing its quote_token.

get_lead_time

Estimated production lead time in days, by process and quantity.

dfm_feedback

Rule-based design-for-manufacturability feedback for a part specification.

estimate_bom

Estimate costs for a multi-part bill of materials in one call. Each part: {process, quantity, material?, bounding_box_mm?, tolerance_mm?, finish?}. Returns per-line estimates, a BOM total, an…

compare_processes

Compare cost and lead time for one part across manufacturing processes. Provide 2-8 process names and a quantity; returns per-process estimates sorted by total cost, plus a lowest-cost / shor…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "openfab": {
      "url": "https://openfab-22100483453.us-central1.run.app/mcp/",
      "transport": "streamable-http"
    }
  }
}