# pcb.express > Instant PCB quoting for engineers and AI agents. Send parameters or upload Gerber files and get USD prices with a door-to-door delivery_by date per tier; US and EU shipments are DDP (duties prepaid). 2, 4 and 6 layer FR-4 boards, 10 × 10 to 400 × 500 mm, HASL and ENIG. Orders are not open yet: quotes are live, and a saved quote is notified at launch with a 10% first-order discount. Facts for agents: - Quote (no API key): `GET https://pcb.express/api/quote?layers=4&width_mm=100&height_mm=100&qty=5` — optional: `thickness_mm` (0.6, 0.8, 1, 1.2, 1.6, 2), `finish` (hasl_lf, hasl, enig), `mask` (green, blue, red, black, white, yellow, purple). Returns tiers (economy, standard, express) with the USD price (`usd`), a door-to-door `delivery_by` date and `transit_days`. - Gerber pre-check: `POST https://pcb.express/api/analyze` — multipart form, field `file`, one .zip up to 25 MB (Gerber RS-274X + Excellon). Returns detected layers, board size, hole count, DFM findings and an `id`; re-read it with `GET https://pcb.express/api/analyze/{id}` (cached 24 hours after last use). The MCP tool analyze_gerbers takes file_url, file_id or file_base64. - Save a quote / launch notification: `POST https://pcb.express/api/leads` with JSON `{"kind":"quote","spec":{"layers":4,"qty":5,"widthMm":100,"heightMm":100},"tier":"standard","email":"user@example.com"}` — the price is computed server-side. - MCP server (Streamable HTTP, no auth): POST https://pcb.express/mcp — tools `get_pcb_quote`, `analyze_gerbers`, `find_cost_reductions`, `get_capabilities`, `save_quote`. Server card: https://pcb.express/.well-known/mcp/server-card.json - OpenAPI 3.1: https://pcb.express/openapi.json - Capability limits: min hole 0.2 mm, 5 mil track/space, thickness 0.6–2 mm, castellated holes and gold fingers available. Full table: https://pcb.express/en/capabilities - Contact: hello@pcb.express ## Pages - [pcb.express Türkçe](https://pcb.express/) - [Instant quote](https://pcb.express/en) - [About pcb.express and contact](https://pcb.express/en/about) - [Gerber file preparation guide](https://pcb.express/en/gerber-guide) - [Gerber hazırlama rehberi (Türkçe)](https://pcb.express/gerber-rehberi) - [Capabilities](https://pcb.express/en/capabilities) - [Delivery times](https://pcb.express/en/delivery) - [Design rule files (KiCad, Altium)](https://pcb.express/en/rule-files) - [API and agents guide](https://pcb.express/en/agents) - [Privacy notice](https://pcb.express/en/privacy)