← estatemillwork.com
INDIVIDUAL MCP TOOL
create_cart
Price one or more items and create a shopping cart / quote.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent endpoint
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.
Related tools
search_products— Search Estate Millwork's catalog of custom wood products (shutters, doors, cabinet doors, lumber, hardware).get_pricing— Get real-time pricing from Estate Millwork's PMX manufacturing engine for any custom wood product configuration.get_product_categories— List all Estate Millwork product lines, categories, and available style names.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.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.explain_section_layout— Explain RowSpacing and ColSpacing — the keys that turn a single-panel blank into a multi-section door or shutter.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.get_bom— Return the bill of materials (cut list) the PMX engine builds for a design string — the same data the GetBOM command produces.