Kindful Connector for AI agents.
12 live capabilities
Manage nonprofit donor records and fundraising campaigns from your chat.
Waiting for input…
Why people use Kindful
Kindful for Faster Nonprofit Donor Management
With this Connector, you just ask your agent to find a donor's history or pull a list of recent contributors. It handles the filtering and retrieval instantly, so you can spend your time on the actual work of fundraising instead of data entry.
What Vinkius changes
You get a direct line to your fundraising data without leaving your chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking campaign progress during a meeting
A Development Director asks for the status of the 'Clean Water' drive.
- Real-world use case 02
Finding specific donor segments
An admin needs to find all donors in the 'Major Gift' group with a valid email.
- Real-world use case 03
Syncing new leads from a website
A data manager wants to bring in 500 new leads.
Complete set · 12capabilities
The complete Kindful capability set.
These are the exact actions your AI can choose when you ask it to work with Kindful.
01—04
4 capabilities in this set.
Part of 12 available through Kindful.
- 01 Capability
Get custom fields
Get your custom fields. This helps you see the specific data points you've set up in Kindful.
- 02 Capability
Create import
Create a new data import job. Use this to bring in records from your other systems.
- 03 Capability
Get campaigns
List all active fundraising campaigns. This shows you the goals and progress for every drive.
- 04 Capability
Get groups
Get your donor groups. Use this to see how your contacts are organized by category.
05—08
4 capabilities in this set.
Part of 12 available through Kindful.
- 05 Capability
Get import stats
Get your import stats. This lets you see how many records were successfully processed.
- 06 Capability
Get import status
Get the import job status. Use this to check if your recent data upload is finished.
- 07 Capability
Get org details
Get organization details. This pulls your nonprofit's basic metadata and setup info.
- 08 Capability
Link contact
Link a contact to an external ID. This keeps your donor records synced with your other capabilities.
09—12
4 capabilities in this set.
Part of 12 available through Kindful.
- 09 Capability
Link transaction
Link a transaction to an external ID. This ensures your financial records match across platforms.
- 10 Capability
Query contacts
Query contacts in Kindful. Use this to find donors based on location, email, or keywords.
- 11 Capability
Query transactions
Query transactions in Kindful. This lets you pull donation history for specific dates or campaigns.
- 12 Capability
Verify webhook
Verify webhook events. Use this to make sure your data is flowing correctly between systems.
Set up in minutes
One URL. Then ask Kindful to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Kindful from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_0iyZcd0byygRNb1cb0Yb78j0mUdZOrDMh5okmIHn/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Kindful, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Kindful for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_0iyZcd0byygRNb1cb0Yb78j0mUdZOrDMh5okmIHn/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Kindful URL.
- Step 03
Save and start
Save the connection and enable Kindful in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"kindful": {
"url": "https://edge.vinkius.com/vk_preview_0iyZcd0byygRNb1cb0Yb78j0mUdZOrDMh5okmIHn/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Kindful
Open Agent mode in chat and ask: "Using Kindful, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"kindful": {
"url": "https://edge.vinkius.com/vk_preview_0iyZcd0byygRNb1cb0Yb78j0mUdZOrDMh5okmIHn/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Kindful
Ask Copilot: "Using Kindful, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"kindful": {
"url": "https://edge.vinkius.com/vk_preview_0iyZcd0byygRNb1cb0Yb78j0mUdZOrDMh5okmIHn/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Kindful
Open Cascade and ask: "Using Kindful, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"kindful": {
"url": "https://edge.vinkius.com/vk_preview_0iyZcd0byygRNb1cb0Yb78j0mUdZOrDMh5okmIHn/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Kindful
Ask Cline: "Using Kindful, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add kindful --transport http "https://edge.vinkius.com/vk_preview_0iyZcd0byygRNb1cb0Yb78j0mUdZOrDMh5okmIHn/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Kindful
Ask Claude: "Using Kindful, show me...". 12 tools are ready
Where the request belongs
Work Kindful can move forward.
For nonprofit leaders who are tired of manual data entry and want to see their fundraising progress in real-time without digging through a CRM.
Development Director
Checks campaign progress and donor lists during high-level meetings to make quick decisions.
Data Manager
Syncs external records and verifies import stats to ensure the CRM stays clean and updated.
Nonprofit Admin
Quickly checks organization details and custom field configurations to keep the office running.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsVirtuous
Manage nonprofit fundraising and donor relationships via Virtuous. list contacts, track individuals, manage gifts, and oversee projects directly from any AI agent.
Donately
Manage Donately fundraising and donor data using AI agents.
Bloomerang
Manage donors and donations via Bloomerang. list constituents, transactions, and campaigns directly from any AI agent.
Givebutter
Manage fundraising campaigns, track donations, and oversee donors via AI agents with Givebutter.
FundraisingBox
Process online donations, manage donor relationships, and run fundraising campaigns with capabilities built for European nonprofits.
GivingFuel
Retrieve donation orders, track registrants, and oversee fundraising pages via AI agents with GivingFuel.
Bring your own AI
Change the model, client or framework. Keep Kindful connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Kindful.
The practical details behind the request, access and result.
Can Kindful MCP help me manage donor research?
Yes, it allows your AI agent to query contacts and pull specific donor information based on keywords, groups, and email status.
How does Kindful MCP handle my donation records?
It lets your agent pull transaction history filtered by specific dates or campaign IDs, making it easy to see exactly where your funding comes from.
Can I use Kindful MCP to sync my data with other apps?
Yes, you can use the linking capabilities to connect Kindful records to external IDs, ensuring your data stays consistent across your entire tech stack.
Does Kindful MCP show my fundraising campaign goals?
Yes, it retrieves your active campaigns along with their specific goals, total amounts raised, and overall progress.
Is Kindful MCP good for managing large data imports?
It can help you monitor the status and stats of your data imports, so you can verify that your records are moving into your CRM correctly.
Can Kindful MCP manage my nonprofit's custom fields?
Yes, it can retrieve your organization's specific metadata and custom field configurations so your agent understands your unique setup.
How can I find donors located in a specific area?
You can use the query_contacts capability with the near_postal parameter, providing a zip code and a radius to filter donors by geography.
Can I see the total amount raised for my active campaigns?
Yes! The get_campaigns capability returns a list of all campaigns including the raised amount and the goal for each one.
Is it possible to filter transactions by a specific date range?
Absolutely. Use the query_transactions capability with the after and before parameters (formatted as yyyy/mm/dd) to isolate records within a timeframe.
One connection away
Give your agent a direct line to Kindful.
Connect Kindful once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available