get_filing
ActiveTool of Propublica Nonprofit
declared in 0.1.0
Get a specific IRS filing for a nonprofit. Returns financial data from one tax period including revenue, expenses, assets, and liabilities. Example: get_filing(131710957, 202112).
Parameters schema
{
"type": "object",
"examples": [
{
"ein": 131710957,
"tax_period": 202112
}
],
"required": [
"ein",
"tax_period"
],
"properties": {
"ein": {
"type": "number",
"description": "Employer Identification Number"
},
"tax_period": {
"type": "number",
"description": "Tax period in YYYYMM format (e.g., 202112 for December 2021)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Propublica Nonprofit
https://github.com/pipeworx-io/mcp-propublica-nonprofit
2/7 registries