← WebMCP Directory

Tool tree

sps-industry.net

Productivity & Business
https://sps-industry.net/
Industrial automation and electrical component sourcing
Explore capabilities

Tools verified

get_sps_industry_discoveryAnswer

Return public SPS Industry agent discovery links, including llms.txt, API catalog, Agent Skills, A2A Agent Card, MCP Server Card, OpenAPI, and ACP discovery.

View tool JSON
{
  "name": "get_sps_industry_discovery",
  "kind": "answer",
  "impl": "declarative",
  "description": "Return public SPS Industry agent discovery links, including llms.txt, API catalog, Agent Skills, A2A Agent Card, MCP Server Card, OpenAPI, and ACP discovery.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  }
}
prepare_sps_industry_quote_payloadAnswer

Build a recommended /agent/quote-intent JSON payload for a product-specific B2B quote or proforma-invoice lead without submitting it.

View tool JSON
{
  "name": "prepare_sps_industry_quote_payload",
  "kind": "answer",
  "impl": "imperative",
  "description": "Build a recommended /agent/quote-intent JSON payload for a product-specific B2B quote or proforma-invoice lead without submitting it.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "sku": {
        "type": "string",
        "description": "SPS Industry product SKU if known."
      },
      "mpn": {
        "type": "string",
        "description": "Manufacturer part number if known."
      },
      "product_name": {
        "type": "string",
        "description": "Product name."
      },
      "product_url": {
        "type": "string",
        "description": "Canonical SPS Industry product URL."
      },
      "quantity": {
        "type": "number",
        "description": "Requested quantity."
      },
      "requested_document": {
        "type": "string",
        "enum": [
          "quote",
          "proforma_invoice"
        ],
        "description": "Human-reviewed document requested from SPS Industry."
      },
      "payment_method_preference": {
        "type": "string",
        "enum": [
          "bank_transfer",
          "not_specified"
        ],
        "description": "Preferred offline payment method for the later human-reviewed invoice flow."
      },
      "message": {
        "type": "string",
        "description": "Buyer request or procurement notes."
      }
    },
    "additionalProperties": false
  }
}
request_sps_industry_quoteSensitive Action

Submit a product-specific SPS Industry B2B quote or proforma-invoice lead for human review without creating an order, cart, account, checkout session, invoice, or payment.

View tool JSON
{
  "name": "request_sps_industry_quote",
  "kind": "transact",
  "impl": "declarative",
  "description": "Submit a product-specific SPS Industry B2B quote or proforma-invoice lead for human review without creating an order, cart, account, checkout session, invoice, or payment.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "customer_name": {
        "type": "string",
        "description": "Customer name"
      },
      "customer_email": {
        "type": "string",
        "description": "Customer email"
      },
      "customer_company": {
        "type": "string",
        "description": "Customer company"
      },
      "sku": {
        "type": "string",
        "description": "SKU"
      },
      "mpn": {
        "type": "string",
        "description": "MPN"
      },
      "product_url": {
        "type": "string",
        "description": "Product URL"
      },
      "quantity": {
        "type": "number",
        "minimum": 1,
        "multipleOf": 1,
        "description": "Quantity"
      },
      "message": {
        "type": "string",
        "description": "Message"
      }
    },
    "required": []
  }
}
search_sps_industry_catalogAnswer

Return structured SPS Industry product results for industrial automation, electrical components, controls, sensors, switches, and spare parts.

View tool JSON
{
  "name": "search_sps_industry_catalog",
  "kind": "answer",
  "impl": "declarative",
  "description": "Return structured SPS Industry product results for industrial automation, electrical components, controls, sensors, switches, and spare parts.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Product name, MPN, EAN, brand, or industrial component search query."
      },
      "limit": {
        "type": "integer",
        "minimum": 1,
        "maximum": 20,
        "description": "Maximum structured product results to return."
      },
      "language": {
        "type": "string",
        "pattern": "^[a-z]{2}$",
        "description": "Optional two-letter storefront language code."
      }
    },
    "required": [
      "query"
    ],
    "additionalProperties": false
  }
}