GivingFuel Connector for AI agents.
10 live capabilities
Manage nonprofit donations and donor relationships through natural conversation.
Waiting for input…
Why people use GivingFuel
GivingFuel for Faster Nonprofit Audit Work
With this Connector, you just tell your agent to find all completed donations from last month. It pulls the data instantly, allowing you to focus on the actual numbers instead of the clicking.
What Vinkius changes
You get direct access to your fundraising data through a conversation instead of a dashboard.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking a specific event
A director needs to see how many people signed up for the Fall Gala.
- Real-world use case 02
Auditing a refund
A finance manager needs to find a refund from last week.
- Real-world use case 03
Donor outreach
A development worker wants to know a donor's history.
Complete set · 10capabilities
The complete GivingFuel capability set.
These are the exact actions your AI can choose when you ask it to work with GivingFuel.
01—04
4 capabilities in this set.
Part of 10 available through GivingFuel.
- 01 Capability
Verify api connection
Check the connection. Use this to make sure your API key is working correctly before you start.
- 02 Capability
Filter orders by status
Filter orders by completion. Use this to quickly find pending or refunded transactions.
- 03 Capability
Filter orders by date
Filter donation orders by a specific date range. This helps you isolate data for specific months or events.
- 04 Capability
List donation orders
List all donation orders in your account. This gives you a full view of every transaction your organization has received.
05—07
3 capabilities in this set.
Part of 10 available through GivingFuel.
- 05 Capability
List peer campaigns
List P2P campaigns. Use this to see which peer-to-peer fundraising efforts are currently active.
- 06 Capability
List donation registrants
List individual donors. Use this to see who has signed up for specific events or forms.
- 07 Capability
List financial transactions
List successful charges. This is great for auditing payment health and checking for successful processing.
08—10
3 capabilities in this set.
Part of 10 available through GivingFuel.
- 08 Capability
List crm contacts
List donor profiles from your CRM. Use this to see long-term engagement history for specific people.
- 09 Capability
List recent donations
List the last 10 orders. This is the quickest way to see what just came into your account.
- 10 Capability
List fundraising pages
List donation pages. This helps you see every active page and event configuration in your account.
Set up in minutes
One URL. Then ask GivingFuel to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use GivingFuel 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_J0iRMcYt5KGPoDmVXIPrV55DFQZVVRp4MYSlkvOi/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 GivingFuel, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable GivingFuel for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_J0iRMcYt5KGPoDmVXIPrV55DFQZVVRp4MYSlkvOi/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 GivingFuel URL.
- Step 03
Save and start
Save the connection and enable GivingFuel in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"givingfuel": {
"url": "https://edge.vinkius.com/vk_preview_J0iRMcYt5KGPoDmVXIPrV55DFQZVVRp4MYSlkvOi/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 GivingFuel
Open Agent mode in chat and ask: "Using GivingFuel, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"givingfuel": {
"url": "https://edge.vinkius.com/vk_preview_J0iRMcYt5KGPoDmVXIPrV55DFQZVVRp4MYSlkvOi/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 GivingFuel
Ask Copilot: "Using GivingFuel, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"givingfuel": {
"url": "https://edge.vinkius.com/vk_preview_J0iRMcYt5KGPoDmVXIPrV55DFQZVVRp4MYSlkvOi/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 GivingFuel
Open Cascade and ask: "Using GivingFuel, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"givingfuel": {
"url": "https://edge.vinkius.com/vk_preview_J0iRMcYt5KGPoDmVXIPrV55DFQZVVRp4MYSlkvOi/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 GivingFuel
Ask Cline: "Using GivingFuel, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add givingfuel --transport http "https://edge.vinkius.com/vk_preview_J0iRMcYt5KGPoDmVXIPrV55DFQZVVRp4MYSlkvOi/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 GivingFuel
Ask Claude: "Using GivingFuel, show me...". 10 tools are ready
Where the request belongs
Work GivingFuel can move forward.
This is for nonprofit leaders and finance teams who are tired of manually exporting CSVs and hunting through multiple tabs to find specific donation details.
Nonprofit Director
Checks the status of recent donations or verifies campaign progress during a meeting without leaving the chat.
Development Team Member
Quickly pulls a list of registrants and form responses to plan outreach for upcoming events.
Finance Manager
Retrieves transaction data for auditing and reconciles failed charges using simple text commands.
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.
Evergiving Fundraising
Equip your AI agent to manage donations, track fundraising campaigns, and monitor field staff via the Evergiving API.
Donorbox
Equip your AI agent to manage donations, track recurring plans, and monitor fundraising campaigns via the Donorbox API.
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.
Bloomerang
Manage donors and donations via Bloomerang. list constituents, transactions, and campaigns directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep GivingFuel 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 GivingFuel.
The practical details behind the request, access and result.
How can GivingFuel MCP help my nonprofit's daily operations?
It lets you pull donation data, donor profiles, and campaign stats directly into your AI client. You can get answers about your fundraising progress in seconds without having to log into a separate dashboard.
Can I use GivingFuel MCP to see my donor history?
Yes. You can ask your agent to pull up specific donor profiles to see their past engagement and donation history, making it much easier to personalize your outreach.
Does GivingFuel MCP work with my current AI capabilities?
It works with any MCP-compatible client, including Claude, Cursor, and Windsurf. You just connect it via Vinkius and start asking questions.
Can I use GivingFuel MCP to audit my transactions?
Absolutely. You can ask your agent to list all successful charges or filter by status to find pending and refunded transactions for your monthly reports.
Is it hard to set up GivingFuel MCP for my team?
It is very simple. You just need your GivingFuel API key. Once you add it to your Connector client, your team can start querying the data immediately.
What kind of fundraising data can I access with GivingFuel MCP?
You can access donation orders, donor registrants, peer-to-peer campaign data, and active fundraising page configurations.
How do I get an API Key for GivingFuel?
Log in to your GivingFuel account, navigate to Extras > Integrations > API Keys, and click 'Add API Key' to generate your key.
Can I add new donations via the agent?
The GivingFuel Public API is primarily designed for data extraction and polling. To record new donations, use your GivingFuel hosted donation pages.
How do I filter donations for a specific date range?
Use the 'filter_orders_by_date' capability and provide an ISO date (YYYY-MM-DD). The agent will retrieve all records created after that date.
Does this support multiple Webconnex products?
This Connector is specifically configured to filter results for GivingFuel (givingfuel.com). It ensures you only see fundraising-related data.
One connection away
Give your agent a direct line to GivingFuel.
Connect GivingFuel once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available