You're viewing a demo portfolio

Join the waitlist
PRSM

resolve_entity

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Canonical cross-source entity resolution - the join-key primitive to run before other combos. Given a company/organization name (plus optional ticker/CIK/EIN/state hints), fans out across the LiveDataLink sources that carry a strong identifier and returns the best-matched canonical identity plus the IDs it resolves to: SEC EDGAR (CIK, ticker), GLEIF (LEI plus the ownership chain - direct and ultimate parent LEI and the reported subsidiary count), NPPES (organizational NPI for healthcare entities), IRS 990 (EIN), USAspending (federal recipient name), EPA ECHO (facility registry id), and an OFAC/EU/UN/BIS sanctions screen (match/no-match flag). Returns a compact canonical-IDs block with per-source confidence, an entity-type guess, an ownership summary, and an overall match confidence - distinct from entity_dossier's full narrative. A source that fails is noted, not fatal. UEI/SAM.gov and RDAP domain-owner ids are omitted (not wired sources). Premium cross-source synthesis; verify identifiers before relying on a join.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "name"
  ],
  "properties": {
    "cik": {
      "type": "string",
      "description": "Optional SEC CIK hint."
    },
    "ein": {
      "type": "string",
      "description": "Optional EIN for an exact IRS 990 nonprofit match."
    },
    "name": {
      "type": "string",
      "description": "Company or organization name to resolve (e.g. 'Apple', 'Lockheed Martin', 'Red Cross')."
    },
    "state": {
      "type": "string",
      "description": "Optional 2-letter state to disambiguate nonprofit/EPA name searches."
    },
    "ticker": {
      "type": "string",
      "description": "Optional stock ticker hint to pin the SEC EDGAR match (e.g. 'AAPL')."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →