You're viewing a demo portfolio

Join the waitlist
PRSM

contract_risk_scanner

Active

Tool of gapup-mcp

declared in 0.2.0

Scanner de risques contractuels — Gapup agent-payable C-suite expertise (RISK). Returns a structured, audited deliverable. Reference case: Salesforce MSA — revue d'un client SaaS B2B EMEA. Inputs are validated server-side — send the documented case fields.

Parameters schema

{
  "type": "object",
  "required": [
    "contractContext",
    "contractText"
  ],
  "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."
    },
    "focus": {
      "type": "string",
      "maxLength": 500
    },
    "contractText": {
      "type": "string",
      "maxLength": 100000,
      "minLength": 500
    },
    "contractContext": {
      "type": "object",
      "required": [
        "ourRole",
        "contractType",
        "counterparty"
      ],
      "properties": {
        "ourRole": {
          "enum": [
            "buyer",
            "seller"
          ],
          "type": "string"
        },
        "dealSize": {
          "type": "string",
          "maxLength": 200
        },
        "contractType": {
          "enum": [
            "MSA",
            "DPA",
            "NDA",
            "EULA",
            "vendor",
            "other"
          ],
          "type": "string"
        },
        "counterparty": {
          "type": "object",
          "required": [
            "name",
            "sector"
          ],
          "properties": {
            "name": {
              "type": "string",
              "maxLength": 120,
              "minLength": 2
            },
            "sector": {
              "type": "string",
              "maxLength": 120,
              "minLength": 2
            }
          }
        }
      }
    }
  },
  "additionalProperties": true
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

gapup-mcp

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

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