Back to Browse

Swotpal MCP Server

Developer ToolsModerate7.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP Server for SWOTPal — SWOT analysis tools for AI agents (Claude, Cursor, Windsurf)

About

MCP Server for SWOTPal — SWOT analysis tools for AI agents (Claude, Cursor, Windsurf)

Security Report

7.0
Moderate7.0Low Risk

Valid MCP server (2 strong, 4 medium validity signals). 3 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.

3 files analyzed · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

SWOTPal API key from swotpal.com dashboardRequired

Environment variable: SWOTPAL_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-aprilelevengo-swotpal-mcp-server": {
      "env": {
        "SWOTPAL_API_KEY": "your-swotpal-api-key-here"
      },
      "args": [
        "-y",
        "@swotpal/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

SWOTPal MCP Server

SWOT analysis tools for AI agents. Use in Claude Desktop, Cursor, Windsurf, and any MCP-compatible client.

Generate professional SWOT analyses, competitive comparisons, and browse 100+ pre-built examples — all from your AI assistant.

Quick Start

1. Get your API Key

Sign up at swotpal.com and generate an API key from your dashboard.

2. Configure your MCP client

Claude Desktop — Edit ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "swotpal": {
      "command": "npx",
      "args": ["-y", "@swotpal/mcp-server"],
      "env": {
        "SWOTPAL_API_KEY": "sk_live_your_key_here"
      }
    }
  }
}

Cursor — Add to your MCP settings (Settings > MCP Servers):

{
  "swotpal": {
    "command": "npx",
    "args": ["-y", "@swotpal/mcp-server"],
    "env": {
      "SWOTPAL_API_KEY": "sk_live_your_key_here"
    }
  }
}

Windsurf — Same JSON format in your MCP configuration.

3. Use it

Ask your AI agent:

  • "Generate a SWOT analysis for Tesla"
  • "Compare Netflix vs Disney+"
  • "Show me my saved analyses"
  • "Browse SWOT examples in healthcare"

Tools

ToolDescription
generate_swotSWOT analysis for any company, brand, product, or topic
generate_versusSide-by-side competitive comparison of two companies
list_analysesList your saved analyses with pagination
get_analysisGet full details of a saved analysis by ID
browse_examplesBrowse 100+ pre-built industry SWOT examples

Supported Languages

English, Japanese, Traditional Chinese, Simplified Chinese, Korean, Vietnamese, Portuguese, German, Spanish, French, Italian, Russian

Example Output

## SWOT Analysis: Tesla 2026

### Strengths
- Global EV market leader with 20%+ market share
- Vertically integrated manufacturing and battery production
- Supercharger network as competitive moat
...

### Weaknesses
- Quality control issues persist across models
- CEO distraction risk with multiple ventures
...

View & edit: https://swotpal.com/editor/abc123
Remaining usage: 47

Links

  • SWOTPal — AI-powered SWOT analysis platform
  • Examples — 100+ company SWOT examples
  • Blog — Strategic analysis articles
  • API Docs — REST API documentation

License

MIT

Reviews

No reviews yet

Be the first to review this server!