Lgm Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Lgm Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A Model Context Protocol (MCP) server that wraps the full La Growth Machine API, giving Claude (and any MCP-compatible client) direct access to your LGM workspace.
27 tools covering every LGM API endpoint:
| Category | Tools |
|---|---|
| Members | list_members |
| Identities | list_identities |
| Audiences | list_audiences, create_audience_from_linkedin, get_audience_detail, get_audience_leads |
| Leads | create_or_update_lead, search_lead, update_lead_status, remove_lead_from_audiences, get_lead_logs, get_lead_conversations |
| Campaigns | get_campaigns, get_campaign, get_campaign_stats, get_campaign_leads_stats, get_campaign_messages |
| Inbox Webhooks | list_inbox_webhooks, create_inbox_webhook, delete_inbox_webhook |
| Inbox Messaging | send_linkedin_message, send_email_message, edit_conversation_note |
| Website Visitors | rb2b_native_webhook, warmly_native_webhook, vector_native_webhook |
| Conversations | get_conversation_messages |
git clone https://github.com/GigRadar/lgm-mcp-server.git
cd lgm-mcp-server
npm install
npm run buildAdd the following to your Claude Desktop config file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"lgm": {
"command": "node",
"args": ["/absolute/path/to/lgm-mcp-server/dist/index.js"],
"env": {
"LGM_API_KEY": "your-api-key-here"
}
}
}
}Replace /absolute/path/to/lgm-mcp-server with the actual path where you cloned the repo, and your-api-key-here with your LGM API key.
Then restart Claude Desktop to pick up the new server.
claude mcp add lgm -- node /absolute/path/to/lgm-mcp-server/dist/index.jsSet the environment variable before launching:
export LGM_API_KEY=your-api-key-hereOnce connected, you can ask Claude things like:
npm run build # Compile TypeScript
npm run test # Run unit tests
npm run test:e2e # Run E2E tests (requires LGM_API_KEY)
npm run test:all # Run all testsBase URL: https://apiv2.lagrowthmachine.com/flow
All requests are authenticated via apikey query parameter. Rate limit: 50 calls per 10 seconds.
Full API docs: Postman Documentation
POST /inbox/email can only reply to existing email threads — it cannot initiate new email conversations. You must provide a replyToMessageId (from get_conversation_messages) or set replyInLastThread: true. Use either leadId or leadEmail, not both.ISC
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.