You're viewing a demo portfolio

Join the waitlist
PRSM

entity_resolve

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Resolve a company across US government sources in one call. Searches SEC EDGAR, EPA ECHO, and the sanctions lists by name and returns the candidate match and strong identifiers (SEC CIK, ticker, EPA registry id) found in each. Use this to confirm WHO an entity is and gather its IDs before pulling detail. Matches are name-based candidates to verify, not certain identity links.

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'."
    },
    "state": {
      "type": "string",
      "description": "Optional 2-letter US state to disambiguate location-based sources (e.g. 'TX')."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →