La Growth Machine — B2B Outreach & Pipeline Analytics

La Growth Machine — B2B Outreach & Pipeline Analytics

Analyze LinkedIn & email outreach campaigns, track pipeline performance, and review lead conversations for RevOps, Sales Managers, and SDR teams.

Category
访问服务器

README

/*

  • Copyright 2026 La Growth Machine
  • Licensed under the Apache License, Version 2.0 (the "License");
  • you may not use this file except in compliance with the License. */

La Growth Machine — B2B Outreach & Pipeline Analytics

Analyze LinkedIn & email outreach campaigns, track pipeline performance, and review lead conversations — for RevOps, Sales Managers, and SDR teams.


La Growth Machine connects your AI assistant to your outbound revenue stack — giving RevOps engineers, Sales Managers, and SDR teams instant access to campaign performance, lead engagement data, and message sequences across LinkedIn and email. Stop switching between dashboards to answer "what's working?". Ask your AI instead.


Compatibility

This MCP server works with any MCP-compatible AI client:

  • Claude Desktop (Anthropic)
  • Claude Code (CLI & IDE extensions)
  • Cursor, Windsurf, and other MCP-enabled editors
  • Any client that supports the Model Context Protocol

Why connect La Growth Machine to your AI?

Your outreach data is only useful if you can act on it. With this extension, your AI becomes your outbound analyst — surfacing what's working, what's stalling, and where to focus next.

Built for:

  • RevOps & GTM Engineers who orchestrate the revenue stack and need fast, flexible access to campaign performance
  • Sales Managers & Team Leads who need visibility on team activity and pipeline contribution without digging through dashboards
  • Sales Reps managing live conversations and follow-ups across channels

What you can do

Analyze campaign performance Compare reply rates, acceptance rates, and conversion metrics across campaigns — and get a diagnosis, not just a table.

Audit your message sequences Pull the full message flow for any campaign. Identify weak touchpoints or flag messages that may be dragging down your reply rate.

Explore leads and audiences Browse leads by audience, filter by status, or deep-dive into a specific lead's profile: company, role, email, LinkedIn URL.

Read full conversation threads Get the complete message history for any lead across all channels (email + LinkedIn) — with context, not just raw logs.

Track engagement activity View all actions taken on a lead: connection requests sent, messages delivered, replies received, follow-ups triggered.

Build audiences from a LinkedIn URL Drop in a LinkedIn search, Sales Navigator search, or LinkedIn post URL — your AI creates the audience and triggers the lead import in one shot.

Personalize AI-generated outreach Save tone and style preferences per La Growth Machine identity, so your AI generates on-brand messages that match your voice.


Go deeper with LGM Skills

The MCP gives your AI access to your data. LGM Skills give it the expertise to act on it.

Skills are specialized AI instructions that work hand-in-hand with this MCP — the MCP surfaces your campaign data, the skill knows how to analyze it and turn it into actionable recommendations.

Available now

Campaign Analyzer Pulls your campaign stats and sequences via the MCP, then runs a structured analysis to identify what's hurting your reply rate — weak subject lines, poor sequencing, missing follow-ups — and gives you prioritized recommendations to fix it.

"Analyze my 'VP Sales Q2' campaign and tell me what to improve."

Coming soon

  • Segmentation Advisor — Audit your audience targeting and flag ICP mismatches before they hurt performance
  • Copywriting Coach — Review your message sequences against outreach best practices and rewrite underperforming steps

All LGM Skills are available at: https://github.com/laGrowthMachine/gtm-system


Usage Examples

Diagnose a campaign that's underperforming

You: "My 'VP Sales Q2' campaign has a low reply rate. Show me the message sequence and stats."

AI: Fetches campaign KPIs (acceptance rate, reply rate, conversion) and the full message sequence. Identifies which steps have drop-offs and flags messages that may be too generic or too long.

Want deeper recommendations? Install the Campaign Analyzer skill to get structured, actionable improvements — not just data.


Get a full picture of a lead before calling them

You: "Show me everything about John Smith at Acme Corp — conversation history, activity log, and their LinkedIn profile."

AI: Pulls the full engagement timeline: messages sent and received, connection status, reply content — giving you a complete pre-call brief in seconds.


Weekly team pipeline review

You: "List all running campaigns, their reply rates, and flag anything below 10% acceptance."

AI: Generates a structured overview of active campaigns with key metrics, highlights underperformers, and surfaces which campaigns need attention.

Want to fix the underperformers? Install the Campaign Analyzer skill for ICP and copy recommendations.


Build an audience straight from a Sales Nav URL

You: "Create a new audience called 'DACH VPs of Sales' from this Sales Nav search — use my main LinkedIn identity. Here's the URL: https://www.linkedin.com/sales/search/people?..."

AI: Calls list_identities to resolve your main identity, then create_audience_from_linkedin_url to kick off the import. The import runs asynchronously — list your audiences and check progress with get_audience.


Audit your outreach sequence before launch

You: "Show me the message flow for my 'DACH Enterprise' campaign — I want to check the timing and content before it goes live."

AI: Displays the full sequence with message content, channel (email vs LinkedIn), and step order — ready for a final review.

Not sure if the copy is strong enough? The Copywriting Coach skill (coming soon) will review each message against outreach best practices and suggest rewrites.


Available Tools

Tool Description
list_campaigns List and filter campaigns by status, name, or date
get_campaign_stats Acceptance rate, reply rate, conversions, and more
get_campaign_messages Full message sequence with content and channel order
get_audience Audience name, size, type, and import status
get_audience_leads Leads list with name, company, role, email, LinkedIn
get_lead_logs Full activity history for a lead across all channels
get_lead_conversations All conversation threads with a lead
get_conversation_messages Complete message thread in a conversation
save_identity_preference Save tone/language/style for AI-generated content
create_audience_from_linkedin_url Create or populate an audience from a LinkedIn / Sales Nav search or post URL
list_identities List your connected LinkedIn / email identities — needed to pick an identityId
get_conversations_to_reply Inbox conversations waiting for your reply (lead spoke last, thread open)
get_unread_conversations Unread inbox conversations, newest first
get_favourite_conversations Favourited / starred conversations, optionally only those that replied
search_conversations Full-power inbox search — filter by text, identity, campaign, audience, channel, status, dates, flags
snooze_conversation Snooze a conversation until later (hide from the active inbox)
unsnooze_conversation Un-snooze a conversation back into the active inbox
archive_conversation Archive a conversation (remove from the active inbox)
unarchive_conversation Restore an archived conversation to the active inbox
list_members List account members — needed to pick a memberId for sending LinkedIn messages
send_linkedin_message Send a LinkedIn text or voice message to a lead from a connected identity
send_email_message Send an email to a lead from a connected email identity (new thread or reply)

Setup

Claude Desktop

  1. Download lgm-mcp.mcpb
  2. Double-click to open with Claude Desktop
  3. Click Install
  4. Enter your LGM API key — find it in Settings > API
  5. Start chatting with your campaigns

Claude.ai (web connector)

  1. Go to claude.aiSettingsConnectorsAdd custom connector

  2. Enter the following URL:

    https://mcpapp.lagrowthmachine.com/mcp
    
  3. Open Advanced parameters and fill in the OAuth credentials:

    Field Value
    OAuth Client ID Your LGM account email
    OAuth Client Secret Your LGM API key — find it in Settings > API
  4. Click Save.

  5. Back on the Connectors list, click Connect on the La Growth Machine line — Claude.ai will go through the authentication flow and the connector will be active.

Other MCP clients (Claude Code, Cursor, etc.)

claude mcp add --transport http --scope user LaGrowthMachine \
  https://mcpapp.lagrowthmachine.com/mcp \
  --header "X-LGM-API-KEY: <your-api-key>"

Replace claude mcp add with your client's equivalent MCP configuration command.

Your API key is stored securely in the OS keychain (macOS Keychain / Windows Credential Manager). No La Growth Machine data is stored locally or shared with third parties.


Privacy

This extension connects to the La Growth Machine API using your API key. Data is fetched on-demand and used only within your AI conversation. Nothing is stored beyond your API key (in the OS keychain). Your data is not shared with any third party.

Full policy: lagrowthmachine.com/privacy-policy

Usage analytics & opt-out

To understand which tools are used, the server sends a single first-party analytics event on each tool call:

  • What is sent: the event name (mcp_tool_called, or mcp_preference_saved for save_identity_preference) and the tool name only. No conversation content, lead data, message bodies, or arguments are ever included.
  • Where it goes: La Growth Machine's own API at https://apiv2.lagrowthmachine.com/flow/tracking/mcp — the same first-party service you authenticate against with your API key. Nothing is sent to any third party.
  • Failure handling: the request is fire-and-forget; if it fails it is silently ignored and never blocks a tool result.

Opt-out: analytics is fully optional.

  • Claude Desktop: enable the "Disable usage analytics" toggle in the extension settings.
  • Self-hosted / other clients: set the environment variable LGM_DISABLE_TELEMETRY=true. When set, the server sends no analytics requests at all.

Support

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选