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.
add_constituent_to_group ~40
Add a constituent to a group (creates a group membership)
| Name | Type | Req | Description |
|---|---|---|---|
| constituent_id | number | yes | — |
| group_id | number | yes | — |
No output schema declared.
No examples provided.
add_keyword_to_constituent ~39
Assign a keyword (attribute/tag) to a constituent
| Name | Type | Req | Description |
|---|---|---|---|
| constituent_id | number | yes | — |
| keyword_id | number | yes | — |
No output schema declared.
No examples provided.
call_lgl_api ~90
Execute a custom LGL REST API request directly to any of the 141 supported endpoints. Use this as a complete backup tool.
| Name | Type | Req | Description |
|---|---|---|---|
| body | object | — | Optional JSON payload body for POST/PATCH |
| method | string | yes | HTTP Method |
| path | string | yes | Endpoint path (e.g. /constituents/1/memberships or /types/constituent_types) |
No output schema declared.
No examples provided.
constituents_missing_info ~30
Find constituents missing key contact information
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | — |
| missing | array | yes | — |
No output schema declared.
No examples provided.
create_address ~87
Add a street address to a constituent
| Name | Type | Req | Description |
|---|---|---|---|
| address_type | string | — | e.g. Home, Work, Seasonal |
| city | string | — | — |
| constituent_id | number | yes | — |
| country | string | — | — |
| is_primary | boolean | — | — |
| state | string | — | — |
| street | string | yes | — |
| zip | string | — | Postal / ZIP Code |
No output schema declared.
No examples provided.
create_appeal ~29
Create a new appeal
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | — |
| name | string | yes | — |
No output schema declared.
No examples provided.
create_appeal_request ~57
Create a new appeal request, either linked to an appeal or constituent
| Name | Type | Req | Description |
|---|---|---|---|
| appeal_id | number | yes | — |
| ask_amount | number | — | — |
| constituent_id | number | yes | — |
| segment_name | string | — | — |
No output schema declared.
No examples provided.
create_campaign ~28
Create a new fundraising campaign
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | — |
| name | string | yes | — |
No output schema declared.
No examples provided.
create_category ~21
Create a new custom category
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | — |
No output schema declared.
No examples provided.
create_class_affiliation ~45
Add a class affiliation to a constituent
| Name | Type | Req | Description |
|---|---|---|---|
| class_affiliation_type_id | number | yes | — |
| class_year | number | — | — |
| constituent_id | number | yes | — |
No output schema declared.
No examples provided.
create_constituent ~98
Create a new constituent in LGL
| Name | Type | Req | Description |
|---|---|---|---|
| city | string | — | — |
| constituent_type | string | — | — |
| string | — | Primary email address | |
| first_name | string | — | — |
| last_name | string | — | — |
| organization_name | string | — | — |
| phone | string | — | Primary phone number |
| state | string | — | — |
| street | string | — | — |
| zip | string | — | — |
No output schema declared.
No examples provided.
create_constituent_invitation ~58
Add a constituent to an event (creates an invitation record)
| Name | Type | Req | Description |
|---|---|---|---|
| constituent_id | number | yes | — |
| event_id | number | yes | — |
| invitation_status | string | — | e.g. Invited, RSVP, Attended |
No output schema declared.
No examples provided.
create_contact_report ~72
Create a new contact report nested under a constituent
| Name | Type | Req | Description |
|---|---|---|---|
| constituent_id | number | yes | — |
| contact_date | string | — | YYYY-MM-DD |
| contact_type | string | — | e.g. Phone, In Person, Email |
| subject | string | — | — |
| text | string | yes | Content of report |
No output schema declared.
No examples provided.
create_email_address ~54
Add an email address to a constituent
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | — |
| constituent_id | number | yes | — |
| email_type | string | — | e.g. Personal, Work |
| is_primary | boolean | — | — |
No output schema declared.
No examples provided.
create_event ~38
Create a new event
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | — |
| event_date | string | — | YYYY-MM-DD |
| name | string | yes | — |
No output schema declared.
No examples provided.
create_event_invitation ~43
Add a constituent invitation directly inside an event
| Name | Type | Req | Description |
|---|---|---|---|
| constituent_id | number | yes | — |
| event_id | number | yes | — |
| invitation_status | string | — | — |
No output schema declared.
No examples provided.
create_fund ~28
Create a new fund
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | — | — |
| name | string | yes | — |
No output schema declared.
No examples provided.
create_group ~21
Create a new constituent group
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | — |
No output schema declared.
No examples provided.
create_keyword ~32
Create a new keyword nested under a category
| Name | Type | Req | Description |
|---|---|---|---|
| category_id | number | yes | — |
| name | string | yes | — |
No output schema declared.
No examples provided.
create_membership ~56
Add a membership record to a constituent
| Name | Type | Req | Description |
|---|---|---|---|
| constituent_id | number | yes | — |
| end_date | string | — | YYYY-MM-DD |
| membership_level_id | number | yes | — |
| start_date | string | — | YYYY-MM-DD |
No output schema declared.
No examples provided.
create_membership_level ~23
Create a new membership level
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | — |
No output schema declared.
No examples provided.
create_note ~71
Log a new note nested under a specific constituent
| Name | Type | Req | Description |
|---|---|---|---|
| constituent_id | number | yes | — |
| note_date | string | — | YYYY-MM-DD |
| note_type | string | — | e.g. Interaction, Email, Alert |
| subject | string | — | — |
| text | string | yes | Content of the note |
No output schema declared.
No examples provided.
create_phone_number ~58
Add a phone number to a constituent
| Name | Type | Req | Description |
|---|---|---|---|
| constituent_id | number | yes | — |
| is_primary | boolean | — | — |
| number | string | yes | — |
| phone_type | string | — | e.g. Mobile, Home, Work, Fax |
No output schema declared.
No examples provided.
create_relationship ~66
Create a relationship between two constituents (nested under the parent constituent)
| Name | Type | Req | Description |
|---|---|---|---|
| constituent_id | number | yes | The parent constituent |
| related_constituent_id | number | yes | The related constituent |
| relationship_type | string | yes | e.g. Spouse, Sibling, Child, Parent |
No output schema declared.
No examples provided.
create_volunteer_time ~53
Record volunteer hours nested under a constituent
| Name | Type | Req | Description |
|---|---|---|---|
| constituent_id | number | yes | — |
| description | string | — | — |
| hours | number | yes | Hours volunteered |
| volunteer_date | string | — | YYYY-MM-DD |
No output schema declared.
No examples provided.
create_web_address ~54
Add a web address to a constituent
| Name | Type | Req | Description |
|---|---|---|---|
| constituent_id | number | yes | — |
| url | string | yes | Website URL |
| web_address_type | string | — | e.g. Personal, Blog, LinkedIn, Twitter |
No output schema declared.
No examples provided.
delete_address ~26
Delete a street address record by Address ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Address ID |
No output schema declared.
No examples provided.
delete_appeal ~23
Delete an appeal by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | — |
No output schema declared.
No examples provided.
delete_appeal_request ~25
Delete an appeal request by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | — |
No output schema declared.
No examples provided.
delete_campaign ~21
Delete a campaign by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | — |
No output schema declared.
No examples provided.
delete_category ~22
Delete a custom category by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | — |
No output schema declared.
No examples provided.
delete_class_affiliation ~25
Delete a class affiliation record by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | — |
No output schema declared.
No examples provided.
delete_constituent ~24
Delete an existing constituent by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | — |
No output schema declared.
No examples provided.
delete_contact_report ~23
Delete a contact report by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | — |
No output schema declared.
No examples provided.
delete_email_address ~27
Delete an email address record by Email ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Email ID |
No output schema declared.
No examples provided.
delete_event ~21
Delete an event by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | — |
No output schema declared.
No examples provided.
delete_fund ~22
Delete a fund by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | — |
No output schema declared.
No examples provided.
delete_gift ~27
Delete a specific gift record by Gift ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Gift ID |
No output schema declared.
No examples provided.
delete_group ~20
Delete a constituent group
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | — |
No output schema declared.
No examples provided.
delete_invitation ~24
Delete an event invitation record by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | — |
No output schema declared.
No examples provided.
delete_keyword ~22
Delete a keyword record by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | — |
No output schema declared.
No examples provided.
delete_membership ~23
Delete a membership record by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | — |
No output schema declared.
No examples provided.
delete_membership_level ~23
Delete membership level by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | — |
No output schema declared.
No examples provided.
delete_note ~23
Delete a note record by Note ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | — |
No output schema declared.
No examples provided.
delete_phone_number ~27
Delete a phone number record by Phone ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Phone ID |
No output schema declared.
No examples provided.
delete_relationship ~23
Delete a constituent relationship by Relationship ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | — |
No output schema declared.
No examples provided.
delete_volunteer_time ~25
Delete a volunteer time record by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | — |
No output schema declared.
No examples provided.
delete_web_address ~29
Delete a web address record by Web Address ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Web Address ID |
No output schema declared.
No examples provided.
get_appeal ~23
Get appeal details by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | — |
No output schema declared.
No examples provided.
get_appeal_request ~27
Get details for an appeal request by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | — |
No output schema declared.
No examples provided.