entity_dossier
ActiveTool of io.github.blackboxfoundry/livedatalink
Build a consolidated cross-source dossier for a company in one call: SEC registration and identifiers (EDGAR), environmental footprint and regulated facilities (EPA ECHO), and sanctions/denied-party screening (OFAC/UN/EU/BIS) with a confidence score. Returns a per-source summary plus top records. This is a single AI-native lookup across data that otherwise lives in separate silos. Matches are name-based; verify identity before relying on any link.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Company / organization name, e.g. 'Chevron Corporation', 'Acme Trucking LLC'."
},
"limit": {
"type": "number",
"description": "Max records to surface per source (default 5, max 15)."
},
"state": {
"type": "string",
"description": "Optional 2-letter US state to disambiguate location-based sources (e.g. 'TX')."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries