get_standard

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

Full record for one ISO standard by number (“27001”) or reference (“ISO/IEC 27001:2022”): title, abstract, status, edition, publication date, ICS, committee, the supersession chain, the correct iso.org page, and a best-effort live price. The reliable lookup (resolves any standard via its catalogue id).

Parameters

NameTypeRequiredDescription
numberstringnoISO number or reference, any form: “27001”, “ISO 9001”, “ISO-9001”, “ISO9001”, “ISO/IEC 42001”, “ISO 9001:2015”. (The reference arg is also accepted.)

Example call

Arguments

{
  "number": "27001"
}

curl

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":"get_standard","arguments":{"number":"27001"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('get_standard', {
  "number": "27001"
});

More examples

{
  "number": "ISO/IEC 42001:2024"
}

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 September 10, 2026