Skip to content
Back to search
100
MCP live v0.1.1 MCP 2025-11-25 streamable-http

Agentic Fabrication Network (AFN)

ai.agenticfabricationnetwork/ufp

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

Uptime
100.0%
1 direct probes · 30d
Response
2319ms
last probe
Tools
11
callable
Resources
2
readable
Prompts
0
available

Tools · 11

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…

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 ter…

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…

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 …

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 …

get_order_status

Check status, ETA and tracking for a UFP order.

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 …

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 n…

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 w…

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…

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/thick…

Resources · 2

quote-compare-widget

UFP offer comparison board

ui://widget/quote-compare-v40.html
materials-intelligence

UFP materials-intelligence pack — honest, cited material facts (caveats first), stronger/hotter/outdoor ladders, and a finishes/inspection glossary

ufp://materials/guide.md

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "agentic_fabrication_network_(afn)": {
      "url": "https://agenticfabricationnetwork.ai/mcp",
      "transport": "streamable-http"
    }
  }
}