Back to Browse

Openfab MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://openfab-22100483453.us-central1.run.app/mcp/

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 0 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-yyphilo-openfab": {
      "url": "https://openfab-22100483453.us-central1.run.app/mcp/"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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.

Reviews

No reviews yet

Be the first to review this server!