mcpbeat Sign in

Agentic Fabrication Network (AFN) MCP Server

by agenticfabricationnetwork Your server? Claim it
answering

Agentic Fabrication Network (AFN) is answering right now. Last checked 3 min ago. It exposes 13 tools.

Turn designs into shipped parts: quote 3D printing, CNC, and decals, then check out.

Uptime history 48 days of history · worst day 60%
48 days agonow
100.0%
Uptime 24h
92 of 92 checks
13
Tools
read from the server
419 ms
Response time
average over 24h
open, no key
Access
streamable-http

What changed 19

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

9 Sep a tool appeared get_shop_gauges
6 Sep 3 tools changed the parameters they ask for5 times that day get_fabrication_quote, preview_quote, refine_quote
3 Sep 2 tools changed the parameters they ask for get_fabrication_quote, refine_quote
3 Sep a tool appeared preview_quote
31 Aug 2 tools changed the parameters they ask for get_fabrication_quote, refine_quote
31 Aug a tool appeared get_network_capabilities
25 Aug a tool changed the parameters it asks for create_checkout
19 Aug a tool description was rewritten refine_quote
19 Aug a tool changed the parameters it asks for refine_quote
18 Aug a tool changed the parameters it asks for get_fabrication_quote
and 5 more, back to 9 August 2026

Nothing serious here today

Today is the operative word: we check Agentic Fabrication Network (AFN) every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 3 min ago.

run in your terminal
claude mcp add ufp --transport http https://agenticfabricationnetwork.ai/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ufp": {
      "url": "https://agenticfabricationnetwork.ai/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ufp]
url = "https://agenticfabricationnetwork.ai/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "ufp": {
      "url": "https://agenticfabricationnetwork.ai/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ufp": {
      "url": "https://agenticfabricationnetwork.ai/mcp"
    }
  }
}

Available tools 13

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

checkout
create_checkout
Create the order and get a hosted payment link for a chosen offer. Call this as soon as the user picks an offer + shipping speed — do NOT ask for their address first: the secure payment page collects the shipping address and email. Only pass address fields if the user already volunteered them. Returns checkout_url — give it to the user to pay; UFP places the vendor order automatically after payment.
fabrication
get_fabrication_quote
Get ranked, purchasable offers (price, ETA, preview image) for fabricating a physical item from a design file. process=fdm_print for 3D printing a model (STL/OBJ/PLY/3MF/AMF/STEP/IGES), process=cnc or process=sheetmetal for machined/bent metal parts (STEP, IGES, DXF), process=decal for stickers/decals from artwork (any common image or design file — PNG/JPG/HEIC/TIFF/GIF/BMP/WEBP/AVIF/SVG/PDF/AI/EPS/PSD/CDR, auto-converted). A .ufp file (UFP part container: the design plus saved spec/constraints in one) is accepted anywhere a design file is — its saved intent applies automatically and anything the user states now wins. If the user just drops a file and asks for a price, omit process — UFP routes it. Provide the design either as design_file (an image/file the user attached or you generated — preferred) or file_url (a public URL). REORDERS: if the user has a UFP part number (from a receipt email or a previous session, looks like UFP-… or part_…), pass it as part_number INSTEAD of any file — the stored design and spec are reused and re-shopped across all current vendors. Locked parts additionally require share_key (from the owner's share link). Returns offers across vendors like Google Flights returns flights.
finalize
finalize_quote
ONLY for the case where a quote response came back with an EMPTY board and told you to call this: waits for the vendors to answer (up to ~40s) and returns their offers as a full board. Call with just quote_id, immediately, and say nothing substantive before it. NEVER call it on a response that already listed offers — that board is final, and this would add nothing.
leave
leave_review
Record the user's verified-purchase review of how a UFP order turned out. YOUR JOB IS TO STRUCTURE THE FEEDBACK: turn what the user actually said into stars (1-5 overall) and facet scores — "the cut was sloppy" -> quality, "parts arrived 2 days late" -> timeliness, "wrong color" -> accuracy. Keep the optional comment to a short factual summary of their words; never embellish. ALWAYS draft the review (stars, facets, comment) and confirm it with the user BEFORE calling this tool — e.g. "I'll rate this 2 stars with timeliness 1 because it arrived 2 days late — send it?". One review per order: submitting again updates the existing review. Use list_orders first if you need to resolve which order they mean.
material
get_material_guide
Honest, cited material intelligence for material-choice / strength / durability / heat / outdoor questions ("my PLA part broke, what's stronger?", "will this survive outdoors?"). Returns caveats-FIRST facts: published specs (tensile, heat-deflection, UV/outdoor, chemical) each tagged vendor-cited vs general engineering knowledge, "stronger/tougher/hotter than X" ladders (PLA→PETG→ABS/ASA→nylon/PC→metals), and finish/coating options. Call it BEFORE answering such a question, then relay the facts. It supplies FACTS ONLY — comparative specs and vendor-admitted caveats, never a fitness-for-purpose or safety guarantee (that stays your judgment boundary); name express vendor claims "advertised", not "certified".
network
get_network_capabilities
The LIVE catalog of what the fabrication network can do RIGHT NOW — no quote needed. Returns the services ledger (tapping, inserts, welding, bending, finishes… with each shop's own size/material/thickness windows), the network's sheet gauge ladder, the stocked hardware combinations (species x thread) with stocked lengths and shop counts — the most-stocked length is the steering default for an unspecified length — the finish options with their stocked color menus, and per-process manufacturability rules. This is live state, not a spec sheet: it changes as connectors join, leave, or have capability branches toggled, so call it fresh when the user asks what's possible (materials, gauges, hardware, colors, services) rather than answering from memory.
order
get_order_status
Check status, ETA and tracking for a UFP order.
orders
list_orders
List this agent's recent UFP orders (newest first): order id, what was made, vendor, status, total, ETA, created date. Use it to resolve vague references — "my sticker order", "that order from 6 days ago" — to a concrete order_id before calling get_order_status or leave_review.
poll
poll_quote
INTERNAL — the offer board calls this to refresh itself while vendors finish pricing. Never call this yourself. The board you were given is already final for its turn; do not reach for refine_quote to look at it again either, that paints a duplicate board.
preview
preview_quote
INTERNAL client rail — the routing half of refine_quote with NOTHING committed: takes the same arguments as refine_quote and answers how many distinct fabricators (and which process lanes) the network WOULD ask for the refined part, plus the exclusion notes, without creating a child quote, asking any vendor, superseding in-flight work, or logging demand. An expectation, never a promise — lanes can still decline once asked. Never call this to look at prices; it carries none. Use refine_quote to actually re-price.
refine
refine_quote
Narrow an existing quote with new constraints (destination ZIP the user just provided, deadline, outdoor/waterproof/heat/food-safety requirements, budget, vendor reliability, verbatim requirements terms, drawing callouts, a process filter — "no, I meant in sheet metal" → processes — a ship-from country filter — "only US vendors" → ships_from — or a vendor filter — "only show A3D Manufacturing" → vendors) — or CHANGE its spec: material, color, or quantities. Changing material/quantity is a spec change, not a narrowing — pass it via the material/color/quantities args, NOT as a requirements term; the affected lanes re-price with the new spec through warm vendor sessions. For side-by-side comparisons ("how does carbon steel compare?"), add a scenario label — labeled refines coexist instead of replacing each other (max 4). "Organize by" ("sort by cheapest", "soonest arrival on top", "most green first") is also this tool: sort_by for objective orders, sort_order + sort_label for orders you judged yourself from the previews — presentation only, instant, nothing re-prices. GOING BACK is also this tool: undo_last_step ALONE takes back exactly one refine step (the quote's steps[] names each step, newest first — the network restores the previous stored state exactly); clear removes whole constraints ("drop the deadline" → clear ["deadline"]); remove_requirements takes back individual requirements terms. Call with ONLY quote_id to re-read the quote (e.g. to pick up preview images that finished rendering).
reply
reply_to_maker
Send the user's answer to a question the maker (vendor) asked about a UFP order — get_order_status surfaces an open question when one is waiting. Confirm the answer with the user before sending. The network relays it: the maker sees plain text from the network account with the user's contact details and links stripped, so never include emails, phone numbers, or URLs the answer depends on.
shop
get_shop_gauges
Every sheet thickness (gauge) ONE named shop stocks right now, per material — read live off the shop's declared catalog, no quote needed. Call it when the user asks what thicknesses/gauges a specific maker carries ("what thicknesses does SendCutSend have in mild steel?"). For the whole network's ladder use get_network_capabilities instead. Never answer a gauge question from memory.

Endpoints

URLTransportStateLatencyChecked
https://agenticfabricationnetwork.ai/mcp streamable-http answering 473 ms 3 min ago

Alternatives to Agentic Fabrication Network (AFN)

same job, measured the same way
AIURION Agentic 3D Printing
by aiurion

Create 3D print quotes, approved Stripe Checkout links, and track AIURION manufacturing orders.

7 tools answering
AIURION Agentic 3D Printing — San Francisco
by aiurion

Quote, purchase, and track custom 3D prints from AIURION in San Francisco.

7 tools answering
Quote Vat Accept To Invoice
by bestremotetools

Send a priced, VAT-correct quote from chat, then turn the yes into an invoice with one call.

local only
Inam MCP
by inamprotocol

Check an agent's INAM reputation before trusting it, and sign a receipt when work is done.

49 installs/wk local only
Agentic Dealer Network
by agenticdealernetwork

Live franchised-dealer inventory, quotes, and consented salesperson handoffs.

12 tools answering
Fabricate
by fabricate

Public Fabricate pricing and documentation tools.

4 tools answering
SupplySlate
by supplyslate

Agent-native supply network for components, fabrication, industrial RFQs, offers, and fulfillment.

55 tools answering
Canton MCP
by noves-inc

Query Canton Network balances, rewards, transactions, prices, and identity from any AI agent.

55 installs/wk local only

Agentic Fabrication Network (AFN) — questions

Answers built from our own checks of this server.

What can Agentic Fabrication Network (AFN) do?
It exposes 13 tools, read directly from the server on our last check. Among them: create_checkout, finalize_quote, get_fabrication_quote, get_material_guide, get_network_capabilities, get_order_status and 7 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Agentic Fabrication Network (AFN) working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 419 ms. The bar chart above shows every period we have measured.
How do I connect Agentic Fabrication Network (AFN)?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Agentic Fabrication Network (AFN) need an API key?
No. Agentic Fabrication Network (AFN) completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 13 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Agentic Fabrication Network (AFN)?
It answers our handshake in 419 ms on average, which is faster than 36% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.