← Registry

eCommerce

stdmt.com

Provides market-aware product search, details, variant configurations, and pricing from a machine-tool catalog.

1 endpoint8 known toolsFirst detected July 28, 2026Last detected July 28, 2026

ENDPOINT 1

https://stdmt.com/api/mcp

No auth detected

MCP server metadata

Name
standard-machine-tools
Version
1.0
Capabilities
tools
Server instructions

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_products

Search the STANDARD machine-tool catalog by keyword (name, family, type).

Inferred read-only
get_product

Get one fully normalized product by slug (or numeric id), market-aware.

Inferred read-only
get_product_variants

List the configurable variants for a product, each with its model code and price.

Inferred read-only
get_product_options

List the configurable add-on options for a product (grouped, with add-on prices).

Inferred read-only
get_pricing

Get market-aware pricing for a product (and optionally a specific variant model code).

Inferred read-only
estimate_shipping

Return the shipping/container plan for a product (and optional variant): transport type, container plan, packed CBM/weight, package count.

Inferred read-only
list_markets

List the active markets (regions/currencies) the catalog is priced in.

Inferred read-only
create_quote_request

Create and submit a quote on behalf of a customer.

Potential side effects

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.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.

Trust status Trusted

stdmt.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.