GiveRadar Server
FreeNot checkedGiveRadar's MCP server gives AI agents verified data on 7 million+ nonprofits across 65+ countries, sourced from official government registries. Tools let agent
About
GiveRadar's MCP server gives AI agents verified data on 7 million+ nonprofits across 65+ countries, sourced from official government registries. Tools let agents search charities, verify a charity by registration number or EIN, compare integrity scores, and find similar organizations.
README
Remote MCP server exposing 7 million+ registered charities across 65+ countries, sourced from official government registries (IRS, Charity Commission, ACNC, and dozens more). Read-only, no key required to start.
Endpoint: https://giveradar.com/mcp/ (JSON-RPC 2.0 over HTTPS)
Docs: giveradar.com/mcp | Manifest: /.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).
Connect
This repo includes a tiny zero-dependency stdio bridge (index.js) that forwards the MCP stdio transport to the hosted endpoint, so any stdio MCP client can use it. Add to Claude Desktop's claude_desktop_config.json:
{
"mcpServers": {
"giveradar": {
"command": "npx",
"args": ["-y", "github:matt-timmermans/giveradar-mcp"]
}
}
}
Clients with native streamable-HTTP support can connect directly to https://giveradar.com/mcp/. You can also use the generic remote bridge npx -y mcp-remote https://giveradar.com/mcp/.
Optional: set GIVERADAR_API_KEY=gr_xxxxx in the environment to raise the daily quota and unlock Pro fields.
Try it
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. Email, phone, and officer names are never exposed, at any tier.
About
The MCP server is hosted (the implementation lives in the main GiveRadar codebase); this repo holds the public metadata plus the stdio bridge for local and sandbox use. Data license: CC-BY-4.0 - attribute "GiveRadar (giveradar.com)". Issues and feature requests welcome here.
Installing GiveRadar Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/matt-timmermans/giveradar-mcpFAQ
Is GiveRadar Server MCP free?
Yes, GiveRadar Server MCP is free — one-click install via Unyly at no cost.
Does GiveRadar Server need an API key?
No, GiveRadar Server runs without API keys or environment variables.
Is GiveRadar Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install GiveRadar Server in Claude Desktop, Claude Code or Cursor?
Open GiveRadar Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare GiveRadar Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
