BizIntel

Provides real-time business intelligence via MCP for competitor research, website scoring, reviews analysis, and market research.
  • typescript

0

GitHub Stars

typescript

Language

3 months ago

First Indexed

2 months ago

Catalog Refreshed

Documentation & install

Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.

Installation

Add the following to your MCP client configuration file.

Configuration

View docs

You can run BizIntel MCP Server to empower your AI assistant with real-time business intelligence capabilities, including competitor research, website scoring, review analysis, and market research, all via the Model Context Protocol.

How to use

Connect your MCP client to the BizIntel MCP Server using either the hosted endpoint or the local server you run yourself. Once connected, you can request analyses such as competitive landscape assessments, web presence scoring, review sentiment and themes, and market research. Your AI assistant will perform the requested analyses and return structured insights you can act on, all through MCP-enabled prompts.

How to install

Prerequisites you need before installing include Git and Bun. Bun provides the runtime for the server. Ensure you have a recent version installed.

# Self-hosted installation
git clone https://github.com/sjcripps/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

Additional configuration and security notes

The server requires credentials to access admin endpoints and to authenticate API usage. You will set these values in the environment or a configured .env file. The following environment variables are used by the server:

  • OPENAI_API_KEY: OpenAI API key for AI-powered analysis
  • ADMIN_SECRET: Secret for admin API endpoints
  • MCP_PORT: Server port (optional; defaults to 4200)

Configuration examples

# HTTP hosted configuration example
{
  "mcpServers": {
    "bizintel": {
      "url": "https://mcp.ezbizservices.com/mcp",
      "headers": {
        "x-api-key": "YOUR_API_KEY"
      }
    }
  }
}

Usage examples

Ask your AI assistant to perform tasks such as:

  • Analyze the competitive landscape for coffee shops in Austin, TX
  • Score the web presence of example.com
  • What do customers say about [Business Name] in their reviews?
  • Research the market opportunity for AI consulting services

Hosted quick start

If you prefer a hosted option, you can use the hosted BizIntel MCP Server without installing anything locally. Sign up for an API key and connect to the hosted endpoint as shown in the hosted quick start guidance.

Available tools

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

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
BizIntel MCP Server - ezbiz-services/mcp-business-intelligence | VeilStrat