propublica-npo-mcp
propublica-npo-mcp
Servidor MCP que expone la API de Nonprofit Explorer de ProPublica con resúmenes seleccionados de organizaciones sin ánimo de lucro y sus declaraciones.
Instalación
npm installRelated MCP server: Charity MCP Server
Ejecución
npm run startPara desarrollo local:
npm run devConfiguración de Claude Desktop / Cline
{
"mcpServers": {
"propublica-npo": {
"command": "npx",
"args": ["tsx", "/absolute/path/to/propublica-npo-mcp/src/index.ts"]
}
}
}Herramientas
search_nonprofits busca en el índice de Nonprofit Explorer de ProPublica por nombre o palabra clave, con filtros opcionales de estado, categoría principal NTEE, subtipo 501(c) y página.
get_organization devuelve los metadatos de la organización junto con un resumen seleccionado de hasta las cinco declaraciones más recientes por defecto. Pasa verbose: true para obtener la carga útil original (raw payload).
list_organization_filings devuelve todas las declaraciones para un EIN, empezando por la más reciente. La salida por defecto es seleccionada; verbose: true devuelve las matrices de declaraciones originales.
compare_nonprofits compara de 2 a 5 organizaciones lado a lado utilizando su última declaración con datos, mientras preserva los errores 404 por EIN como errores a nivel de fila.
Notas
El servidor utiliza una caché LRU en memoria de 100 entradas con un TTL de 1 hora. Cada solicitud ascendente tiene un tiempo de espera de 15 segundos y se reintenta una vez en caso de fallos de red o 5xx. ProPublica es público pero sigue teniendo límites de tasa; si recibes un 429, espera y vuelve a intentarlo en lugar de entrar en un bucle.
Soporte
Si este proyecto te ayuda a investigar organizaciones sin ánimo de lucro o a crear agentes interesantes, ¡considera invitarme a un café! Ayuda a que las actualizaciones sigan llegando.
Licencia
Licencia MIT - Creado por Ian Shen.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceA Model Context Protocol (MCP) server that provides access to ProPublica's Nonprofit Explorer API, enabling AI models to search and analyze nonprofit organizations' Form 990 data for CRM integration and prospect research.1MIT
- FlicenseAqualityDmaintenanceEnables AI assistants to look up IRS nonprofit data, verify tax-deductible charity status, and search for organizations by name or location using the CharityAPI database.43

DataDawn MCP Serverofficial
AlicenseNot gradedqualityBmaintenanceEnables AI agents to query the IRS 990 nonprofit database and OpenRegs federal regulations database via SQL, providing access to nonprofit filings, grants, lobbying, and congressional data.Creative Commons Zero v1.0 Universal- AlicenseNot gradedqualityCmaintenanceEnables querying nonprofit organization data through the ProPublica Nonprofit Explorer API, providing access to financial and operational information without authentication.9MIT
Related MCP Connectors
ProPublica Nonprofit MCP — ProPublica Nonprofit Explorer API (free, no auth)
MCP server for nonprofit financials via ProPublica — IRS Form 990 data for 1.8M+ nonprofits.
Access FEC campaign finance data. Query data about candidates, money trails, and election filings.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/2b3pro/propublica-npo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server