search_nonprofits
ActiveTool of Propublica Nonprofit
Search US nonprofits by name. Returns EIN, name, city, state, revenue, assets, and NTEE code. Example: search_nonprofits("red cross", "NY"). Use get_organization with the EIN for full details.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "red cross"
},
{
"query": "habitat for humanity",
"state": "CA"
}
],
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Name or keyword to search for (e.g., \"habitat for humanity\")"
},
"state": {
"type": "string",
"description": "Two-letter state code to filter results (e.g., \"CA\", \"NY\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Propublica Nonprofit
https://github.com/pipeworx-io/mcp-propublica-nonprofit
2/7 registries