Build on Kindora

Give your AI agent live access to 220,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 220,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 an API key

Free — no auth

Start free in 60 seconds

No account, no key, nothing to install. Point your MCP client at the public endpoint and your agent is searching live funder data right away — pick whichever path fits your setup:

Claude (web or desktop)

Go to Settings → Connectors → Add custom connector, then paste the endpoint URL:

https://kindora-mcp.azurewebsites.net/mcp

Claude Code

Run one command in your terminal:

claude mcp add --transport http kindora https://kindora-mcp.azurewebsites.net/mcp

Any other MCP client

Add this to your client's config file (for Claude Desktop: claude_desktop_config.json):

{
  "mcpServers": {
    "kindora": {
      "command": "npx",
      "args": [
        "-y", "mcp-remote@latest",
        "https://kindora-mcp.azurewebsites.net/mcp",
        "--transport", "http-only"
      ]
    }
  }
}

Full free-tier docs & tool reference

Get a key in three steps

1

Create your account

Sign up for Kindora (free). Your account is the home for your keys, credits, and pipeline.

2

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.

3

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
40 credits

Credit packs

  • Starter — 100 credits$10
  • Power — 500 credits$45
  • Pro — 2,000 credits$160
  • Bulk — 10,000 credits$650

Plans include monthly credits: Starter 250 · Growth 500 · Pro 2,000 · Consultant Team 4,000. Buy more anytime.

Endpoints

Free — no auth

https://kindora-mcp.azurewebsites.net/mcp

Pro — bearer token

https://kindora-mcp.azurewebsites.net/mcp/premium

Authenticate the Pro endpoint with a kdra_ service key (Authorization: Bearer …) or the OAuth connector flow.

Pro — connect with your service key

Add Kindora to your MCP client config, passing your kdra_ 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.