← Registry

eCommerce

estatemillwork.com

Provides tools to search, price, and configure custom wood products, enabling e-commerce shopping cart creation.

1 endpoint14 known toolsFirst detected June 19, 2026Last detected July 22, 2026

ENDPOINT 1

https://www.estatemillwork.com/api/em/mcp

No auth detected

MCP server metadata

Name
estate-millwork
Version
1.1.0
Capabilities
tools

Known tools 14

search_products

Search Estate Millwork's catalog of custom wood products (shutters, doors, cabinet doors, lumber, hardware).

Inferred read-only
get_pricing

Get real-time pricing from Estate Millwork's PMX manufacturing engine for any custom wood product configuration.

Inferred read-only
get_product_categories

List all Estate Millwork product lines, categories, and available style names.

Inferred read-only
create_cart

Price one or more items and create a shopping cart / quote.

Potential side effects
get_field_types

List the configurable fields (and their types, ranges, options, and defaults) for a given product style — the same input catalog the on-site Pro Designer renders.

Inferred read-only
list_field_types

List the canonical panel/louver FIELD-FILL types (the values that go in Field0..FieldN, or the legacy FieldList=a,b,c form) plus the RowSpacing/ColSpacing keys that split a product into multiple sections.

Inferred read-only
explain_section_layout

Explain RowSpacing and ColSpacing — the keys that turn a single-panel blank into a multi-section door or shutter.

Inferred read-only
render_design_string

Render a raw PMX design string and return the manufacturing assets: an SVG dimension drawing, the full OBJ 3D model geometry, live unit price (with 1-10 qty tiers), product description, finished dimensions, and weight.

Inferred read-only
get_bom

Return the bill of materials (cut list) the PMX engine builds for a design string — the same data the GetBOM command produces.

Potential side effects
add_to_cart

Price a raw PMX design string and add it (with a quantity) to a shopping cart, returning the cart key and row id.

Inferred read-only
get_cart

Return every line item in a cart with its design string, quantity, live unit price, extended price, description, and per-piece label, plus the cart total and the checkout cart_url.

Inferred read-only
update_cart_item

Change the quantity of a cart line, addressed by its row_id (from get_cart / add_to_cart).

Inferred read-only
remove_cart_item

Remove a line from a cart by its row_id.

Potential side effects
get_company_info

Get information about Estate Millwork — company overview, wood species, custom sizing, lead times, shipping, and contact details.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.estate-millwork]
url = "https://www.estatemillwork.com/api/em/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "estate-millwork": {
      "type": "http",
      "url": "https://www.estatemillwork.com/api/em/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: estate-millwork
Remote MCP URL: https://www.estatemillwork.com/api/em/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "estate-millwork": {
      "url": "https://www.estatemillwork.com/api/em/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "estate-millwork": {
      "type": "http",
      "url": "https://www.estatemillwork.com/api/em/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "estate-millwork",
  "transport": "streamable-http",
  "url": "https://www.estatemillwork.com/api/em/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for estatemillwork.com was fetched 2026-09-18T05:43:19.968Z.

Trust status Trusted

estatemillwork.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.