{
  "markdown": "# BizIntel MCP Server\n\n[![MCP](https://img.shields.io/badge/MCP-Compatible-blue)](https://modelcontextprotocol.io)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Bun](https://img.shields.io/badge/runtime-Bun-black)](https://bun.sh)\n\nAI-powered business intelligence tools via the [Model Context Protocol (MCP)](https://modelcontextprotocol.io). Give your AI assistant the ability to research competitors, score websites, analyze reviews, and conduct market research — all in real time.\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `analyze_competitors` | Competitive landscape analysis with market positioning, SWOT insights, and strategic recommendations |\n| `score_web_presence` | Website presence scoring (0-100) across SEO, performance, content, social media, and trust signals |\n| `analyze_reviews` | Online review aggregation with sentiment analysis, theme extraction, and reputation insights |\n| `market_research` | Industry research with market sizing, trends, opportunities, and customer segment analysis |\n\n## Quick Start (Hosted)\n\n**No installation required.** Use the hosted version:\n\n1. Get a free API key at [mcp.ezbizservices.com/signup](https://mcp.ezbizservices.com/signup)\n2. Add to your MCP client config (Claude Desktop, Cursor, etc.):\n\n```json\n{\n  \"mcpServers\": {\n    \"bizintel\": {\n      \"url\": \"https://mcp.ezbizservices.com/mcp\",\n      \"headers\": {\n        \"x-api-key\": \"YOUR_API_KEY\"\n      }\n    }\n  }\n}\n```\n\n3. Ask your AI assistant to analyze any business!\n\n### Example Prompts\n\n- \"Analyze the competitive landscape for coffee shops in Austin, TX\"\n- \"Score the web presence of example.com\"\n- \"What do customers say about [Business Name] in their reviews?\"\n- \"Research the market opportunity for AI consulting services\"\n\n## Self-Hosting\n\n```bash\ngit clone https://github.com/ezbiz-services/mcp-business-intelligence.git\ncd mcp-business-intelligence\nbun install\n\ncp .env.example .env\n# Edit .env with your OpenAI API key and admin secret\n\nbun run server.ts\n```\n\n### Environment Variables\n\n| Variable | Required | Description |\n|----------|----------|-------------|\n| `OPENAI_API_KEY` | Yes | OpenAI API key for AI-powered analysis |\n| `ADMIN_SECRET` | Yes | Secret for admin API endpoints |\n| `MCP_PORT` | No | Server port (default: 4200) |\n\n## Pricing\n\n| Tier | Price | Requests/Month |\n|------|-------|----------------|\n| **Free** | $0 | 10 |\n| Starter | $19/mo | 200 |\n| Pro | $49/mo | 1,000 |\n| Business | $99/mo | 5,000 |\n\nStart free at [mcp.ezbizservices.com](https://mcp.ezbizservices.com)\n\n## Architecture\n\n- **Runtime:** [Bun](https://bun.sh)\n- **Protocol:** [MCP SDK](https://www.npmjs.com/package/@modelcontextprotocol/sdk) (Streamable HTTP transport)\n- **AI:** OpenAI GPT-4o for analysis\n- **Scraping:** Cheerio for web data extraction\n- **Auth:** API key-based with tiered rate limiting\n\n## Links\n\n- **Homepage:** [mcp.ezbizservices.com](https://mcp.ezbizservices.com)\n- **API Docs:** [mcp.ezbizservices.com/docs](https://mcp.ezbizservices.com/docs)\n- **Sign Up:** [mcp.ezbizservices.com/signup](https://mcp.ezbizservices.com/signup)\n- **Server Card:** [mcp.ezbizservices.com/.well-known/mcp/server-card.json](https://mcp.ezbizservices.com/.well-known/mcp/server-card.json)\n\n## License\n\nMIT — see [LICENSE](LICENSE)\n",
  "bytes": 3331,
  "sha": "4a31e0593536a9a850f8a46c0c5190d06d28bcd94cd8d531c47dea3a1a71db1c",
  "repo_slug": "ezbiz-services/mcp-business-intelligence",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_sjcripps_business_intelligence_2fbeb5c7/readme"
}