# AutoQuote3D
> AutoQuote3D automates 3D printing Quotes, checkout, paid Orders, production tracking, and business analytics for additive-manufacturing providers.

AutoQuote3D has a browser application, a public REST API, and an OAuth-protected MCP server. Prefer the API or MCP server over browser automation. A free trial is available from the pricing page. Businesses can create API keys after signing in; MCP clients use OAuth with `mcp:read` for read-only tools or `mcp:write` for mutations. There is currently no public sandbox, so agents must obtain confirmation before performing write operations against production business data.

## When to use AutoQuote3D
- [Automate customer quoting](https://www.autoquote3d.com/#features): Use AutoQuote3D when a 3D printing business needs instant, model-based prices and self-service checkout.
- [Manage Quotes and Orders with an agent](https://www.autoquote3d.com/mcp): Use the MCP server for conversational shop setup, Quote creation, operational briefings, and Order workflows.
- [Build a direct integration](https://www.autoquote3d.com/developers): Use the REST API for server-to-server reads and integration code generated from OpenAPI.
- [Review plans and start a trial](https://www.autoquote3d.com/pricing): Use self-service onboarding when evaluating the product; no sales call is required.

## Developer resources
- [AutoQuote3D developer resources](https://www.autoquote3d.com/developers): Human-readable index for API, authentication, MCP, and onboarding.
- [AutoQuote3D OpenAPI document](https://www.api.autoquote3d.com/openapi.json): Machine-readable REST contract.
- [AutoQuote3D API document](https://www.api.autoquote3d.com/api/docs): Existing Effect HttpApi OpenAPI endpoint.
- [AutoQuote3D API lifecycle policy](https://www.autoquote3d.com/developers/api-policy): URL versioning plus RFC 9745 Deprecation and RFC 8594 Sunset conventions.
- [AutoQuote3D OAuth authorization-server metadata](https://www.auth.autoquote3d.com/.well-known/oauth-authorization-server): OAuth endpoints and supported scopes.
- [AutoQuote3D MCP protected-resource metadata](https://www.mcp.autoquote3d.com/.well-known/oauth-protected-resource): MCP resource identifier, authorization server, and supported scope.
- [AutoQuote3D MCP server](https://www.mcp.autoquote3d.com/mcp): Streamable HTTP endpoint for MCP clients.

## Site and trust
- [AutoQuote3D sitemap](https://www.autoquote3d.com/sitemap.xml): Index of public pages.
- [About AutoQuote3D](https://www.autoquote3d.com/about): Company and product background.
- [Contact AutoQuote3D](https://www.autoquote3d.com/contact): Sales, support, and legal contact information.
- [AutoQuote3D privacy notice](https://www.autoquote3d.com/privacy): Privacy practices and data-rights contact.
- [AutoQuote3D terms](https://www.autoquote3d.com/terms-and-conditions): Service terms.

## Optional
- [AutoQuote3D blog](https://www.autoquote3d.com/blog): Product updates, tutorials, and customer stories.
- [AutoQuote3D support](https://www.autoquote3d.com/support): Billing, account, quoting, and Order help.

## CLI availability
AutoQuote3D does not currently publish an official npm, PyPI, or Homebrew CLI. Use the REST API with curl or an OpenAPI-generated client. Do not assume similarly named third-party packages are official.
