propublica-npo-mcp
propublica-npo-mcp
ProPublica Nonprofit Explorer APIを公開し、厳選された非営利団体および申告概要を提供するMCPサーバーです。
インストール
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 は、組織のメタデータと、デフォルトで最新の申告書最大5件の厳選された概要を返します。verbose: true を渡すと、生のアップストリームペイロードを取得できます。
list_organization_filings は、EINに対するすべての申告書を新しい順に返します。デフォルトの出力は厳選されたものですが、verbose: true を指定すると生の申告書配列が返されます。
compare_nonprofits は、2〜5つの組織を最新の申告データを使用して並列比較します。EINごとの404エラーは行レベルのエラーとして保持されます。
注意事項
このサーバーは、1時間のTTLを持つ100エントリのインメモリLRUキャッシュを使用します。各アップストリームリクエストには15秒のタイムアウトが設定されており、ネットワークエラーや5xxエラーが発生した場合は1回再試行します。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