com.giveradar/charity-registry
Official4 toolsby matt-timmermans · JavaScript
Search, verify, and compare 8.7M+ charities from official government registries in 60+ countries.
Search and verify 8.7M+ charities across 60+ countries using official registries.
Topics
Captured live from the server via tools/list.
search_charities
Search the charity registry by free-text name. Returns up to `limit` matches, each with slug, name, country, city/state, foundation_type, integrity_score, and the canonical page URL. Use this BEFORE resources/read when the user names a charity but you don't know its slug. The match is case-insensitive substring on the charity's name.
Parameters (3)
- querystringrequired
Name search query, 2+ chars.
- countrystring
Optional ISO 3166-1 alpha-2 country filter (e.g. 'ID', 'NL').
- limitinteger
compare_charities
Side-by-side comparison of 2-5 charities by slug. Returns their integrity scores, program/admin/fundraising ratios, annual revenue, founding year, foundation type, and a deterministic verdict on which has the strongest transparency signal. Use this when the user wants to choose between named charities.
Parameters (1)
- slugsarrayrequired
Charity slugs to compare (2-5).
find_similar
Given one charity's slug, return up to `limit` other charities in the same country + category. Useful for 'find more like this' recommendations. Excludes the input charity from the result.
Parameters (2)
- slugstringrequired
Source charity slug.
- limitinteger
verify_charity
Look up a charity by its official registry identifier - EIN (US), Charity Commission number (GB), RSIN (NL), AHU/Kemenkumham reg number (ID), or a generic registration_number for other countries. Returns the matched charity or null. Use this when the user provides a registry number and wants to confirm what's registered under it.
Parameters (2)
- countrystringrequired
ISO 3166-1 alpha-2 country code.
- id_valuestringrequired
The registration / EIN / charity number.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"charity-registry": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://giveradar.com/mcp/"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.