You're viewing a demo portfolio

Join the waitlist
PRSM

procurement_okr_esg_aligner

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

Aligns procurement OKRs with ESG targets for COOs using GRI standards and EU TED procurement benchmarks. Inputs include procurement objectives and ESG focus areas (e.g., carbon reduction, supplier diversity). Outputs structured alignment scores, gap analysis, and actionable recommendations. Essential for COOs integrating sustainability into procurement strategy. Keywords: procurement, ESG, GRI, EU TED, OKR alignment, sustainability metrics.

Parameters schema

{
  "type": "object",
  "required": [
    "procurementObjectives",
    "esgFocusAreas"
  ],
  "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."
    },
    "esgFocusAreas": {
      "type": "array",
      "items": {
        "enum": [
          "carbon_reduction",
          "supplier_diversity",
          "waste_reduction",
          "ethical_sourcing",
          "water_conservation"
        ],
        "type": "string"
      }
    },
    "industrySector": {
      "enum": [
        "manufacturing",
        "retail",
        "healthcare",
        "technology",
        "energy",
        "transportation"
      ],
      "type": "string"
    },
    "procurementObjectives": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "id",
          "description"
        ],
        "properties": {
          "id": {
            "type": "string"
          },
          "weight": {
            "type": "number",
            "maximum": 1,
            "minimum": 0
          },
          "description": {
            "type": "string"
          }
        }
      }
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

@gapup/mcp-knowledge

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

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