← standardmachine.tools

INDIVIDUAL MCP TOOL

create_quote_request

Create and submit a quote on behalf of a customer.

standardmachine.toolsnone authenticationAvailability not checked

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

standardmachine.tools

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.standardmachine-tools]
url = "https://standardmachine.tools/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "standardmachine-tools": {
      "type": "http",
      "url": "https://standardmachine.tools/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: standardmachine-tools
Remote MCP URL: https://standardmachine.tools/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": {
    "standardmachine-tools": {
      "url": "https://standardmachine.tools/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "standardmachine-tools": {
      "type": "http",
      "url": "https://standardmachine.tools/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "standardmachine-tools",
  "transport": "streamable-http",
  "url": "https://standardmachine.tools/api/mcp"
}
MCP Inspector

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

Related tools

  • search_products — Search the STANDARD machine-tool catalog by keyword (name, family, type).
  • get_product — Get one fully normalized product by slug (or numeric id), market-aware.
  • get_product_variants — List the configurable variants for a product, each with its model code and price.
  • get_product_options — List the configurable add-on options for a product (grouped, with add-on prices).
  • get_pricing — Get market-aware pricing for a product (and optionally a specific variant model code).
  • estimate_shipping — Return the shipping/container plan for a product (and optional variant): transport type, container plan, packed CBM/weight, package count.
  • list_markets — List the active markets (regions/currencies) the catalog is priced in.