Kindora-for-ChatGPT MCP server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | HTTP bind host. | 0.0.0.0 |
| PORT | No | HTTP port. | 8000 |
| MCP_PATH | No | HTTP path for MCP endpoint. | /mcp |
| TRANSPORT | No | Transport type: 'stdio' for local, 'http' for ChatGPT. | stdio |
| KINDORA_API_KEY | No | Optional API key forwarded as Authorization: Bearer header if set. | |
| KINDORA_MCP_URL | No | Upstream Kindora MCP URL to proxy. | https://mcp.kindora.co/mcp |
| KINDORA_TIMEOUT | No | Upstream call timeout in seconds. | 60 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_fundersA | Find grantmaking organizations by name, cause area, or location. Searches 174K+ US foundations plus 32K+ European funders from IRS 990 data. Use this to find aligned funders (including ones that fund by relationship, LOI, or annual cycle rather than a live RFP), or when the user names a specific funder. For active/open opportunities use search_open_grants instead. |
| search_open_grantsA | Find OPEN grant opportunities and RFPs by topic or cause area. The primary tool for finding grants. Searches 172K+ foundation programs and federal Grants.gov opportunities across program names, descriptions, focus areas, and beneficiary types, with stemming and natural-language matching. Query syntax: natural language ("affordable housing for seniors"), quoted phrases ('"after school"'), and exclusion ("education -higher"). Omit query to browse broadly open programs sorted by upcoming deadline. |
| search_funder_jobsA | Find OPEN philanthropy jobs at grantmaking foundations. Roles involved in giving money away, running philanthropic programs, or executive leadership of philanthropic work. Backed by a weekly scrape of ~50K funder career pages plus LLM classification. Use this for jobs/careers/hiring questions, NOT for grant opportunities (use search_open_grants for those). For a cause area not covered by the categories below, first call search_funders to get matching funder EINs, then pass them here via funder_eins. |
| get_funder_profileA | Get a detailed profile for one foundation by EIN. Returns legal name, location, financials (total assets, annual grants), leadership, classification (foundation type, NTEE), and website. Use search_funders first to find the EIN. |
| get_990_summaryA | Get an IRS 990 / 990-PF financial summary and year-over-year trends for a foundation. Returns per-year revenue, end-of-year assets, grants paid, mission text, and computed trends for assets, grants, and revenue. |
| get_foundation_grantsA | List individual grants a foundation has made, from its 990-PF filings. Ordered largest-first with aggregate stats. Each grant reports recipient HQ country and US state when known. Note: recipient_country is where the grantee is registered, not necessarily where program work happens. |
| get_funder_statsA | Get aggregate giving statistics for a foundation. Lifetime totals, average/median/min/max grant size, top NTEE focus areas, US-state and recipient-HQ-country distribution (each with avg grant size), a non_us_recipient_pct headline, and a year-by-year breakdown. Useful for prospect targeting. |
| get_ntee_codesA | Browse or search NTEE classification codes for cause areas. Call with no arguments to list all 26 major categories. Filter by category letter or search by description to find codes for use with search_funders / get_foundation_grants. |
| health_checkA | Check that the upstream Kindora service is reachable and healthy. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wayanvota/kindora-chatgpt-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server