CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

EzBiz Business Intelligence

ezbiz-services/mcp-business-intelligence
authHTTPregistry active
Summary

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.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

BizIntel MCP Server

MCP License: MIT Bun

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.

Tools

ToolDescription
analyze_competitorsCompetitive landscape analysis with market positioning, SWOT insights, and strategic recommendations
score_web_presenceWebsite presence scoring (0-100) across SEO, performance, content, social media, and trust signals
analyze_reviewsOnline review aggregation with sentiment analysis, theme extraction, and reputation insights
market_researchIndustry research with market sizing, trends, opportunities, and customer segment analysis

Quick Start (Hosted)

No installation required. Use the hosted version:

  1. Get a free API key at mcp.ezbizservices.com/signup
  2. Add to your MCP client config (Claude Desktop, Cursor, etc.):
{
  "mcpServers": {
    "bizintel": {
      "url": "https://mcp.ezbizservices.com/mcp",
      "headers": {
        "x-api-key": "YOUR_API_KEY"
      }
    }
  }
}
  1. Ask your AI assistant to analyze any business!

Example Prompts

  • "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"

Self-Hosting

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

Environment Variables

VariableRequiredDescription
OPENAI_API_KEYYesOpenAI API key for AI-powered analysis
ADMIN_SECRETYesSecret for admin API endpoints
MCP_PORTNoServer port (default: 4200)

Pricing

TierPriceRequests/Month
Free$010
Starter$19/mo200
Pro$49/mo1,000
Business$99/mo5,000

Start free at mcp.ezbizservices.com

Architecture

  • Runtime: Bun
  • Protocol: MCP SDK (Streamable HTTP transport)
  • AI: OpenAI GPT-4o for analysis
  • Scraping: Cheerio for web data extraction
  • Auth: API key-based with tiered rate limiting

Links

  • Homepage: mcp.ezbizservices.com
  • API Docs: mcp.ezbizservices.com/docs
  • Sign Up: mcp.ezbizservices.com/signup
  • Server Card: mcp.ezbizservices.com/.well-known/mcp/server-card.json

License

MIT — see LICENSE

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
TransportHTTP
AuthRequired
UpdatedFeb 22, 2026
View on GitHub