You're viewing a demo portfolio

Join the waitlist
PRSM

vendor_risk_assessor

Active

Tool of gapup-mcp

declared in 0.2.0

Évaluateur de risque fournisseurs — Gapup agent-payable C-suite expertise (RISK). Returns a structured, audited deliverable. Reference case: Gapup Hub — 15 fournisseurs · €1.8M spend · 3 critiques · Heatmap + plan de remédiation. Inputs are validated server-side — send the documented case fields.

Parameters schema

{
  "type": "object",
  "required": [
    "company",
    "vendors"
  ],
  "properties": {
    "async": {
      "type": "boolean",
      "description": "If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts."
    },
    "company": {
      "type": "object",
      "required": [
        "name",
        "sector"
      ],
      "properties": {
        "name": {
          "type": "string",
          "maxLength": 100
        },
        "sector": {
          "type": "string",
          "maxLength": 100
        },
        "isRegulated": {
          "type": "boolean"
        }
      }
    },
    "vendors": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "id",
          "name",
          "category"
        ],
        "properties": {
          "id": {
            "type": "string",
            "maxLength": 20
          },
          "name": {
            "type": "string",
            "maxLength": 100
          },
          "soc2": {
            "type": "boolean"
          },
          "category": {
            "type": "string",
            "maxLength": 100
          },
          "iso27001": {
            "type": "boolean"
          },
          "dataAccess": {
            "type": "boolean"
          },
          "criticality": {
            "enum": [
              "critical",
              "important",
              "standard",
              "low"
            ],
            "type": "string"
          },
          "knownIssues": {
            "type": "array",
            "items": {
              "type": "string",
              "maxLength": 200
            },
            "maxItems": 5
          },
          "annualSpendEur": {
            "type": "number",
            "minimum": 0
          },
          "contractExpiryMonths": {
            "type": "integer",
            "minimum": 0
          }
        }
      },
      "maxItems": 50,
      "minItems": 3
    },
    "riskFramework": {
      "type": "array",
      "items": {
        "enum": [
          "cyber",
          "financial",
          "operational",
          "regulatory",
          "esg",
          "concentration"
        ],
        "type": "string"
      }
    },
    "assessmentPurpose": {
      "enum": [
        "annual-review",
        "due-diligence",
        "audit",
        "board-report"
      ],
      "type": "string"
    }
  },
  "additionalProperties": true
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

gapup-mcp

https://github.com/getgapup/gapup-mcp-public

2/7 registries
View full server →
vendor_risk_assessor — gapup-mcp — PRSM MCP