loading…
Search for a command to run...
loading…
Business intelligence toolkit that analyzes competitors, scores websites, builds customer personas, and conducts market research using real-time competitive dat
Business intelligence toolkit that analyzes competitors, scores websites, builds customer personas, and conducts market research using real-time competitive data. 8 tools including SWOT analysis, pricing analysis, and local market intelligence.
AI-powered business intelligence tools via the Model Context Protocol (MCP). Give your AI assistant the ability to research competitors, score websites, analyze reviews, and conduct market research — all in real time.
| Tool | Description |
|---|---|
analyze_competitors |
Competitive landscape analysis with market positioning, SWOT insights, and strategic recommendations |
score_web_presence |
Website presence scoring (0-100) across SEO, performance, content, social media, and trust signals |
analyze_reviews |
Online review aggregation with sentiment analysis, theme extraction, and reputation insights |
market_research |
Industry research with market sizing, trends, opportunities, and customer segment analysis |
No installation required. Use the hosted version:
{
"mcpServers": {
"bizintel": {
"url": "https://mcp.ezbizservices.com/mcp",
"headers": {
"x-api-key": "YOUR_API_KEY"
}
}
}
}
git clone https://github.com/ezbiz-services/mcp-business-intelligence.git
cd mcp-business-intelligence
bun install
cp .env.example .env
# Edit .env with your OpenAI API key and admin secret
bun run server.ts
| Variable | Required | Description |
|---|---|---|
OPENAI_API_KEY |
Yes | OpenAI API key for AI-powered analysis |
ADMIN_SECRET |
Yes | Secret for admin API endpoints |
MCP_PORT |
No | Server port (default: 4200) |
| Tier | Price | Requests/Month |
|---|---|---|
| Free | $0 | 10 |
| Starter | $19/mo | 200 |
| Pro | $49/mo | 1,000 |
| Business | $99/mo | 5,000 |
Start free at mcp.ezbizservices.com
MIT — see LICENSE
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"biz-intelligence": {
"command": "npx",
"args": []
}
}
}