search_standards

Pack: iso · Endpoint: https://gateway.pipeworx.io/iso/mcp

Search the full ISO catalogue (~all deliverables) by keyword across reference, title and abstract, with optional filters. Returns reference, title, status, abstract snippet, committee and the iso.org link. Use to find standards on a topic (“supply chain security”, “medical device risk”).

Parameters

NameTypeRequiredDescription
querystringyesKeywords matched against title + abstract + reference (full-text).
committeestringnoFilter by owner committee, e.g. “JTC 1/SC 27” (substring).
icsstringnoFilter by ICS classification code prefix, e.g. “35.030” (IT security).
typestringnoFilter by deliverable type: IS, TR, TS, PAS, Guide, …
statusstringnoFilter by publication status (prefix match).
limitnumbernoMax results (default 20, max 50).

Example call

curl -X POST https://gateway.pipeworx.io/iso/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_standards","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "iso": {
      "url": "https://gateway.pipeworx.io/iso/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 12, 2026