Connects Claude to real-time business intelligence tools powered by OpenAI GPT-4o and web scraping. Exposes four operations: analyze_competitors for SWOT and market positioning, score_web_presence for SEO and performance metrics, analyze_reviews for sentiment analysis across platforms, and market_research for industry sizing and trends. Runs as a hosted service with API key auth (free tier gives 10 requests/month) or self-hosted via Bun. Reach for this when you need Claude to research competitors, audit websites, aggregate customer feedback, or scope market opportunities without leaving the conversation. Built on streamable HTTP transport with Cheerio handling the data extraction.
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