{
  "ucp_version": "1.0",
  "name": "RivCut",
  "description": "USA-based CNC machine shop in Union City, California. Instant online quotes for CNC milling, CNC turning, and rapid prototyping. Made in the USA, parts in as few as 3 days, tolerances to ±0.0002 inches, no minimum order quantity.",
  "url": "https://www.rivcut.com",
  "logo": "https://www.rivcut.com/images/rivcut-logo.png",
  "contact": {
    "email": "hello@rivcut.com",
    "phone": "+1-510-330-0066",
    "address": "33360 Dowe Ave, Union City, CA 94587, United States"
  },
  "actions": [
    {
      "type": "quote",
      "name": "Get Instant CNC Quote",
      "description": "Upload a STEP, IGES, or SolidWorks file and receive an instant price with material, finish, and lead-time options.",
      "url": "https://www.rivcut.com/signup",
      "method": "web_form",
      "requires_auth": true,
      "auth_type": "free_signup"
    },
    {
      "type": "api_quote",
      "name": "Programmatic Quote via API",
      "description": "Submit material, quantity, and geometry parameters to receive an instant quote via REST API.",
      "url": "https://www.rivcut.com/api/v1/quote",
      "method": "POST",
      "requires_auth": false,
      "documentation": "https://www.rivcut.com/api.html"
    },
    {
      "type": "inquiry",
      "name": "Check Capabilities",
      "description": "Query RivCut's machine capabilities, material catalog, and current lead times.",
      "url": "https://www.rivcut.com/api/v1/capabilities",
      "method": "GET",
      "requires_auth": false
    },
    {
      "type": "inquiry",
      "name": "Browse Materials",
      "description": "Explore 50+ metals and engineering plastics with filterable properties.",
      "url": "https://www.rivcut.com/api/v1/materials",
      "method": "GET",
      "requires_auth": false
    },
    {
      "type": "inquiry",
      "name": "Check Lead Times",
      "description": "Current lead times by quantity tier and rush availability.",
      "url": "https://www.rivcut.com/api/v1/lead-time",
      "method": "GET",
      "requires_auth": false
    }
  ],
  "payment_methods": ["credit_card", "purchase_order", "wire_transfer"],
  "shipping": {
    "domestic": true,
    "international": false,
    "fastest_lead_time_days": 3
  },
  "certifications": ["AS9100", "ISO 9001", "ITAR"],
  "industries": ["aerospace", "automotive", "medical", "defense", "consumer_electronics", "robotics", "semiconductor", "hardware_startups", "industrial_equipment"],
  "services": ["cnc_milling", "cnc_turning", "rapid_prototyping", "production_machining", "surface_finishing", "cmm_inspection"],
  "llms_txt": "https://www.rivcut.com/llms.txt",
  "llms_full_txt": "https://www.rivcut.com/llms-full.txt"
}
