supplier_esg_scorecard
ActiveTool of io.github.blackboxfoundry/livedatalink
One-call, resale-safe ESG / supplier-risk read for a company - no proprietary ESG-rating license needed. Joins three public-record governance-signal legs: EPA ECHO/FRS environmental compliance (significant-non-compliance flags, non-compliant quarters, penalties, and formal enforcement actions across the company's facilities, with correct filtering so clean 'No Violation Identified' statuses are never flagged), product recalls (CPSC consumer products + openFDA drug/device/food, keyed by the company), and federal-court litigation (CourtListener v4 dockets whose caption actually names the company). Returns a readable scorecard across Environmental / Product-safety / Litigation dimensions with a rolled-up read (LOW / MODERATE / ELEVATED ESG risk signals) and the evidence behind each. A leg that fails is noted, not fatal. This is informational public-record synthesis of ESG/supplier-risk SIGNALS, NOT an ESG rating, credit/background report, or investment advice.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"company"
],
"properties": {
"state": {
"type": "string",
"description": "Optional 2-letter state to disambiguate the EPA facility search (e.g. 'PA')."
},
"company": {
"type": "string",
"description": "Company / supplier name to score (e.g. 'US Steel', 'Tyson Foods')."
}
},
"additionalProperties": false
}Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries