Build on Kindora
Give your AI agent live access to 219,000+ funders, 7.0M+ grants, and Kindora's funder & donor intelligence — over the Model Context Protocol.
Two tiers, one MCP server
Start free with public funder and grant search — no account, no key. Connect your Kindora account to unlock authenticated, credit-metered tools for evaluations, intel briefs, and your donor CRM.
Free
Public tier
No signup. Anonymous access to IRS-grade funder and grant data.
- Search 219,000+ funders by name, cause, or location
- Find open grant opportunities and philanthropy jobs
- Profiles, 990 summaries, grant histories, and NTEE codes
Pro
Authenticated tier
Connect your account for 16 tools that work against your pipeline and Kindora's enriched intelligence.
- Funder-fit evaluations and deep-dive intel briefs
- Donor CRM queries, segments, and warm-intro paths
- Prospecting pipeline reads and writes
Get a key in three steps
Create your account
Sign up for Kindora (free). Your account is the home for your keys, credits, and pipeline.
Generate a service key
In Settings → Developers, generate a scoped key (kdra_…). Choose read-only, or add write and spend scopes. The key is shown once.
Connect your client
Add the Pro endpoint to your MCP client with the key as a bearer token. You're live.
Already have a Kindora account? Generate a key →
Credit-based pricing
Most tools are free. Only fresh AI work charges, and you always get a price quote before you spend.
- Reads, quotes & cache hits
- Free
- Funder-fit evaluation
- 1 credit
- Donor & warm-path queries
- 1 credit
- Deep-dive intel brief
- 50 credits
Credit packs
- Starter — 100 credits$18
- Power — 500 credits$75
- Mega — 1,000 credits$130
Plans include monthly credits: Community 30 · Professional 300 · Enterprise 1,000. Buy more anytime.
Endpoints
Free — no auth
https://kindora-mcp.azurewebsites.net/mcpPro — bearer token
https://kindora-mcp.azurewebsites.net/mcp/premiumAuthenticate the Pro endpoint with a kdra_ service key (Authorization: Bearer …) or the OAuth connector flow.
Connect with Claude Desktop
Add Kindora to your MCP client config, passing your service key as a bearer token:
{
"mcpServers": {
"kindora-pro": {
"command": "npx",
"args": [
"-y", "mcp-remote@latest",
"https://kindora-mcp.azurewebsites.net/mcp/premium",
"--transport", "http-only",
"--header", "Authorization: Bearer ${KINDORA_MCP_KEY}"
],
"env": { "KINDORA_MCP_KEY": "kdra_org_..." }
}
}
}Ready to build?
Create your Kindora account and generate a key in minutes.