You're viewing a demo portfolio

Join the waitlist
PRSM

search_nonprofits

Active

Tool of Propublica Nonprofit

declared in 0.1.0

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\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Propublica Nonprofit

https://github.com/pipeworx-io/mcp-propublica-nonprofit

2/7 registries
View full server →
search_nonprofits — Propublica Nonprofit — PRSM MCP