You're viewing a demo portfolio

Join the waitlist
PRSM

bond_covenant_esg_compliance_checker

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

As a CFO, quickly assess whether your bond covenants meet ESG compliance standards set by BIS and ECB. This tool analyzes covenant text against regulatory benchmarks, identifying potential ESG-related risks in carbon emissions, governance practices, and social impact clauses. Input bond covenant details and receive structured compliance insights with source references. Ideal for pre-issuance due diligence or ongoing monitoring of existing bond portfolios.

Parameters schema

{
  "type": "object",
  "required": [
    "covenantText"
  ],
  "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."
    },
    "couponType": {
      "enum": [
        "fixed",
        "floating",
        "zero-coupon"
      ],
      "type": "string",
      "description": "Type of bond coupon"
    },
    "covenantText": {
      "type": "string",
      "description": "Full text of the bond covenant to analyze"
    },
    "issuerSector": {
      "type": "string",
      "description": "Industry sector of the bond issuer (e.g., energy, finance)"
    },
    "jurisdiction": {
      "type": "string",
      "description": "Legal jurisdiction governing the bond (e.g., EU, US)"
    },
    "maturityDate": {
      "type": "string",
      "format": "date",
      "description": "Maturity date of the bond"
    }
  }
}

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 →