Skip to main content
Glama

competitive-intel

一个面向 B2B 团队的 Claude Code 插件,可运行自动化竞品情报。把它指向你的竞争对手,它就会跨 LinkedIn、新闻、用户评价、招聘信息和监管信号追踪它们,然后按计划生成一份高管简报和每个竞争对手的销售战斗卡,并通过电子邮件发送给你。

插件生成的每周竞品简报:竞争对手动态的高管摘要、带来源的“本周动态”,以及按“他们怎么说 vs 你怎么说”排版的各竞争对手销售战斗卡。

仅限非商业用途(PolyForm Noncommercial 1.0.0)。 本插件由 Brittany Slay 创作。在保留署名的情况下,你可以将其用于非商业用途、进行修改和分享。商业用途——转售、贴牌或产品化——需获得 Brittany Slay 的许可。参见 LICENSE.md

每次运行都会生成一份带日期的高管简报,以及每个竞争对手一张销售战斗卡。简报内容如下:

# Competitive Intelligence Brief - Week of [date]

## Executive Summary
- [Competitor A] shipped usage-based pricing; expect it in deals by Q3.
- [Competitor B] is hiring 4 enterprise AEs in the Northeast: they're moving upmarket.
- Review sentiment on [Competitor A] dipped on onboarding complaints; a wedge for us.

## Moves this week
**[Competitor A] - new pricing page**
Signal: LinkedIn post + pricing page diff. Implication: undercuts our Team tier.
Recommended action: add a per-seat comparison to the pricing objection battlecard.

## Opportunities & threats for us
- Gap we can exploit: [Competitor B] has no SOC 2 page. Lead with trust in that segment.

战斗卡每页一张:他们的定位、你的优势、陷阱,以及销售代表可以实时直接使用的精确反驳话术。

匿名化模板。 两个配置文件以 *.example.json 形式提供,描述一家虚构公司。复制它们,填入你自己的信息,整个系统就会重新指向你的市场。你真实的 company_context.jsoncompetitors.json 已被 git 忽略,因此永远不会被提交。


它能做什么

  • 分派给五个专家智能体——LinkedIn、新闻及社区论坛、G2/Capterra 评价、招聘信息、监管与行业信号——每个智能体把一种公开来源转化为结构化 JSON。

  • 合成一份高管简报,包含周环比差异(week-over-week diff),精确呈现自上周以来发生的变化,并从你公司的角度进行阐述。

  • 为每个竞争对手撰写销售战斗卡,销售代表可实时使用:他们的定位、你的优势、陷阱和反驳话术。

  • 按计划运行并通过电子邮件发送结果——每周一份完整简报,外加一个轻量级每日突发新闻检查,只有当某条信息得分 ≥ 4/10 时才会提醒你。

  • 无需付费抓取密钥——默认使用免费搜索(DuckDuckGo),可选 Brave 密钥以获得更高质量的结果。唯一必需的凭据是用于投递的 Gmail 应用专用密码。


Related MCP server: competlab-mcp-server

安装

先决条件: Claude Code、Node.js,以及一个启用了 应用专用密码 的 Gmail 账户。

# 1. Clone
git clone <your-repo-url> && cd competitive-intel

# 2. Install the MCP server deps
cd mcp/apify && npm install && cd ../..

# 3. Create your config from the examples
cp company_context.example.json company_context.json
cp competitors.example.json competitors.json
#   ...then edit both with your real details.

# 4. Set delivery env vars (add to ~/.zshrc or ~/.bashrc)
export GMAIL_USER="you@gmail.com"
export GMAIL_APP_PASSWORD="xxxx xxxx xxxx xxxx"
# export BRAVE_API_KEY="..."   # optional, improves search quality

# 5. Register the MCP server
claude mcp add competitive-intel node "$(pwd)/mcp/apify/index.js" \
  -e GMAIL_USER=$GMAIL_USER -e GMAIL_APP_PASSWORD=$GMAIL_APP_PASSWORD

# 6. Run it
claude
> /run-intel

完整的设置、自定义和排程说明,请参阅 GUIDE.md


示例提示词

当你用自然语言提出竞品相关问题时,competitive-analysis 技能会自动激活。下面是人们实际会输入的内容:

  • track what my competitors are doing this week

  • build me a competitive brief on Competitor A and Competitor B

  • monitor Competitor A on LinkedIn and in the news

  • write a sales battlecard against Competitor B

  • what are my competitors hiring for right now?

  • set up weekly competitive intel and email it to me

  • watch competitor reviews on G2 and Capterra

  • what is Competitor A doing in AI this quarter?

  • any breaking news on my competitors today?

  • where can we win against Competitor B in a live deal?

你也可以显式地驱动它:

/run-intel                    # Full cycle - all agents, brief, battlecards, email
/run-intel focus:product      # LinkedIn + news only - fast product check
/run-intel focus:hiring       # Hiring tracker only
/run-intel focus:regulatory   # Regulatory radar only
/run-intel no-email           # Run everything, skip email
/daily-alert                  # Manual breaking-news check

包含内容

文件 / 组件

作用

skills/competitive-analysis.md

在竞品问题时自动激活;编排整个工作流

agents/linkedin-researcher.md

读取竞争对手 LinkedIn 帖子 → 主题、产品信号、语气

agents/news-scanner.md

新闻、媒体报道、博客 + Reddit/论坛 → 发布、合作、投诉

agents/review-monitor.md

G2、Capterra、SoftwareAdvice → 情感趋势和你的机会

agents/hiring-tracker.md

招聘信息分析 → 前瞻性产品信号、技术栈、扩张方向

agents/regulatory-radar.md

监管与行业信号 → 即将发生的变化及竞争对手的反应

agents/brief-writer.md

综合所有智能体的输出 → 带有周环比差异的高管简报

agents/battlecard-writer.md

简报 + 评价 + 招聘信息 → 每个竞争对手的销售战斗卡

commands/run-intel.md

/run-intel——每周完整流水线

commands/daily-alert.md

/daily-alert——轻量级每日突发新闻检查

mcp/apify/index.js

MCP 服务器——linkedin_postscheck_sitemapcrawl_websitegoogle_searchsend_email

scripts/weekly-run.sh

Cron:每周完整简报

scripts/daily-alert.sh

Cron:每日突发新闻检查

company_context.example.json

复制为 company_context.json——你的定位(git 已忽略)

competitors.example.json

复制为 competitors.json——要追踪的竞争对手(git 已忽略)

配置

变量

必需

说明

GMAIL_USER

用于发送简报的 Gmail 地址

GMAIL_APP_PASSWORD

Gmail 应用专用密码——在此生成

BRAVE_API_KEY

Brave Search API 密钥——免费层,比 DuckDuckGo 提供更好的搜索结果

无需付费抓取密钥。 搜索默认使用 DuckDuckGo;抓取使用原生 HTTP fetch;LinkedIn 覆盖尽力基于被搜索引擎索引的帖子。两个文件决定所有质量——请保持更新:

  • company_context.json——你的定位、差异化优势、赢单/输单主题、ICP。会注入到每份简报和战斗卡中。

  • competitors.json——要追踪的竞争对手,外加每个竞争对手的 notes 自由文本字段,为智能体提供初始上下文。

关于道德的说明

此工具只读取公开可获取的信息:公开帖子、媒体报道、已发布的评价、公开招聘信息。它不会抓取私人数据、绕过登录,也不会收集个人联系信息。请继续保持这一点。参见 PRIVACY.md


许可证

仅限非商业用途(PolyForm Noncommercial 1.0.0)。商业用途需获得 Brittany Slay 的许可。参见 LICENSE.md


Brittany Slay 构建——一位打造 AI 原生工具的 B2B 营销领导者。更多免费的 Claude 技能见 brittanyslay.com/skills。想要真正落地一套竞品情报项目,或打造一个 AI 原生的营销职能?联系我们

F
license - not found
Not graded
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
2Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides tools for automated company research, competitor identification, and business model analysis to generate comprehensive business intelligence. It enables users to extract market keywords and synthesize competitive insights via AI-powered research capabilities.
  • A
    license
    A
    quality
    B
    maintenance
    Competitive intelligence platform with 24 tools. Monitor competitor pricing, content, positioning, tech stacks, and AI visibility — track how ChatGPT, Claude, and Gemini rank your brand.
    33
    2
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Competitive intelligence MCP server for sales teams. Get battle cards, objection handlers, pricing comparisons, pre-call briefings, and AI sales simulations for any company vs any competitor. 11 tools with a free tier.
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Provides real-time business event intelligence and AI-scored sales leads to help users track funding rounds, acquisitions, and executive hires. It enables AI agents to generate strategic market briefs and manage company watchlists for predictive business insights.
    7
    234
    2
    MIT

View all related MCP servers

Related MCP Connectors

  • Live market intelligence & AI content strategy: trends, competitor moves, content calendar.

  • Competitive intelligence - track what competitors ship each week. 8 tools, 3 prompt workflows.

  • Comparison intelligence: live evidence from 20 sources, PESTLE/VS/Deep Research frameworks.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/brittanyslay/competitive-intel'

If you have feedback or need assistance with the MCP directory API, please join our Discord server