You're viewing a demo portfolio

Join the waitlist
PRSM

search_standards

Active

Tool of mcp-iso

declared in 0.1.0

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)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-iso

https://github.com/pipeworx-io/mcp-iso

2/7 registries
View full server →