← giveready.org

INDIVIDUAL MCP TOOL

get_nonprofit

Get detailed information about a specific nonprofit including mission, programmes, impact metrics, registration details, and donation links.

giveready.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.giveready.org/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_nonprofit and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

giveready.org

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.giveready]
url = "https://www.giveready.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "giveready": {
      "type": "http",
      "url": "https://www.giveready.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: giveready
Remote MCP URL: https://www.giveready.org/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "giveready": {
      "url": "https://www.giveready.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "giveready": {
      "type": "http",
      "url": "https://www.giveready.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "giveready",
  "transport": "streamable-http",
  "url": "https://www.giveready.org/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_nonprofits — Search 41,000+ nonprofits across 29 cause areas by keyword, cause, or country.
  • list_causes — List all 29 cause areas in the GiveReady directory with the number of nonprofits in each.
  • donate_to_nonprofit — Initiate a USDC donation to a nonprofit via x402.
  • get_donation_history — Get on-chain USDC donation history for a nonprofit — total received, count, recent transactions with hashes.
  • submit_enrichment — Contribute missing data back to a nonprofit profile.