You're viewing a demo portfolio

Join the waitlist
PRSM

get_filing

Active

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Propublica Nonprofit

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

2/7 registries
View full server →