# Little Green Light MCP for AI Agents AI Agent Connect

> Little Green Light MCP. Connect your donor database to your AI agent. Record gifts, update donor profiles, and check fundraising appeals without leaving your chat window. It makes managing your nonprofit's donor relationships much faster by putting your CRM data right where you work.

## Overview
- **Category:** customer-relationship-management
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_2WiGD34Kw2emNP6OhnBjdVMIlIRqDn1d5jfnlZh2/ai-agent-connect
- **Tags:** donor-management, fundraising, constituent-profiles, gift-tracking, nonprofit-crm

## Description

This donor management connector lets you link your database to your AI agent to handle the heavy lifting of fundraising workflows. You can manage constituent profiles, record new gifts, and query fundraising appeals directly from your chat interface. It takes over the tedious parts of donor management so you can focus on the actual work of raising money. Instead of jumping between tabs to find a donor's history or manually typing in a gift amount, you can just ask your agent to do it for you. This Connector handles the data entry and lookups, keeping your records clean and up to date. It helps you stay organized whether you're logging a large one-time donation, a recurring monthly pledge, or just trying to see which campaigns are currently active. Since Vinkius hosts this Connector, you can connect it to your preferred AI client and start pulling your data into your daily workspace immediately. It's about getting your information into your tools without the constant context switching or manual data entry that slows down your team. By moving these tasks into your AI client, you cut out the friction of navigating complex CRM menus. It's the fastest way to keep your donor relationships current while staying in your flow.

## Tools

### list_fundraising_appeals
See all your active fundraising appeals to check what campaigns are currently running.

### list_donation_gifts
See a full list of all recorded gifts and donations to audit your historical giving.

### list_fundraising_campaigns
View your full list of fundraising campaigns to see the broader scope of your efforts.

### list_donor_constituents
Get a list of all donors and organizations in your database to see who you're currently tracking.

### create_new_donor
Create a new donor record using a name or organization to avoid manual entry in the dashboard.

### record_new_donation
Log a new donation, pledge, or recurring gift by providing the ID, amount, and date.

### list_organizational_funds
See all the organizational funds you have set up to map out your financial logic.

### get_donor_details
Pull up the specific details for a single constituent to see their history or contact info.

### get_gift_details
Get the specific data for a single gift to check the details of a particular donation.

## Prompt Examples

**Prompt:** 
```
Who are my top donors?
```

**Response:** 
```
I've pulled the list of your most active constituents. Here are the top 5 based on recent activity:

| Name | Total Gift Amount | Last Gift Date |
| :--- | :--- | :--- |
| **Alice Doe** | $5,000.00 | Oct 12, 2023 |
| **John Smith** | $4,250.00 | Sept 28, 2023 |
| **The Acme Foundation** | $3,000.00 | Aug 15, 2023 |
| **Sarah Jenkins** | $2,500.00 | July 01, 2023 |
| **Bob Miller** | $2,000.00 | June 15, 2023 |

Would you like to see the full history for any of these donors?
```

**Prompt:** 
```
Record a $500 gift for donor 998.
```

**Response:** 
```
✅ **Success!** I've recorded a gift of **$500.00** for constituent **998**. 

*   **Amount:** $500.00
*   **Date:** Today
*   **Status:** Recorded

Is there anything else you need to log for this donor?
```

**Prompt:** 
```
What campaigns are running?
```

**Response:** 
```
I found 3 active fundraising appeals in your account:

*   **Winter Mailing 2024** (ID: 987)
*   **Annual Gala** (ID: 654)
*   **Building Fund** (ID: 321)

Would you like more details on any of these campaigns?
```

## Capabilities

### Pull donor profiles
Get detailed info on any registered donor or organization.

### Log new donations
Record gifts, pledges, and recurring donations instantly.

### Track fundraising appeals
See which campaigns are active and what they're targeting.

### Update donor records
Create new donor profiles or edit existing contact info.

### Audit organizational funds
List all available funds to see your financial structure.

## Use Cases

### Quickly logging a phone donation
A volunteer takes a donation over the phone and tells the agent to record a new donation for a specific constituent ID.

### Checking donor history for a meeting
A Development Director needs to see who donated last month and asks the agent to list all gifts from the last 30 days.

### Auditing active funds
An admin needs to see if a specific fund is still active and asks the agent to list the organizational funds.

### Summarizing active campaigns
A tech team wants to see all active appeals to build a summary report and asks the agent to list the current fundraising appeals.

## Benefits

- Stop manual data entry by using `record_new_donation` to log gifts instantly from your chat.
- Get instant answers on donor history by using `get_donor_details` to pull specific profiles.
- Stay on top of your goals by using `list_fundraising_appeals` to see what campaigns are active.
- Build your database faster by using `create_new_donor` to add new people without switching tabs.
- Audit your finances easily by using `list_organizational_funds` to see your fund structures.

## How It Works

The bottom line is you get a direct way to manage your donor database using natural language.

1. Subscribe to the Little Green Light MCP on Vinkius.
2. Add your Little Green Light API Key (Bearer Token) to your AI client.
3. Start asking your agent to find donors or record gifts in plain English.

## Frequently Asked Questions

**Can I use Little Green Light MCP to add new donors?**
Yes, you can use the Connector to create new donor records directly through your AI agent. Just provide the name or organization details, and it handles the entry for you.

**How does Little Green Light MCP help with gift recording?**
It lets you log donations, pledges, and recurring gifts using natural language. You don't have to navigate through menus to find the right fields.

**Can I see my active fundraising appeals with Little Green Light MCP?**
Yes, you can ask your agent to list all active appeals. This helps you keep track of your current campaigns without opening your CRM dashboard.

**Does Little Green Light MCP work with my existing donor database?**
Yes, it connects directly to your existing Little Green Light account. It uses your actual data to provide real-time updates and information.

**Can I use Little Green Light MCP to check my organizational funds?**
You can ask your agent to list your organizational funds at any time. This is helpful for quickly mapping out your financial logic or checking balances.

**How do I connect Little Green Light MCP to my AI client?**
Simply subscribe to the Connector on Vinkius and add your Little Green Light API Key to your preferred AI client. Once connected, you can start using it immediately.

**How do I find my LGL API Key?**
Log in to your Little Green Light account, navigate to Settings > Integration Settings > LGL API to enable and copy your unique API key.

**What fields are required to create a gift?**
You must provide a `constituent_id`, an `amount` (numerical), and a `gift_date` (YYYY-MM-DD).

**Can I associate a gift with a specific campaign?**
Yes, when using the `record_new_donation` tool, you can include a `campaign_id`, `appeal_id`, or `fund_id` within the JSON body.