ISO Standards

live GovernmentLegal

Search and look up the full ISO catalogue (~80k deliverables): reference, title, abstract, publication status, edition, ICS, committee and supersession chain, with the correct iso.org link and a best-effort price. Backed by ISO Open Data; normative clause text stays paywalled.

4 tools
0ms auth
free tier 50 calls/day

Tools

search_standards

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

No parameters required.

Try it
get_standard

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

No parameters required.

Try it
compliance_catalog

Curated catalogue of the compliance-relevant ISO standards (ISMS/27000, privacy, AI/42000, quality, continuity, risk) → ISO number, family and summary. Static name→number resolver; pass a number to ge

No parameters required.

Try it
open_data_files

URLs for the ISO Open Data bulk files (deliverables metadata, ICS classification, technical committees), ODC-By 1.0. The deliverables file is what backs this pack. Use to ingest the full dataset yours

No parameters required.

Try it

Test with curl

The gateway speaks JSON-RPC 2.0 over HTTP POST. You can test any pack directly from the terminal.

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

Use with the SDK

Install @pipeworx/sdk to call tools from any TypeScript/Node project.

TypeScript
import { Pipeworx } from '@pipeworx/sdk';
const px = new Pipeworx();
const result = await px.call("search_standards", {});
ask_pipeworx
// Or ask in plain English:
const answer = await px.ask("search and look up the full iso catalogue (~80k deliverables): reference, title, abstract, publication status, edition, ics, committee and supersession chain, with the correct iso");

Related packs

Other Pipeworx packs in the same categories (Government, Legal):