Supports deployment to Cloudflare Workers with global edge distribution and zero cold starts for serverless hosting of the MCP server
Enables container-based deployment with automatic scaling and monitoring through DigitalOcean App Platform
ProPublica MCP Server
A 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.
🚨 Breaking Changes in v1.0.0
Version 1.0.0 introduces breaking changes with the implementation of MCP 2025-03-26 Streamable HTTP transport:
- Remote deployments now use a single
/
endpoint instead of/sse
and/messages
- MCP client configuration has changed for cloud deployments (see Usage section below)
- Improved compatibility with Claude Desktop, Cursor, and other MCP clients
- Backwards incompatible with MCP clients expecting the old SSE transport
Features
- Search nonprofit organizations by name, location, and category
- Retrieve detailed organization profiles and contact information
- Access Form 990 financial data and filing history
- Analyze financial trends across multiple years
- Export data in CRM-ready formats
- Built with FastMCP for optimal performance
🚀 One-Click Deployment
Deploy the ProPublica MCP server instantly to your preferred cloud platform:
DigitalOcean App Platform
Cloudflare Workers
Both platforms offer:
- DigitalOcean: Container-based deployment with automatic scaling and monitoring
- Cloudflare: Serverless deployment with global edge distribution and zero cold starts
Quick Start
Prerequisites
- Python 3.8 or higher
- Git
Installation
Option 1: Docker (Recommended)
The easiest way to run the ProPublica MCP server is using Docker:
Quick Start with Docker:
Using Docker Compose:
- Download the compose file:
- Configure environment (optional):
- Start the service:
Option 2: Cloud Deployment
DigitalOcean App Platform:
- Click the "Deploy to DO" button above
- Connect your GitHub account (if not already connected)
- Configure environment variables (optional - defaults are provided)
- Click "Deploy" - your app will be live in minutes with a public URL
Cloudflare Workers:
- Click the "Deploy to Cloudflare Workers" button above
- Connect your GitHub account and authorize Cloudflare
- Configure any environment variables as needed
- Deploy - your serverless function will be live globally
🚀 Production Deployment Strategy
Cloud deployments only deploy from the
deploy
branch, which contains stable, tested releases:
- Development: All work happens on
main
branch- Releases: When tags are created (e.g.,
v0.2.0
), thedeploy
branch is automatically updated- Cloud Platforms: DigitalOcean and Cloudflare deploy only from the
deploy
branch- Benefits: Ensures only stable, released versions reach production environments
Option 3: Local Python Installation
- Clone the repository:
- Create and activate a virtual environment:
- Install dependencies:
- Install the package:
- Run the server:
For stdio mode (local MCP clients):
For HTTP mode (remote MCP clients):
Available options:
--http
: Enable HTTP server mode for remote MCP clients--host
: Host to bind to (default: 127.0.0.1)--port
: Port to bind to (default: 8080)--log-level
: Set logging level (DEBUG, INFO, WARNING, ERROR)
Usage with MCP Clients
This server implements the MCP 2025-03-26 Streamable HTTP transport protocol and can be used with any MCP client, including Claude Desktop, Cursor, and other compatible tools.
For Cloud Deployment (Remote MCP Server):
DigitalOcean/Cloudflare (Streamable HTTP):
For remote Python MCP servers, you'll need to use an HTTP transport. Add this to your MCP client configuration:
For Local Installation (stdio transport):
For Docker Deployment (stdio transport):
For Local HTTP Server (development):
Then configure as remote server:
API Tools
Core Tools
- search_nonprofits: Search for nonprofit organizations
- get_organization: Get detailed organization information by EIN
- get_organization_filings: Retrieve Form 990 filings for an organization
Advanced Tools
- analyze_nonprofit_financials: Analyze financial trends across multiple years
- search_similar_nonprofits: Find similar organizations
- export_nonprofit_data: Format data for CRM import
Data Sources
This server uses the ProPublica Nonprofit Explorer API which provides:
- IRS Form 990 data for tax-exempt organizations
- Organization profiles and contact information
- Financial data and filing history
- NTEE categorization and 501(c) status
Development
Project Structure
Development with Docker
Building the Docker Image
Running Development Environment
Environment Variables
The Docker container supports these environment variables:
LOG_LEVEL
: Set logging level (DEBUG, INFO, WARNING, ERROR)API_RATE_LIMIT
: Requests per minute (default: 60)PROPUBLICA_API_BASE_URL
: API base URL (rarely needs changing)
Running Tests
Local Testing
Docker Testing
Publishing to GitHub Container Registry
The project includes automated publishing via GitHub Actions, but you can also publish manually:
Prerequisites
- GitHub Personal Access Token with
packages:write
scope - Authentication to GitHub Container Registry:
Automated Publishing (Recommended)
Push to the main
branch or create a tag to trigger automated builds:
Manual Publishing
Use the provided script (requires local setup):
Available Images
Once published, the images will be available at:
- Latest:
ghcr.io/asachs/propublica-mcp:latest
- Tagged versions:
ghcr.io/asachs/propublica-mcp:v1.0.0
- Branch builds:
ghcr.io/asachs/propublica-mcp:main
Contributing
- Follow the existing code style
- Add tests for new features
- Update documentation as needed
- Ensure all tests pass before submitting
License
MIT License - see LICENSE file for details
Support
For issues and questions:
- Check the documentation
- Review existing GitHub issues
- Create a new issue with detailed information
This server cannot be installed
A 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.
Related MCP Servers
- AsecurityFlicenseAqualityA Model Context Protocol (MCP) server that provides programmatic access to the Supabase Management API. This server allows AI models and other clients to manage Supabase projects and organizations through a standardized interface.Last updated -88427JavaScript
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.Last updated -11,9641,697TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol (MCP) server that provides intelligent access to PowerPlatform/Dataverse entities and records. This tool offers context-aware assistance, entity exploration and metadata access.Last updated -4661JavaScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server that provides access to Crunchbase data for AI assistants. This server allows AI assistants to search for companies, get company details, funding information, acquisitions, and people data from Crunchbase.Last updated -53JavaScriptMIT License