You're viewing a demo portfolio

Join the waitlist
PRSM

re_deal_screener

Active

Tool of gapup-mcp

declared in 0.2.0

Screener deal immobilier (EU) — Gapup agent-payable C-suite expertise (CFO). Returns a structured, audited deliverable. Answers: Screen this real estate deal: <address>, <deal_type>, asking €<price> — give me cap rate vs market, location score, risk flags, and deal recommendation. · Should I pursue this hotel investment at <address> for €<price> with <N> keys? Run an EU deal screener with DVF comparables and Géorisques risk data. · What is the real estate market valuation for a <deal_type> at <address> based on recent French DVF transactions? · Run a due diligence deal screen on this property: <address>, €<price>, <sqm> sqm — flood risk, cap rate, price vs comparables. · Evaluate this commercial real estate deal for an investment committee: <deal_type> at <address>, €<price>, NOI €<noi>. Reference case: Hôtel boutique 45 keys · 12 rue de la Paix 75002 Paris · €12.5M · €277k/key · comp DVF €250-380k/key · location 92/100 · score 72 · pursue-with-conditions. Inputs are validated server-side — send the documented case fields.

Parameters schema

{
  "type": "object",
  "required": [
    "deal_type",
    "address",
    "country_iso2",
    "asking_price_eur"
  ],
  "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."
    },
    "address": {
      "type": "string",
      "maxLength": 300,
      "minLength": 10
    },
    "deal_type": {
      "enum": [
        "hotel",
        "office",
        "retail",
        "residential-multifamily",
        "mixed-use",
        "industrial"
      ],
      "type": "string"
    },
    "country_iso2": {
      "type": "string",
      "default": "FR"
    },
    "units_or_keys": {
      "type": "integer",
      "minimum": 0
    },
    "gross_area_sqm": {
      "type": "number",
      "minimum": 0
    },
    "current_noi_eur": {
      "type": "number",
      "minimum": 0
    },
    "asking_price_eur": {
      "type": "number",
      "minimum": 0
    },
    "investment_thesis": {
      "type": "string",
      "maxLength": 500
    }
  },
  "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 →
re_deal_screener — gapup-mcp — PRSM MCP