Summary
The saved analyses are what separate it from asking the model directly.
A model will write you a SWOT unprompted; what it will not do is keep it. Analyses land in a SWOTPal account with an id, so they come back later with their quadrants and TOWS strategies intact.
What it is
A front end to SWOTPal, a hosted SWOT analysis service. Analyses are generated on the vendor's side, saved to your account, and reopened later by id.
What you get
- generate_swot — a SWOT analysis for any company, brand, product or topic
- generate_versus — two companies or topics compared, each with its own SWOT
- list_analyses — your saved analyses, paginated
- get_analysis — one saved analysis in full, with all quadrants and its TOWS strategies
- browse_examples — the vendor's library of prebuilt examples across industries, which consumes no API key usage
Requirements
A SWOTPal account and an API key generated from its dashboard, set as SWOTPAL_API_KEY. It runs from npx.
Setup effort
One command plus a key — npx -y @swotpal/mcp-server, then supply credentials
