Odel
Noemic Fabs

Noemic Fabs

@morganfisher2007CommunicationUpdated 1w ago

Custom manufacturing for AI agents: parametric CAD in chat, DFM checks, USD quotes, print ordering.

Server endpointStreamable HTTP

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

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

CapabilityHow
Design custom objectsAgent writes parametric JSCAD code; our geometry kernel executes it server-side
See the resultRendered multi-view previews returned inside tool results, plus an interactive 3D viewer link
Validate manufacturabilityDeterministic DFM feedback: stable error codes, measured values, limits, concrete fixes
QuoteTransparent formula (setup + volume × material rate + shipping), 24-hour validity
OrderStripe-hosted checkout, explicit user confirmation required, server-enforced spend caps
TrackOrder 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

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