eCommerce
estatemillwork.com
Provides tools to search, price, and configure custom wood products, enabling e-commerce shopping cart creation.
ENDPOINT 1
https://www.estatemillwork.com/api/em/mcp
MCP server metadata
- Name
- estate-millwork
- Version
- 1.1.0
Known tools 14
search_productsSearch Estate Millwork's catalog of custom wood products (shutters, doors, cabinet doors, lumber, hardware).
Inferred read-onlyget_pricingGet real-time pricing from Estate Millwork's PMX manufacturing engine for any custom wood product configuration.
Inferred read-onlyget_product_categoriesList all Estate Millwork product lines, categories, and available style names.
Inferred read-onlyget_field_typesList 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-onlylist_field_typesList 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-onlyexplain_section_layoutExplain RowSpacing and ColSpacing — the keys that turn a single-panel blank into a multi-section door or shutter.
Inferred read-onlyrender_design_stringRender 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-onlyget_bomReturn the bill of materials (cut list) the PMX engine builds for a design string — the same data the GetBOM command produces.
Potential side effectsadd_to_cartPrice a raw PMX design string and add it (with a quantity) to a shopping cart, returning the cart key and row id.
Inferred read-onlyget_cartReturn 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-onlyupdate_cart_itemChange the quantity of a cart line, addressed by its row_id (from get_cart / add_to_cart).
Inferred read-onlyget_company_infoGet information about Estate Millwork — company overview, wood species, custom sizing, lead times, shipping, and contact details.
Inferred read-onlyCONNECT 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.
estatemillwork.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.