Donorbox Connector for AI agents.
10 live capabilities
Manage non-profit donations and fundraising goals through natural language.
Waiting for input…
Why people use Donorbox
Donorbox for Non-Profit Fundraising Management
This Connector puts all that data into a single chat. You can ask your agent to summarize your latest fundraising progress or pull a list of recent donors instantly. You get your answers in seconds instead of clicking through three different menus.
What Vinkius changes
You get direct, conversational access to your entire Donorbox donation history and campaign data.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking live campaign progress
A manager asks the agent for the 'Save the Oceans' status.
- Real-world use case 02
Verifying a donor's recurring gift
An admin wants to know if a donor is still active.
- Real-world use case 03
Summarizing recent giving
A finance lead asks for the last few contributions.
Complete set · 10capabilities
The complete Donorbox capability set.
These are the exact actions your AI can choose when you ask it to work with Donorbox.
01—04
4 capabilities in this set.
Part of 10 available through Donorbox.
- 01 Capability
List fundraising campaigns
Get a full list of every fundraising campaign. This provides an overview of all your active initiatives.
- 02 Capability
List registered donors
See a complete list of all registered donors. This is great for auditing your donor base.
- 03 Capability
List latest contributions
Find the most recent donations received. Use this to see who is supporting you right now.
- 04 Capability
Search donors by email
Find a specific donor's profile using their email. Use this to quickly look up a person's info.
05—07
3 capabilities in this set.
Part of 10 available through Donorbox.
- 05 Capability
Get donorbox account metadata
Pull the metadata for your authenticated account. This provides context for your organization's settings.
- 06 Capability
Get campaign details
Get specific settings and progress for a campaign. This shows you exactly how close you are to a goal.
- 07 Capability
Quick campaign performance audit
Get a high-level summary of all campaign success rates. This shows what's working at a glance.
08—10
3 capabilities in this set.
Part of 10 available through Donorbox.
- 08 Capability
List active subscription plans
See which recurring donation plans are currently active. This helps you track your monthly revenue.
- 09 Capability
List donorbox donations
View every donation your organization has received. This shows a full history of your contributions.
- 10 Capability
List recurring donation plans
Pull a list of all active recurring donation plans. This helps you manage donor commitments.
Set up in minutes
One URL. Then ask Donorbox to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Donorbox 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_oWTrQVjhaM9Pdg7tRHoSPJ6cGS9NOYwL2hkIHyNI/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 Donorbox, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Donorbox for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_oWTrQVjhaM9Pdg7tRHoSPJ6cGS9NOYwL2hkIHyNI/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 Donorbox URL.
- Step 03
Save and start
Save the connection and enable Donorbox in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"donorbox": {
"url": "https://edge.vinkius.com/vk_preview_oWTrQVjhaM9Pdg7tRHoSPJ6cGS9NOYwL2hkIHyNI/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 Donorbox
Open Agent mode in chat and ask: "Using Donorbox, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"donorbox": {
"url": "https://edge.vinkius.com/vk_preview_oWTrQVjhaM9Pdg7tRHoSPJ6cGS9NOYwL2hkIHyNI/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 Donorbox
Ask Copilot: "Using Donorbox, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"donorbox": {
"url": "https://edge.vinkius.com/vk_preview_oWTrQVjhaM9Pdg7tRHoSPJ6cGS9NOYwL2hkIHyNI/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 Donorbox
Open Cascade and ask: "Using Donorbox, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"donorbox": {
"url": "https://edge.vinkius.com/vk_preview_oWTrQVjhaM9Pdg7tRHoSPJ6cGS9NOYwL2hkIHyNI/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 Donorbox
Ask Cline: "Using Donorbox, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add donorbox --transport http "https://edge.vinkius.com/vk_preview_oWTrQVjhaM9Pdg7tRHoSPJ6cGS9NOYwL2hkIHyNI/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 Donorbox
Ask Claude: "Using Donorbox, show me...". 10 tools are ready
Where the request belongs
Work Donorbox can move forward.
This is for non-profit leaders and finance admins who are tired of manual data entry and want to see their fundraising numbers in real time.
Fundraising Manager
Checks campaign goals and recent contribution volumes during live events to adjust strategy.
Non-Profit Administrator
Researches donor history and recurring plan statuses during conversations with major gift leads.
Finance Team Member
Verifies recurring payment statuses and audits campaign success rates at the end of the month.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsDonately
Manage Donately fundraising and donor data using AI agents.
Donorbox
Collect donations and manage fundraising campaigns with recurring giving, peer-to-peer pages, and donor management for nonprofits.
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.
Givebutter
Manage fundraising campaigns, track donations, and oversee donors via AI agents with Givebutter.
Evergiving Fundraising
Equip your AI agent to manage donations, track fundraising campaigns, and monitor field staff via the Evergiving API.
Bring your own AI
Change the model, client or framework. Keep Donorbox 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 Donorbox.
The practical details behind the request, access and result.
Can the Donorbox MCP help me track my non-profit's fundraising goals?
Yes, it connects to your campaign data so your agent can report on progress, totals raised, and goal percentages in real time.
How do I see my recent donations using the Donorbox MCP?
Your agent can pull a list of the most recent contributions instantly, showing you who gave what and when.
Can my agent find specific donors by their email?
Yes, you can ask your agent to look up a donor's profile using their email address to find their history and status.
Can I use the Donorbox MCP to manage recurring gifts?
You can use it to list all active subscription plans and identify which donors are on monthly or yearly recurring gifts.
Will the Donorbox MCP show me all my active campaigns?
Yes, it can provide a full list of every fundraising campaign configured in your Donorbox account.
Can I get a summary of my campaign performance?
Yes, the Connector can pull high-level summaries of success rates across your campaigns to help you see what's working.
How do I get a Donorbox API Key?
Log in to your Donorbox account, navigate to Account > API & Integrations, and you can generate or retrieve your unique API Key from there. You will also need your account email.
Can the agent manage recurring plans?
This integration currently focuses on listing and auditing recurring plans and their status. Modifying plan details or amounts should be managed via the Donorbox dashboard.
Does the integration show donor contact info?
Yes, you can use the list_registered_donors or search_donors_by_email capabilities to retrieve donor profile details, including their registered email addresses.
One connection away
Give your agent a direct line to Donorbox.
Connect Donorbox once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available