Skip to main content
ClaudeWave

MCP server for 8.7M+ charities from official government registries in 60+ countries

MCP ServersOfficial Registry0 stars0 forksUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/matt-timmermans/giveradar-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "giveradar-mcp": {
      "command": "node",
      "args": ["/path/to/giveradar-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/matt-timmermans/giveradar-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# GiveRadar MCP Server

Remote [MCP](https://modelcontextprotocol.io) server exposing **8.7M+ registered charities across 60+ countries**, sourced from official government registries (IRS, Charity Commission, ACNC, DSD, RNA, and 60+ more). Read-only, no key required to start.

**Endpoint:** `https://giveradar.com/mcp/` (JSON-RPC 2.0 over HTTPS)
**Registry:** [`com.giveradar/charity-registry`](https://registry.modelcontextprotocol.io/v0.1/servers?search=com.giveradar) | **Docs:** [giveradar.com/mcp](https://giveradar.com/mcp/) | **Manifest:** [/.well-known/mcp.json](https://giveradar.com/.well-known/mcp.json)

## Tools

| Tool | What it does |
|---|---|
| `search_charities` | Free-text name search (trigram-indexed), optional country filter |
| `verify_charity` | Look up by EIN / UK Charity Number / RSIN / any official registry ID |
| `compare_charities` | Side-by-side integrity scores + financials, with a verdict |
| `find_similar` | More charities in the same country + category |

Plus `resources/list` / `resources/read` for full schema.org JSON-LD per charity (incl. FAQs). All tools are read-only (`readOnlyHint: true`).

## Claude Desktop

Add to `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "giveradar": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://giveradar.com/mcp/"]
    }
  }
}
```

Clients with native streamable-HTTP support can connect directly to `https://giveradar.com/mcp/`.

## Try it

```bash
curl -s -X POST -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"verify_charity","arguments":{"country":"US","id_value":"13-1760110"}}}' \
  https://giveradar.com/mcp/
```

## Quotas & tiers

| Tier | Daily quota | Fields |
|---|---|---|
| Anonymous | 50 / day / IP | All free fields |
| Free API key | 100 / day | All free fields |
| Pro | 10,000 / day | + financials, donation/report URLs |

Authenticate with `Authorization: Bearer gr_xxxxx` - get a key at [giveradar.com/api](https://giveradar.com/api/). Email, phone, and officer names are never exposed, at any tier.

## About

This repo holds the public metadata for the hosted server (the implementation lives in the main GiveRadar codebase). Data license: **CC-BY-4.0** - attribute "GiveRadar (giveradar.com)". Issues and feature requests welcome here.
charitymcpmcp-servermodel-context-protocolnonprofitopen-data

What people ask about giveradar-mcp

What is matt-timmermans/giveradar-mcp?

+

matt-timmermans/giveradar-mcp is mcp servers for the Claude AI ecosystem. MCP server for 8.7M+ charities from official government registries in 60+ countries It has 0 GitHub stars and was last updated today.

How do I install giveradar-mcp?

+

You can install giveradar-mcp by cloning the repository (https://github.com/matt-timmermans/giveradar-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is matt-timmermans/giveradar-mcp safe to use?

+

matt-timmermans/giveradar-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains matt-timmermans/giveradar-mcp?

+

matt-timmermans/giveradar-mcp is maintained by matt-timmermans. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to giveradar-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy giveradar-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: matt-timmermans/giveradar-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/matt-timmermans-giveradar-mcp)](https://claudewave.com/repo/matt-timmermans-giveradar-mcp)
<a href="https://claudewave.com/repo/matt-timmermans-giveradar-mcp"><img src="https://claudewave.com/api/badge/matt-timmermans-giveradar-mcp" alt="Featured on ClaudeWave: matt-timmermans/giveradar-mcp" width="320" height="64" /></a>

More MCP Servers

giveradar-mcp alternatives