io.github.WillHeadlee/lgl-mcp-server
NPM · LGL-MCP-SERVER · SCANNED AUG 3
MCP server for Little Green Light CRM. Search donors, log gifts, manage groups and contacts.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security86
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency32
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: no license is declared. See how to fix → Fail
- Actively maintained (last published 74 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability66
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 4558 tokens (~33/item across 137 items; 137 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage75
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 24% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · lgl-mcp-server
claude mcp add willheadlee-lgl-mcp-server -- npx -y lgl-mcp-server
codex mcp add willheadlee-lgl-mcp-server -- npx -y lgl-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"willheadlee-lgl-mcp-server": {
"type": "local",
"command": [
"npx",
"-y",
"lgl-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add willheadlee-lgl-mcp-server --command npx --arg -y --arg lgl-mcp-server
mcp_servers:
willheadlee-lgl-mcp-server:
command: "npx"
args: ["-y", "lgl-mcp-server"] {
"mcpServers": {
"willheadlee-lgl-mcp-server": {
"command": "npx",
"args": [
"-y",
"lgl-mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +4
- Stability: unverified → 0.27 ▲ functional
- 2 Aug 26 +51
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- License: unverified → fail ▼ functional
- Dependency health: partial → unverified ▼ functional
- Security disclosure: fail → unverified ▼ functional
- Tool coverage: unverified → 100 ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- 1 Aug 26 −12
- Tool coverage: 100 → unverified ▼ functional
- Dependency health: unverified → partial ▲ functional
- First check of Schema quality: unverified functional
- 31 Jul 26 −6
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 43
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 94 packages
94 packages in the resolved dependency tree · 94 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
list_relationships ~25
List constituent relationships for a specific constituent
| Name | Type | Req | Description |
|---|---|---|---|
| constituent_id | number | yes | — |
No output schema declared.
No examples provided.
list_team_members ~18
List LGL team members / account users
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_type_values ~28
List values for a specific type
| Name | Type | Req | Description |
|---|---|---|---|
| type | string | yes | e.g. constituent_types |
No output schema declared.
No examples provided.
list_volunteer_times ~41
List volunteer times, optionally filtered by constituent, or fetch all
| Name | Type | Req | Description |
|---|---|---|---|
| constituent_id | number | — | Filter by constituent |
| limit | number | — | — |
No output schema declared.
No examples provided.
list_web_addresses ~31
List web addresses (websites/social profiles) for a specific constituent
| Name | Type | Req | Description |
|---|---|---|---|
| constituent_id | number | yes | — |
No output schema declared.
No examples provided.
recent_donors ~36
Get donors who gave within the last N days (30, 60, or 90)
| Name | Type | Req | Description |
|---|---|---|---|
| days | number | yes | — |
No output schema declared.
No examples provided.
record_gift ~107
Record a new gift nested under a specific constituent
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | yes | Gift amount in USD |
| appeal_name | string | — | — |
| campaign_name | string | — | — |
| constituent_id | number | yes | Target constituent |
| event_name | string | — | — |
| fund_name | string | — | — |
| gift_date | string | yes | YYYY-MM-DD |
| note | string | — | — |
| payment_type | string | — | e.g. Cash, Check, Credit Card |
No output schema declared.
No examples provided.
remove_constituent_from_group ~38
Remove a constituent from a group (deletes the group membership record by ID)
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Group Membership ID |
No output schema declared.
No examples provided.
remove_keyword_from_constituent ~38
Remove keyword assignment from a constituent
| Name | Type | Req | Description |
|---|---|---|---|
| constituent_id | number | yes | — |
| id | number | yes | Keyword assignment record ID |
No output schema declared.
No examples provided.
search_constituents ~40
Search for constituents by name, email, phone, or other keyword
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | — |
| query | string | yes | Search query |
No output schema declared.
No examples provided.
search_contact_reports ~23
Search across contact reports
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Search query |
No output schema declared.
No examples provided.
search_lists ~18
Search lists
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | — |
No output schema declared.
No examples provided.
search_volunteer_times ~24
Search for volunteer times
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Search query |
No output schema declared.
No examples provided.
top_donors ~53
Get top donors ranked by total giving, optionally within a date range
| Name | Type | Req | Description |
|---|---|---|---|
| end_date | string | — | YYYY-MM-DD |
| limit | number | — | — |
| start_date | string | — | YYYY-MM-DD |
No output schema declared.
No examples provided.
update_address ~78
Update an existing street address record by Address ID
| Name | Type | Req | Description |
|---|---|---|---|
| address_type | string | — | — |
| city | string | — | — |
| country | string | — | — |
| id | number | yes | Address ID |
| is_primary | boolean | — | — |
| state | string | — | — |
| street | string | — | — |
| zip | string | — | — |
No output schema declared.
No examples provided.
update_appeal ~28
Update appeal details
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | — |
| name | string | — | — |
No output schema declared.
No examples provided.
update_appeal_request ~40
Update an appeal request details
| Name | Type | Req | Description |
|---|---|---|---|
| ask_amount | number | — | — |
| id | number | yes | — |
| segment_name | string | — | — |
No output schema declared.
No examples provided.
update_campaign ~35
Update an existing campaign details
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | — |
| id | number | yes | — |
| name | string | — | — |
No output schema declared.
No examples provided.
update_category ~29
Update custom category name by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | — |
| name | string | — | — |
No output schema declared.
No examples provided.
update_class_affiliation ~31
Update a class affiliation record
| Name | Type | Req | Description |
|---|---|---|---|
| class_year | number | — | — |
| id | number | yes | — |
No output schema declared.
No examples provided.
update_constituent ~57
Update an existing constituent's core information
| Name | Type | Req | Description |
|---|---|---|---|
| constituent_type | string | — | — |
| first_name | string | — | — |
| id | number | yes | — |
| last_name | string | — | — |
| organization_name | string | — | — |
No output schema declared.
No examples provided.
update_contact_report ~54
Update an existing contact report by ID
| Name | Type | Req | Description |
|---|---|---|---|
| contact_date | string | — | — |
| contact_type | string | — | — |
| id | number | yes | — |
| subject | string | — | — |
| text | string | — | — |
No output schema declared.
No examples provided.
update_email_address ~51
Update an existing email address record by Email ID
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | — | — |
| email_type | string | — | — |
| id | number | yes | Email ID |
| is_primary | boolean | — | — |
No output schema declared.
No examples provided.
update_event ~34
Update event details
| Name | Type | Req | Description |
|---|---|---|---|
| event_date | string | — | — |
| id | number | yes | — |
| name | string | — | — |
No output schema declared.
No examples provided.
update_fund ~34
Update fund details
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | — |
| id | number | yes | — |
| name | string | — | — |
No output schema declared.
No examples provided.
update_gift ~76
Update an existing gift record by Gift ID
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | — | — |
| campaign_name | string | — | — |
| fund_name | string | — | — |
| gift_date | string | — | YYYY-MM-DD |
| id | number | yes | Gift ID |
| note | string | — | — |
| payment_type | string | — | — |
No output schema declared.
No examples provided.
update_group ~27
Update constituent group details
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | — |
| name | string | — | — |
No output schema declared.
No examples provided.
update_group_membership ~31
Update a group membership record
| Name | Type | Req | Description |
|---|---|---|---|
| group_id | number | — | — |
| id | number | yes | — |
No output schema declared.
No examples provided.
update_invitation ~32
Update an event invitation record by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | — |
| invitation_status | string | — | — |
No output schema declared.
No examples provided.
update_keyword ~29
Update a keyword record by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | — |
| name | string | — | — |
No output schema declared.
No examples provided.
update_membership ~48
Update a membership record by ID
| Name | Type | Req | Description |
|---|---|---|---|
| end_date | string | — | — |
| id | number | yes | — |
| membership_level_id | number | — | — |
| start_date | string | — | — |
No output schema declared.
No examples provided.
update_membership_level ~29
Update membership level details
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | — |
| name | string | — | — |
No output schema declared.
No examples provided.
update_note ~59
Update an existing note record by Note ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Note ID |
| note_date | string | — | YYYY-MM-DD |
| note_type | string | — | — |
| subject | string | — | — |
| text | string | — | — |
No output schema declared.
No examples provided.
update_phone_number ~51
Update an existing phone number record by Phone ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Phone ID |
| is_primary | boolean | — | — |
| number | string | — | — |
| phone_type | string | — | — |
No output schema declared.
No examples provided.
update_relationship ~35
Update relationship type between two constituents by Relationship ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Relationship ID |
| relationship_type | string | — | — |
No output schema declared.
No examples provided.
update_volunteer_time ~46
Update an existing volunteer hours record
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | — |
| hours | number | — | — |
| id | number | yes | — |
| volunteer_date | string | — | — |
No output schema declared.
No examples provided.
update_web_address ~46
Update an existing web address record by Web Address ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Web Address ID |
| url | string | — | — |
| web_address_type | string | — | — |
No output schema declared.
No examples provided.