eCommerce
stdmt.com
Provides market-aware product search, details, variant configurations, and pricing from a machine-tool catalog.
ENDPOINT 1
https://stdmt.com/api/mcp
MCP server metadata
- Name
- standard-machine-tools
- Version
- 1.0
STANDARD Machine Tools agentic-commerce server. Use search_products/get_product to browse, get_pricing/estimate_shipping for details, and create_quote_request to submit a quote.
Known tools 8
search_productsSearch the STANDARD machine-tool catalog by keyword (name, family, type).
Inferred read-onlyget_productGet one fully normalized product by slug (or numeric id), market-aware.
Inferred read-onlyget_product_variantsList the configurable variants for a product, each with its model code and price.
Inferred read-onlyget_product_optionsList the configurable add-on options for a product (grouped, with add-on prices).
Inferred read-onlyget_pricingGet market-aware pricing for a product (and optionally a specific variant model code).
Inferred read-onlyestimate_shippingReturn the shipping/container plan for a product (and optional variant): transport type, container plan, packed CBM/weight, package count.
Inferred read-onlylist_marketsList the active markets (regions/currencies) the catalog is priced in.
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.standard-machine-tools]
url = "https://stdmt.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"standard-machine-tools": {
"type": "http",
"url": "https://stdmt.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: standard-machine-tools
Remote MCP URL: https://stdmt.com/api/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": {
"standard-machine-tools": {
"url": "https://stdmt.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"standard-machine-tools": {
"type": "http",
"url": "https://stdmt.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "standard-machine-tools",
"transport": "streamable-http",
"url": "https://stdmt.com/api/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 stdmt.com was fetched 2026-07-31T18:39:18.588Z.
stdmt.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.