bond_covenant_esg_compliance_checker
ActiveTool of @gapup/mcp-knowledge
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"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries