How to Use the FundraisingBox MCP in Windsurf
Ask Windsurf to build a donor report, and Cascade will chain the right FundraisingBox tools to get it done automatically.
Works with every AI agent you already use
…and any MCP-compatible client
Connect FundraisingBox MCP to Windsurf
Create your Vinkius account to connect FundraisingBox to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Run Full Campaign Audits
Tell Windsurf's Cascade agent to "audit our active campaigns." It automatically runs `list_campaigns` to get the active ones, then loops through them with `get_campaign` for details and `list_donations_by_project` to pull all contributions. You don't have to prompt each step. Cascade just presents the final, compiled audit. It's the difference between asking for one piece of data at a time and just getting the finished report. You can check recurring revenue streams with `list_recurring_donations` the same way.
Get a Donor's Full History with Windsurf
Need to understand a major donor's history before a call? Just ask Cascade: "Show me everything for donor ID 54321." It knows to chain `get_donor`, `get_donor_history`, and `list_receipts` to build a complete profile. Instead of running three separate queries, you get one unified view of their contact info, past donations, and payment receipts. This is what an autonomous agent is for—it connects the dots so you don't have to.
Pull Live Dashboard Metrics
Get real-time fundraising stats right in your editor. Prompt Windsurf with "What's our current dashboard status?" and it hits the `get_dashboard` tool. No need to log into the FundraisingBox web interface. This gives you the same top-line numbers your finance team sees, like total revenue and donation counts. It's perfect for a quick gut-check on campaign performance without breaking your focus.
Set up FundraisingBox MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the FundraisingBox MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my FundraisingBox payment history." If connected, Cascade will call the FundraisingBox tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"fundraisingbox-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by FundraisingBox. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about FundraisingBox MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the FundraisingBox MCP today
We host it, we monitor it, we maintain it. You just paste one token.