Skip to content
Back to search
100
MCP live v1.1.0 streamable-http

IRS 990 Nonprofit Data

com.olyport/irs-990

Nonprofit lookup and IRS 990 filing data: revenue, assets, and compensation via ProPublica

Uptime
10.7%
28 probes
Response
776ms
last probe
Tools
3
callable

Tools · 3

search_nonprofits

Search for nonprofit organizations by name or keyword. Searches the ProPublica Nonprofit Explorer database of IRS 990 filers. Returns organization name, EIN, location, revenue, and tax status…

get_nonprofit_details

Get detailed information about a nonprofit organization by EIN. Returns comprehensive data from the organization's IRS 990 filings including revenue, expenses, assets, executive compensation,…

get_nonprofit_filings

Get the filing history for a nonprofit organization. Returns a list of all available IRS 990 filings for the organization, including both filings with parsed data and those without. Useful fo…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "irs_990_nonprofit_data": {
      "url": "https://mcp.olyport.com/irs-990/mcp",
      "transport": "streamable-http"
    }
  }
}