4,500+ servers built on MCP Fusion
Vinkius
GivingFuel logo
Vinkius
CrewAI logo

How to Use the GivingFuel MCP in CrewAI

Deploy a team of specialized CrewAI agents to audit and optimize your GivingFuel fundraising operations.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

GivingFuel MCP on Cursor AI Code Editor MCP Client GivingFuel MCP on Claude Desktop App MCP Integration GivingFuel MCP on OpenAI Agents SDK MCP Compatible GivingFuel MCP on Visual Studio Code MCP Extension Client GivingFuel MCP on GitHub Copilot AI Agent MCP Integration GivingFuel MCP on Google Gemini AI MCP Integration GivingFuel MCP on Lovable AI Development MCP Client GivingFuel MCP on Mistral AI Agents MCP Compatible GivingFuel MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect GivingFuel MCP to CrewAI

Create your Vinkius account to connect GivingFuel to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Run autonomous GivingFuel page audits with CrewAI

The `list_fundraising_pages` tool gives your CrewAI researcher agent direct access to active donation pages. Meanwhile, an analyst agent uses `list_peer_campaigns` to examine performance metrics across peer-to-peer networks. Together, they compile detailed audit reports without human intervention. This multi-agent collaboration leverages CrewAI's shared memory. The researcher agent passes the page metadata to the analyst agent, who then evaluates which campaigns are driving the most traffic. Bottom line: you get a continuous, automated audit of your GivingFuel setup.

Let CrewAI agents monitor GivingFuel transaction status

The `filter_orders_by_status` tool allows a specialized monitor agent to isolate failed or pending orders. When a failure is detected, the agent passes the order ID to a financial investigator agent, who calls `list_financial_transactions` to verify if a charge actually occurred. This hierarchical execution prevents false positives on your live dashboards. By running these checks through this MCP Server, your CrewAI agents reconcile discrepancies before they reach your accounting system, ensuring only validated data is logged.

Segment GivingFuel donor profiles using CrewAI teams

The `list_crm_contacts` tool provides your CrewAI marketing crew with donor profiles and historical giving data. A segmentation agent groups these contacts based on registration records retrieved via `list_donation_registrants`. A writer agent then drafts personalized outreach plans for each segment. By passing the Vinkius HTTP URL directly into your CrewAI agents' `mcps` array, you expose these tools to the entire crew, giving your CrewAI agents access to the MCP Server. The agents autonomously determine which tools to call, ensuring your donor segmentation remains accurate and up-to-date.

Setup guide

Set up GivingFuel MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke GivingFuel tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="GivingFuel Analyst",
    goal="Access and analyze GivingFuel data via MCP.",
    backstory="Expert analyst with direct GivingFuel access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent GivingFuel transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

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 GivingFuel MCP in CrewAI

Pass your Vinkius HTTP URL directly into the `mcps` parameter when defining your CrewAI agent. The framework automatically discovers tools like `list_recent_donations` and makes them available to the agent.
Yes, CrewAI's shared memory allows a researcher agent using `list_crm_contacts` to pass donor profiles directly to an analyst agent for segmentation and reporting.
Use the `MCPServerHTTP` class from `crewai.mcp` and define a `tool_filter` on the MCP client. This allows you to restrict an agent to only call `list_fundraising_pages` while blocking access to financial endpoints.
Yes, CrewAI supports stdio, SSE, and Streamable HTTP transports. When hosted on Vinkius, the server is accessed via a secure HTTP endpoint, simplifying multi-agent deployments.
GivingFuel financial transactions fetched via `list_financial_transactions` are processed entirely in memory by your CrewAI agents. Vinkius executes the MCP Server in a zero-trust, ephemeral sandbox, ensuring no financial data is persisted.

Start using the GivingFuel MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for GivingFuel. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.