INDIVIDUAL MCP TOOL
find_funders_of_nonprofit
Find the foundations that have ACTUALLY granted to ONE specific nonprofit — the reverse of get_foundation_grants, over the real 7.
LIVE ENDPOINT
https://kindora-mcp.azurewebsites.net/mcp
Connect to this endpoint to inspect the live schema for find_funders_of_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
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.kindora]
url = "https://kindora-mcp.azurewebsites.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kindora": {
"type": "http",
"url": "https://kindora-mcp.azurewebsites.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kindora
Remote MCP URL: https://kindora-mcp.azurewebsites.net/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": {
"kindora": {
"url": "https://kindora-mcp.azurewebsites.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kindora": {
"type": "http",
"url": "https://kindora-mcp.azurewebsites.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kindora",
"transport": "streamable-http",
"url": "https://kindora-mcp.azurewebsites.net/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
health_check— Check server health and connectivity.list_tools— List available MCP tools and get detailed help.search_funders— Look up grantmaking organizations by name, topic, or location.get_funder_profile— Get detailed profile information for a specific funder.get_990_summary— Get IRS 990 filing summary and financial trends for a foundation.get_foundation_grants— View grants made by a funder across IRS, web-extracted, and registry records.get_ntee_codes— Browse NTEE (National Taxonomy of Exempt Entities) classification codes.search_open_grants— Search open grant opportunities from Kindora's active foundation-program corpus plus federal and state government grants.