mcpserver.lol
registry/lgl-mcp-server
Connection check local install

lgl-mcp-server

MCP server for Little Green Light CRM. Search donors, log gifts, manage groups and contacts.

Tools 137
GitHub stars 1
Installs / wk
Licence MIT
Transport stdio
Last checked never

Tools & capabilities

137 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

add_constituent_to_group from source
Add a constituent to a group (creates a group membership)
add_keyword_to_constituent from source
call_lgl_api from source
constituents_missing_info from source
create_address from source
Add a street address to a constituent
create_appeal from source
Create a new appeal
create_appeal_request from source
Create a new appeal request, either linked to an appeal or constituent
create_campaign from source
Create a new fundraising campaign
create_category from source
create_class_affiliation from source
Add a class affiliation to a constituent
create_constituent from source
Create a new constituent in LGL
create_constituent_invitation from source
create_contact_report from source
Create a new contact report nested under a constituent
create_email_address from source
Add an email address to a constituent
create_event from source
Create a new event
create_event_invitation from source
create_fund from source
Create a new fund
create_group from source
Create a new constituent group
create_keyword from source
create_membership from source
create_membership_level from source
create_note from source
Log a new note nested under a specific constituent
create_phone_number from source
Add a phone number to a constituent
create_relationship from source
Create a relationship between two constituents (nested under the parent constituent)
create_volunteer_time from source
Record volunteer hours nested under a constituent
create_web_address from source
Add a web address to a constituent
delete_address from source
Delete a street address record by Address ID
delete_appeal from source
Delete an appeal by ID
delete_appeal_request from source
Delete an appeal request by ID
delete_campaign from source
Delete a campaign by ID
delete_category from source
delete_class_affiliation from source
Delete a class affiliation record by ID
delete_constituent from source
Delete an existing constituent by ID
delete_contact_report from source
Delete a contact report by ID
delete_email_address from source
Delete an email address record by Email ID
delete_event from source
Delete an event by ID
delete_fund from source
Delete a fund by ID
delete_gift from source
Delete a specific gift record by Gift ID
delete_group from source
Delete a constituent group
delete_invitation from source
delete_keyword from source
delete_membership from source
delete_membership_level from source
delete_note from source
Delete a note record by Note ID
delete_phone_number from source
Delete a phone number record by Phone ID
delete_relationship from source
Delete a constituent relationship by Relationship ID
delete_volunteer_time from source
Delete a volunteer time record by ID
delete_web_address from source
Delete a web address record by Web Address ID
get_appeal from source
Get appeal details by ID
get_appeal_request from source
Get details for an appeal request by ID
get_campaign from source
Get fundraising campaign details by ID
get_category from source
get_class_affiliation from source
Get class affiliation details by ID
get_constituent from source
Get full details for a single constituent by ID
get_contact_report from source
Get full details of a contact report by ID
get_event from source
Get fundraising event details by ID
get_fund from source
Get fund details by ID
get_gift from source
Get full details for a specific gift record by ID
get_group from source
Get details for a single group by ID
get_group_membership from source
Get details for a group membership record by ID
get_invitation from source
get_keyword from source
get_membership from source
get_membership_level from source
get_metadata from source
get_note from source
Get full details of a note by ID
get_relationship from source
Get details for a constituent relationship by Relationship ID
get_volunteer_time from source
Get volunteer time record details by ID
lapsed_donors from source
list_account_types from source
list_addresses from source
List street addresses for a specific constituent
list_appeal_requests from source
Fetch appeal requests, either for a specific appeal or for a specific constituent
list_appeals from source
List all appeals
list_campaigns from source
List all campaigns
list_categories from source
list_class_affiliations from source
List class affiliations for a constituent
list_class_affiliation_types from source
List all available class affiliation types
list_constituent_categories from source
list_constituent_invitations from source
list_constituents from source
List all constituents with optional pagination
list_contact_reports from source
List contact reports, optionally filtered by constituent, or fetch all
list_custom_attributes from source
list_email_addresses from source
List email addresses for a specific constituent
list_event_invitations from source
list_events from source
List all fundraising events
list_funds from source
List all funds
list_gift_categories from source
list_gifts from source
List gifts, either for a specific constituent (nested) or across the account (search)
list_gift_types from source
list_group_memberships from source
List group memberships for a specific constituent
list_groups from source
List all constituent groups defined in LGL
list_keywords from source
list_lists from source
list_mailing_templates from source
list_membership_levels from source
list_memberships from source
list_notes from source
List notes, optionally filtered by constituent, or fetch all notes
list_payment_types from source
list_phone_numbers from source
List phone numbers for a specific constituent
list_relationships from source
List constituent relationships for a specific constituent
list_relationship_types from source
list_team_members from source
list_type_values from source
list_volunteer_times from source
List volunteer times, optionally filtered by constituent, or fetch all
list_web_addresses from source
List web addresses (websites/social profiles) for a specific constituent
recent_donors from source
record_gift from source
Record a new gift nested under a specific constituent
remove_constituent_from_group from source
Remove a constituent from a group (deletes the group membership record by ID)
remove_keyword_from_constituent from source
search_constituents from source
Search for constituents by name, email, phone, or other keyword
search_contact_reports from source
Search across contact reports
search_lists from source
search_volunteer_times from source
Search for volunteer times
top_donors from source
update_address from source
Update an existing street address record by Address ID
update_appeal from source
Update appeal details
update_appeal_request from source
Update an appeal request details
update_campaign from source
Update an existing campaign details
update_category from source
update_class_affiliation from source
Update a class affiliation record
update_constituent from source
Update an existing constituent
update_contact_report from source
Update an existing contact report by ID
update_email_address from source
Update an existing email address record by Email ID
update_event from source
Update event details
update_fund from source
Update fund details
update_gift from source
Update an existing gift record by Gift ID
update_group from source
Update constituent group details
update_group_membership from source
Update a group membership record
update_invitation from source
update_keyword from source
update_membership from source
update_membership_level from source
update_note from source
Update an existing note record by Note ID
update_phone_number from source
Update an existing phone number record by Phone ID
update_relationship from source
Update relationship type between two constituents by Relationship ID
update_volunteer_time from source
Update an existing volunteer hours record
update_web_address from source
Update an existing web address record by Web Address ID