nonprofit_search_name
ActiveTool of io.github.blackboxfoundry/livedatalink
Fuzzy-search tax-exempt organizations by name, optionally filtered to a US state. Tolerant of word reordering and minor spelling differences. Returns ranked matches with EIN, location, and IRC subsection. Use the returned EIN with nonprofit_details or nonprofit_lookup_ein.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Organization name or partial name to search for."
},
"limit": {
"type": "number",
"description": "Max matches to return (default 10, max 50)."
},
"state": {
"type": "string",
"description": "Optional 2-letter US state/territory code to narrow results, e.g. \"NY\", \"TX\", \"CA\"."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries