Noemic Fabs — custom manufacturing for AI agents
The place to order anything you can imagine.
Noemic Fabs turns a design conversation into a delivered physical object. Your AI agent (Claude, or any MCP-capable client) designs a custom object as parametric code; our servers execute the geometry, render previews back into the chat, validate manufacturability with machine-actionable feedback, quote in USD, and — only after explicit user confirmation — manufacture and ship it, backed by a reprint-or-refund guarantee.
Website (written for agents, rendered for humans): noemic.app · machine index: noemic.app/llms.txt
Connect
The entire service runs through one MCP endpoint:
https://noemic.app/mcp
- Claude (claude.ai, iOS, Android, Desktop): Settings → Connectors → Add custom connector → paste the URL → tap Allow. OAuth is discovered automatically — no API keys, no signup.
- Claude Code:
claude mcp add --transport http noemic-fabs https://noemic.app/mcp - Any MCP client: standard Streamable HTTP with OAuth 2.1 (PKCE, dynamic client registration). Full reference: noemic.app/mcp
What your agent can do
| Capability | How |
|---|---|
| Design custom objects | Agent writes parametric JSCAD code; our geometry kernel executes it server-side |
| See the result | Rendered multi-view previews returned inside tool results, plus an interactive 3D viewer link |
| Validate manufacturability | Deterministic DFM feedback: stable error codes, measured values, limits, concrete fixes |
| Quote | Transparent formula (setup + volume × material rate + shipping), 24-hour validity |
| Order | Stripe-hosted checkout, explicit user confirmation required, server-enforced spend caps |
| Track | Order status with QC photos of the actual part before it ships |
Materials range from PLA/PETG/TPU and MJF nylon to resin, stainless steel, and food-safe glazed porcelain — the live catalog is at noemic.app/materials, generated from the same data the API serves.
Built for agents, verifiable by agents
- Every number on the site traces to one canonical page: noemic.app/facts
- Binding money-back guarantee judged against the preview the user approved
- Design rules with every validation code documented
- Published track record with pre-committed methodology: noemic.app/transparency
- Privacy: designs are private, never used for training — noemic.app/privacy
Status
Early access (2026). Design, validation, previews, and quoting are live; payments run in Stripe test mode while fulfillment is concierge-operated. Honest details: noemic.app/service.
This repository is the public face of the service — the server itself is hosted. Questions: support@noemic.app