MCP server for nonprofit financials via ProPublica — IRS Form 990 data for 1.8M+ nonprofits.
claude mcp add nonprofit-explorer-mcp-server --transport http https://nonprofit-explorer.caseyjhand.com/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"nonprofit-explorer-mcp-server": {
"url": "https://nonprofit-explorer.caseyjhand.com/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"nonprofit-explorer-mcp-server": {
"serverUrl": "https://nonprofit-explorer.caseyjhand.com/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"nonprofit-explorer-mcp-server": {
"type": "http",
"url": "https://nonprofit-explorer.caseyjhand.com/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"nonprofit-explorer-mcp-server": {
"url": "https://nonprofit-explorer.caseyjhand.com/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"nonprofit-explorer-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://nonprofit-explorer.caseyjhand.com/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://nonprofit-explorer.caseyjhand.com/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.cyanheads--nonprofit-explorer-mcp-server/reviews or the review_server meta-tool.
POST /mcp