You're viewing a demo portfolio

Join the waitlist
PRSM

sustainability_reporting_pilot

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

Pilote de reporting durabilité — Gapup agent-payable C-suite expertise (RISK). Returns a structured, audited deliverable. Reference case: AlphaTech Industries SAS — premier rapport CSRD wave 2 (exercice 2025). Inputs are validated server-side — send the documented case fields.

Parameters schema

{
  "type": "object",
  "required": [
    "company",
    "targetFrameworks",
    "dataInputs",
    "materiality"
  ],
  "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
    },
    "company": {
      "type": "object",
      "required": [
        "name",
        "sector",
        "fte",
        "revenueEur",
        "listedStatus",
        "country"
      ],
      "properties": {
        "fte": {
          "type": "integer",
          "minimum": 1
        },
        "name": {
          "type": "string",
          "maxLength": 120,
          "minLength": 2
        },
        "sector": {
          "type": "string",
          "maxLength": 120,
          "minLength": 2
        },
        "country": {
          "type": "string",
          "maxLength": 80,
          "minLength": 2
        },
        "naceCode": {
          "type": "string"
        },
        "revenueEur": {
          "type": "number",
          "minimum": 0
        },
        "parentGroup": {
          "type": "string"
        },
        "listedStatus": {
          "enum": [
            "listed",
            "private-large",
            "private-sme",
            "public-sector"
          ],
          "type": "string"
        }
      }
    },
    "dataInputs": {
      "type": "object",
      "properties": {
        "social": {
          "type": "object",
          "properties": {
            "payGapPct": {
              "type": "number"
            },
            "accidentsLTI": {
              "type": "number"
            },
            "fteByGenderPct": {
              "type": "object"
            },
            "trainingHoursAvg": {
              "type": "number"
            }
          }
        },
        "governance": {
          "type": "object"
        },
        "valueChain": {
          "type": "object",
          "properties": {
            "suppliersCount": {
              "type": "integer"
            },
            "criticalRawMaterials": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          }
        },
        "environmental": {
          "type": "object",
          "properties": {
            "wasteT": {
              "type": "number"
            },
            "waterUseM3": {
              "type": "number"
            },
            "energyMixPct": {
              "type": "object"
            },
            "scope1Tco2eq": {
              "type": "number"
            },
            "scope3Tco2eq": {
              "type": "number"
            },
            "scope2Tco2eqMarket": {
              "type": "number"
            },
            "scope2Tco2eqLocation": {
              "type": "number"
            }
          }
        }
      }
    },
    "materiality": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "topic",
          "financiallyMaterial",
          "impactMaterial",
          "justification"
        ],
        "properties": {
          "topic": {
            "type": "string"
          },
          "justification": {
            "type": "string"
          },
          "impactMaterial": {
            "type": "boolean"
          },
          "financiallyMaterial": {
            "type": "boolean"
          }
        }
      },
      "maxItems": 30,
      "minItems": 3
    },
    "targetFrameworks": {
      "type": "array",
      "items": {
        "enum": [
          "CSRD",
          "SFDR Article 8",
          "SFDR Article 9",
          "GRI",
          "TCFD",
          "ISSB IFRS S1/S2",
          "CDP"
        ],
        "type": "string"
      },
      "maxItems": 7,
      "minItems": 1
    }
  },
  "additionalProperties": true
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

@gapup/mcp-knowledge

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

2/7 registries
View full server →
sustainability_reporting_pilot — @gapup/mcp-knowledge — PRSM MCP