Skip to content

tylerscomic-lab/competitor-intel-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

competitor-intel-mcp

AI-powered competitive intelligence MCP server. Deep-dive competitor analysis, market gap research, battle card generation, and positioning strategy — natively inside Claude, Cursor, Windsurf, or any MCP-compatible AI client.

Live on MCPize: mcpize.com/mcp/competitor-intel-mcp


Tools

Tool Description
analyze_competitor Generate a comprehensive competitor profile with features, pricing, positioning, and weaknesses
find_market_gaps Identify underserved segments and feature gaps in a product category
build_battle_card Create a sales battle card for a specific competitor (how to win against them)
generate_positioning_analysis Compare your product against 3-5 competitors with a differentiation strategy

Usage

Use via MCPize gateway (no local setup required):

{
  "mcpServers": {
    "competitor-intel": {
      "url": "https://competitor-intel-mcp.mcpize.run/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_MCPIZE_API_KEY"
      }
    }
  }
}

Or run locally:

git clone https://github.com/tylerscomic-lab/competitor-intel-mcp
cd competitor-intel-mcp
npm install
GROQ_API_KEY=your_key node server.js

Examples

analyze_competitor(
  competitor_name: "Notion",
  your_product_category: "Team knowledge management",
  focus_areas: "pricing, AI features, enterprise security, integrations"
)

find_market_gaps(
  product_category: "AI meeting assistants",
  known_players: "Otter.ai, Fireflies, Grain, MeetGeek",
  target_segment: "Engineering teams at startups"
)

build_battle_card(
  competitor: "HubSpot",
  your_product: "Pipedrive",
  target_buyer: "SMB sales teams"
)

Pricing

Available on MCPize marketplace:

  • Free: 20 requests/day
  • Pro: $9.99/month — unlimited requests

More MCP Servers

Browse the full suite: mcpize.com | GitHub org: github.com/tylerscomic-lab

Releases

No releases published

Packages

 
 
 

Contributors