Skip to main content
ClaudeWave

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

MCP ServersRegistry oficial0 estrellas0 forksActualizado 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.
Casos de uso

Resumen de MCP Servers

# 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

Lo que la gente pregunta sobre giveradar-mcp

¿Qué es matt-timmermans/giveradar-mcp?

+

matt-timmermans/giveradar-mcp es mcp servers para el ecosistema de Claude AI. MCP server for 8.7M+ charities from official government registries in 60+ countries Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala giveradar-mcp?

+

Puedes instalar giveradar-mcp clonando el repositorio (https://github.com/matt-timmermans/giveradar-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar matt-timmermans/giveradar-mcp?

+

matt-timmermans/giveradar-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene matt-timmermans/giveradar-mcp?

+

matt-timmermans/giveradar-mcp es mantenido por matt-timmermans. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a giveradar-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega giveradar-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a giveradar-mcp