Givebutter MCP for AI Agents

Securely connect your AI agents and chatbots (Claude, ChatGPT, Cursor, etc) with Givebutter MCP or direct API to manage campaigns, track donations, engage supporters, and send fundraising emails through natural language.
Trusted by
AWS
Glean
Zoom
Airtable

30 min · no commitment · see it on your stack

Givebutter Logo
Gradient Top
Gradient Middle
Gradient Bottom
divider

Try Givebutter now

Enter a prompt below to test the integration in our Tool Router playground. You'll be redirected to sign in and try it live.

Supported Tools

Tools
Add Contact TagsTool to add tags to a contact by contact ID.
Add Household ContactTool to add a contact to a household.
Archive ContactTool to archive a contact by their ID.
Create CampaignTool to create a new campaign.
Create Campaign TicketTool to create a campaign ticket for events or fundraisers.
Create ContactTool to create a new contact in Givebutter.
Create Contact ActivityTool to create a contact activity (e.
Create Discount CodeTool to create a discount code for a campaign.
Create FundTool to create a new fund.
Create HouseholdTool to create a new household in Givebutter.
Create TransactionTool to create a new transaction for a campaign.
Create WebhookTool to create a new webhook subscription.
Delete CampaignTool to delete a campaign by its ID.
Delete Contact ActivityTool to delete a contact activity by contact ID and activity ID.
Delete Discount CodeTool to delete a discount code from a campaign.
Delete FundTool to delete a fund by its ID.
Delete HouseholdTool to delete a household by its ID.
Delete WebhookTool to delete a webhook by its ID.
Get CampaignTool to retrieve details for a specific campaign by its ID or code.
Get Campaign TicketTool to retrieve a specific campaign ticket by campaign ID and ticket ID.
Get ContactTool to retrieve details of a specific contact by ID.
Get Contact ActivityTool to retrieve a specific contact activity by contact ID and activity ID.
Get Discount CodeTool to retrieve details of a specific discount code for a campaign.
Get FundTool to retrieve details of a specific fund by its ID.
Get HouseholdTool to retrieve details of a specific household by its ID.
Get MembersTool to retrieve a paginated list of members for a given campaign.
Get PayoutsTool to retrieve a list of payouts associated with your account.
Get PlansTool to retrieve a list of plans associated with your account.
Get TeamsTool to retrieve a list of teams for a specific campaign.
Get TicketsTool to retrieve a list of tickets.
Get TransactionsTool to retrieve a list of transactions associated with your account.
Get WebhookTool to retrieve a specific webhook by its ID.
Get Webhook ActivityTool to retrieve a specific webhook activity by its ID.
Get WebhooksTool to retrieve all webhooks configured for your account.
List CampaignsTool to retrieve a paginated list of campaigns for the authenticated account.
List Campaign TicketsTool to retrieve a list of all campaign tickets for a specific campaign.
List Contact ActivitiesTool to retrieve all activities for a specific contact.
List ContactsTool to retrieve a paginated list of contacts from your Givebutter account.
List Discount CodesTool to list all discount codes for a campaign.
List FundsTool to list all funds in your Givebutter account.
List Household ContactsTool to retrieve all contacts associated with a household.
List HouseholdsTool to retrieve a list of all households in your account.
List MessagesTool to retrieve a paginated list of messages.
List PledgesTool to retrieve a paginated list of all pledges.
List Webhook ActivitiesTool to list all webhook activities for a specific webhook.
Remove Contact TagsTool to remove tags from a contact in Givebutter.
Restore ContactTool to restore a deleted contact by contact ID.
Sync Contact TagsTool to sync tags for a contact.
Update CampaignTool to update an existing campaign's details by its ID.
Update Campaign (PUT)Tool to update a campaign using PUT method.
Update ContactTool to update an existing contact's details by contact ID.
Update Contact ActivityTool to update a contact activity by contact ID and activity ID.
Update Contact (PUT)Tool to update a contact using PUT method.
Update Discount CodeTool to update an existing discount code for a campaign.
Update FundTool to update a fund's details by its ID.
Update HouseholdTool to update an existing household's details by its ID.
Update WebhookTool to update an existing webhook subscription's details.
Update Webhook (PUT)Tool to update a webhook using PUT method (full replacement).
Python
TypeScript

Install Composio

python
pip install composio claude-agent-sdk
Install the Composio SDK and Claude Agent SDK

Create Tool Router Session

python
from composio import Composio
from claude_agent_sdk import ClaudeSDKClient, ClaudeAgentOptions

composio = Composio(api_key='your-composio-api-key')
session = composio.create(user_id='your-user-id')
url = session.mcp.url
Initialize the Composio client and create a Tool Router session

Connect to AI Agent

python
import asyncio

options = ClaudeAgentOptions(
    permission_mode='bypassPermissions',
    mcp_servers={
        'tool_router': {
            'type': 'http',
            'url': url,
            'headers': {
                'x-api-key': 'your-composio-api-key'
            }
        }
    },
    system_prompt='You are a helpful assistant with access to Givebutter tools.',
    max_turns=10
)

async def main():
    async with ClaudeSDKClient(options=options) as client:
        await client.query('List all payouts from my Givebutter account')
        async for message in client.receive_response():
            if hasattr(message, 'content'):
                for block in message.content:
                    if hasattr(block, 'text'):
                        print(block.text)

asyncio.run(main())
Use the MCP server with your AI agent

Why Use Composio?

AI Native Givebutter Integration

  • Supports both Givebutter MCP and direct API based integrations
  • Structured, LLM-friendly schemas for reliable tool execution
  • Rich coverage for reading, writing, and querying your Givebutter data

Managed Auth

  • Built-in API key management with secure storage
  • Central place to manage, scope, and revoke Givebutter access
  • Per user and per environment credentials instead of hard-coded keys

Agent Optimized Design

  • Tools are tuned using real error and success rates to improve reliability over time
  • Comprehensive execution logs so you always know what ran, when, and on whose behalf

Enterprise Grade Security

  • Fine-grained RBAC so you control which agents and users can access Givebutter
  • Scoped, least privilege access to Givebutter resources
  • Full audit trail of agent actions to support review and compliance

Frequently Asked Questions

Do I need my own developer credentials to use Givebutter with Composio?

Yes, Givebutter requires you to configure your own API key credentials. Once set up, Composio handles secure credential storage and API request handling for you.

Can I use multiple toolkits together?

Yes! Composio's Tool Router enables agents to use multiple toolkits. Learn more.

Is Composio secure?

Composio is SOC 2 and ISO 27001 compliant with all data encrypted in transit and at rest. Learn more.

What if the API changes?

Composio maintains and updates all toolkit integrations automatically, so your agents always work with the latest API versions.

Used by agents from

Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai
Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai
Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai

Never worry about agent reliability

We handle tool reliability, observability, and security so you never have to second-guess an agent action.