How to Use the FundraisingBox MCP in Claude Code
Pipe FundraisingBox data directly into your shell scripts. Build reliable, headless automations for your nonprofit with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect FundraisingBox MCP to Claude Code
Create your Vinkius account to connect FundraisingBox to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Headless Financial Reporting
Set up a cron job to run daily financial reports. A simple shell script using Claude Code can call `list_donations` with a date range and pipe the JSON output to `jq` for processing. You can chain commands to get a full picture. For example, pull recent donations, then use the donor IDs from that output to query `get_donor` for their location, and generate a regional contribution summary. All from a single script.
Use this MCP Server in Your CI/CD Pipelines
Add a health check to your deployment pipeline. Before deploying a new version of your website, have your GitHub Action run `claude mcp call fundraisingbox-mcp check_fundraisingbox_status`. If it fails, the deployment stops. This makes your deployments dependent on the health of your critical fundraising infrastructure. You can also use it to run `list_forms` and verify that a specific donation form is still active post-deployment.
Command-Line Donor Management
Need to quickly look up a donor without a GUI? Just run `claude mcp call fundraisingbox-mcp search_donors --params '{"query": "jane.doe@example.com"}'`. The output is clean JSON, perfect for scripting. You can combine this with other command-line tools. Find a donor with `search_donors`, grab their ID, then pipe it to another command that calls `get_donor_history` to see their full record. It's fast and scriptable.
Set up FundraisingBox MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seefundraisingbox-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest FundraisingBox transactions." It will automatically discover and invoke the available FundraisingBox tools.
claude mcp add --transport http fundraisingbox-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp 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 Claude Code
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.