# Competitive Analysis

Produce a comprehensive competitive landscape report that compares rivals, positioning, and differentiators. Identify strengths, weaknesses, market gaps, and opportunities to refine strategy. Save ho…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add janwilmake/competitive-analysis-demo

# Browse available tools
npx -y smithery tool list janwilmake/competitive-analysis-demo

# Get full schema for a tool
npx -y smithery tool get janwilmake/competitive-analysis-demo getAnalysisMarkdown

# Call a tool
npx -y smithery tool call janwilmake/competitive-analysis-demo getAnalysisMarkdown '{}'
```

## Direct MCP Connection

Endpoint: `https://competitive-analysis-demo--janwilmake.run.tools`

## Tools (1)

- `getAnalysisMarkdown` — Returns a comprehensive markdown report of the competitive landscape analysis

```bash
# Get full input/output schema for a tool
npx -y smithery tool get janwilmake/competitive-analysis-demo <tool-name>
```
