search_standards
ActiveTool of mcp-iso
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 schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"ics": {
"type": "string",
"description": "Filter by ICS classification code prefix, e.g. \"35.030\" (IT security)."
},
"type": {
"type": "string",
"description": "Filter by deliverable type: IS, TR, TS, PAS, Guide, …"
},
"limit": {
"type": "number",
"description": "Max results (default 20, max 50)."
},
"query": {
"type": "string",
"description": "Keywords matched against title + abstract + reference (full-text)."
},
"status": {
"enum": [
"Published",
"Withdrawn",
"Under development"
],
"type": "string",
"description": "Filter by publication status (prefix match)."
},
"committee": {
"type": "string",
"description": "Filter by owner committee, e.g. \"JTC 1/SC 27\" (substring)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-iso
https://github.com/pipeworx-io/mcp-iso
2/7 registries