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
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | Keywords matched against title + abstract + reference (full-text). |
committee | string | no | Filter by owner committee, e.g. “JTC 1/SC 27” (substring). |
ics | string | no | Filter by ICS classification code prefix, e.g. “35.030” (IT security). |
type | string | no | Filter by deliverable type: IS, TR, TS, PAS, Guide, … |
status | string | no | Filter by publication status (prefix match). |
limit | number | no | Max 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.