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
| Name | Type | Required | Description |
|---|---|---|---|
number | string | yes | ISO number or full reference, e.g. “27001”, “ISO/IEC 42001”, “ISO 9001:2015”. |
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":"get_standard","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.