
Giveready
Let your coding agent search a large nonprofit catalog, pull impact metrics, and wire USDC donations via x402 without building those APIs yourself.
Overview
GiveReady is a MCP server for the Build phase that searches 41K+ nonprofits, returns impact data, accepts enrichments, and routes USDC donations via x402 for agent-driven apps.
What is this MCP server?
- Search 41K+ nonprofits from agent chat
- Fetch impact and enrichment data for shortlisted orgs
- Submit nonprofit enrichments back to the dataset
- Donate USDC via x402 payment flow from the agent
- stdio npm package giveready-mcp v0.2.0
- 41K+ nonprofits searchable via the server
- Server version 0.2.0
- stdio transport via npm registry package giveready-mcp
What problem does it solve?
Building nonprofit search, impact context, and crypto donations means juggling large catalogs, enrichment workflows, and x402 payment wiring that agents cannot access out of the box.
Who is it for?
Solo builders adding nonprofit discovery, CSR tooling, or x402 USDC donation paths to a SaaS or agent product in Latin America–friendly crypto stacks.
Skip if: Teams that only need a static charity list with no agent automation, no USDC, and no enrichment loop.
What do I get? / Deliverables
After you register GiveReady, your agent can query nonprofits, reason over impact data, submit enrichments, and initiate USDC donations from the same MCP session.
- Agent-callable nonprofit search over 41K+ orgs
- Impact and enrichment tool responses in chat
- USDC donation initiation path via x402 when configured
Recommended MCP Servers
Journey fit
Canonical shelf is Build because the server is an integration layer you add while implementing product features (discovery, enrichment, on-chain payments), not a one-off research bookmark. Integrations fits MCP tools that expose external APIs (nonprofit search, impact data, x402 USDC) directly to Claude Code, Cursor, or Codex.
How it compares
MCP integration for nonprofit and x402 payments, not a standalone donation checkout or a generic web-scraping skill.
Common Questions / FAQ
Who is io.github.gswardman/giveready for?
Indie and solo developers building agent-assisted apps that need nonprofit search, impact context, enrichment submission, or USDC donations through MCP.
When should I use io.github.gswardman/giveready?
Use it during Build when you are wiring external APIs into Claude Code, Cursor, or Codex for donation products, civic research, or enrichment pipelines.
How do I add io.github.gswardman/giveready to my agent?
Install the giveready-mcp npm package, add a stdio MCP server entry in your agent config pointing at that binary, restart the client, and call the documented tools from chat.