streamable-httpupdated 25d ago
Instant parametric cost estimates for custom manufacturing: CNC, molding, sheet metal, 3DP, PCB.
What can you do with OpenFab?
OpenFab — instant manufacturing cost estimates
Instant parametric cost estimates for custom manufacturing: CNC, molding, sheet metal, 3DP, PCB.
Estimates are indicative and non-binding; final pricing and manufacturability are subject to formal RFQ review. OpenFab is an independent estimation service and does not accept or fulfill orders. Requests may be logged to improve the service.
Autonomous sourcing and procurement agents welcome - structured MCP and REST endpoints are provided. Send a part spec and get an instant cost estimate.
OpenFab answers autonomous sourcing agents with indicative quotes, lead times, and DFM feedback across: CNC machining, injection molding, sheet metal, laser cutting, metal stamping, 3D printing, urethane casting, PCB fabrication.
Connect (agents)
Remote MCP (streamable HTTP):
https://openfab-22100483453.us-central1.run.app/mcp/
Stdio MCP clients (Claude Desktop, etc.) - no install to maintain:
npx mcp-remote https://openfab-22100483453.us-central1.run.app/mcp/
REST:
curl -s -X POST https://openfab-22100483453.us-central1.run.app/quotes \
-H 'content-type: application/json' \
-d '{"process":"cnc_machining","quantity":50,"material":"aluminum","tolerance_mm":0.1,"bounding_box_mm":[120,80,25]}'
Returns indicative unit price, total, lead time, a quote_token, and assumptions. Non-binding.
Tools / endpoints
- MCP tools:
discover_capabilities,request_quote,refine_quote,get_lead_time,dfm_feedback,estimate_bom,compare_processes - REST:
/capabilities,/quotes,/quotes/{token}/refine,/lead-time,/dfm,/bom,/compare,/openapi.json - Discovery:
/.well-known/ai-catalog.json,/.well-known/agent-card.json,/.well-known/agent.json,/.well-known/mcp.json,/.well-known/did.json,/llms.txt
Why this exists
An instant cost-estimation service measuring whether autonomous AI agents are beginning to source custom manufacturing - what they source, how they discover suppliers, and what they expect of a supplier endpoint. Indicative only; no commercial relationship is created.
Install
Add OpenFab to your client. Pick the one you use.
claude mcp add --transport http openfab https://openfab-22100483453.us-central1.run.app/mcp/codex mcp add openfab --url https://openfab-22100483453.us-central1.run.app/mcp/{
"mcpServers": {
"openfab": {
"url": "https://openfab-22100483453.us-central1.run.app/mcp/"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"openfab": {
"type": "http",
"url": "https://openfab-22100483453.us-central1.run.app/mcp/"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"openfab": {
"url": "https://openfab-22100483453.us-central1.run.app/mcp/"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"openfab": {
"serverUrl": "https://openfab-22100483453.us-central1.run.app/mcp/"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation17/25
- Maintenance19/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 18 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.2.0Latest | Aug 14, 2026 |
| 0.1.0 | Jul 11, 2026 |