CharityAPI · Capability
CharityAPI
REST API providing access to US nonprofit and charity data sourced from IRS filings. Supports lookup of organizations by EIN, public charity (501c3) verification checks, and name-based autocomplete for donation, fundraising, and compliance workflows.
What You Can Do
GET
Getorganizationbyein
— Get organization by EIN
/organizations/{ein}
GET
Autocompleteorganizations
— Autocomplete organization names
/organizations/autocomplete/{term}
GET
Publiccharitycheck
— Check public charity status
/public_charity_check/{ein}
MCP Tools
getorganizationbyein
Get organization by EIN
read-only
idempotent
autocompleteorganizations
Autocomplete organization names
read-only
idempotent
publiccharitycheck
Check public charity status
read-only
idempotent