You're viewing a demo portfolio

Join the waitlist
PRSM

ma_deal_screener

Active

Tool of gapup-mcp

declared in 0.2.0

M&A Deal Screener — Gapup agent-payable C-suite expertise (CSO). Returns a structured, audited deliverable. Reference case: Salesforce M&A targets — 12 cibles screened · fit score + valuation + integration risk. Inputs are validated server-side — send the documented case fields.

Parameters schema

{
  "type": "object",
  "required": [
    "acquirer",
    "criteria"
  ],
  "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": 400
    },
    "acquirer": {
      "type": "object",
      "required": [
        "name",
        "sector",
        "arrEur",
        "strategicThesis"
      ],
      "properties": {
        "name": {
          "type": "string"
        },
        "arrEur": {
          "type": "number"
        },
        "sector": {
          "type": "string"
        },
        "strategicThesis": {
          "type": "string",
          "maxLength": 500,
          "minLength": 20
        }
      }
    },
    "criteria": {
      "type": "object",
      "required": [
        "targetGeo",
        "arrRangeMinEur",
        "arrRangeMaxEur",
        "preferredEntryMode"
      ],
      "properties": {
        "targetGeo": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "arrRangeMaxEur": {
          "type": "number"
        },
        "arrRangeMinEur": {
          "type": "number"
        },
        "preferredEntryMode": {
          "enum": [
            "acquihire",
            "tuck-in",
            "platform",
            "transformative"
          ],
          "type": "string"
        }
      }
    }
  },
  "additionalProperties": true
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

gapup-mcp

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

2/7 registries
View full server →