propublica-npo-mcp
propublica-npo-mcp
MCP 服务器,通过 ProPublica Nonprofit Explorer API 提供精选的非营利组织及申报摘要。
安装
npm installRelated MCP server: Charity MCP Server
运行
npm run start本地开发:
npm run devClaude Desktop / Cline 配置
{
"mcpServers": {
"propublica-npo": {
"command": "npx",
"args": ["tsx", "/absolute/path/to/propublica-npo-mcp/src/index.ts"]
}
}
}工具
search_nonprofits 通过名称或关键词搜索 ProPublica Nonprofit Explorer 索引,支持可选的州、NTEE 主要类别、501(c) 子类型和页面筛选器。
get_organization 返回组织元数据以及默认情况下最近五份申报的精选摘要。传入 verbose: true 可获取原始上游负载。
list_organization_filings 返回特定 EIN 的所有申报记录,按最新日期排序。默认输出为精选摘要;verbose: true 返回原始申报数组。
compare_nonprofits 使用 2-5 个组织的最新申报数据进行并排对比,同时将每个 EIN 的 404 错误保留为行级错误。
注意事项
该服务器使用具有 1 小时 TTL 的 100 条目内存 LRU 缓存。每个上游请求均有 15 秒超时限制,并在网络故障或 5xx 错误时重试一次。ProPublica 数据公开但仍受速率限制;如果遇到 429 错误,请等待后重试,不要循环请求。
支持
如果本项目对您的非营利组织研究或构建智能体有所帮助,请考虑请我喝杯咖啡!这将有助于保持更新。
许可证
MIT 许可证 - 由 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