Skip to main content
Glama

competitive-intel

B2B 팀을 위해 자율적 경쟁 인텔리전스를 실행하는 Claude Code 플러그인입니다. 경쟁사를 지정하면 LinkedIn, 뉴스, 사용자 리뷰, 채용 공고, 규제 신호를 추적하고, 일정에 따라 경영진 브리프와 경쟁사별 영업 배틀카드를 작성하여 이메일로 보냅니다.

플러그인이 생성하는 주간 경쟁 브리프: 경쟁사 동향에 대한 경영진 요약, 출처가 포함된 이번 주의 핵심 움직임, 그리고 '그들이 말할 때' 대비 '우리가 말할 때' 형식의 경쟁사별 영업 배틀카드.

비상업적 용도 전용(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으로 변환합니다.

  • 하나의 경영진 브리프로 종합 - 지난주 대비 정확히 무엇이 달라졌는지 드러내는 주간 비교를 우리 회사의 관점에서 제공합니다.

  • 경쟁사별 영업 배틀카드 작성 - 영업 담당자가 실전에서 바로 쓸 수 있는 포지셔닝, 우리가 이기는 지점, 함정, 반박 문구를 담습니다.

  • 일정에 따라 실행되고 결과를 이메일로 발송 - 주간 전체 브리프와, 점수가 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_posts, check_sitemap, crawl_website, google_search, send_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 커버리지는 검색 색인된 게시물을 통한 최선 노력(best-effort) 방식입니다. 품질을 좌우하는 두 파일은 항상 최신으로 유지하세요:

  • company_context.json - 우리의 포지셔닝, 차별화 요소, 승/패 테마, ICP. 모든 브리프와 배틀카드에 주입됩니다.

  • competitors.json - 추적할 대상을 지정하며, 에이전트에 시작 컨텍스트를 제공하는 경쟁사별 자유 텍스트 notes 필드가 포함됩니다.

윤리에 관한 참고 사항

이 도구는 공개적으로 이용 가능한 정보(공개 게시물, 보도자료, 공개 리뷰, 공개 채용 공고)만 읽습니다. 개인 데이터를 스크래핑하거나, 로그인을 우회하거나, 개인 연락처 정보를 수집하지 않습니다. 이 원칙을 지켜주세요. PRIVACY.md를 참조하세요.


라이선스

비상업적 용도 전용(PolyForm Noncommercial 1.0.0)입니다. 상업적 사용에는 Brittany Slay의 라이선스가 필요합니다. LICENSE.md를 참조하세요.


Brittany Slay가 제작했습니다. B2B 마케팅 리더이자 AI 네이티브 도구를 만드는 사람입니다. 더 많은 무료 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