nonprofit_lookup_ein
ActiveTool of io.github.blackboxfoundry/livedatalink
Look up a US tax-exempt organization by exact EIN from the IRS Exempt Organizations Business Master File (~1.27M orgs). Returns name, address, IRC subsection, and current EO status. Use nonprofit_details for the fully decoded record.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"ein"
],
"properties": {
"ein": {
"type": "string",
"description": "Employer Identification Number (EIN). Accepts 9 digits with or without a dash, e.g. \"13-1837418\" or \"131837418\"."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries