Skip to main content
Glama
dganesh5

Benchmark MCP Server

by dganesh5

Benchmark MCP Server

MCP Server with Industry Benchmarking Tool - Compatible with both Claude and ChatGPT.

Features

  • šŸ“Š Industry Benchmarking Tool: Compare company metrics against industry averages

  • šŸŽØ Interactive Widget: Visual bar chart comparison (MCP Apps)

  • šŸ”„ Dual Transport: Supports both SSE and Streamable HTTP

  • āœ… Cross-Platform: Works with Claude.ai and ChatGPT

Related MCP server: Market Sizing MCP Server

Quick Start

# Install dependencies
poetry install

# Start server
poetry run python main.py

With pip

# Create virtual environment
python -m venv venv
source venv/bin/activate  # or `venv\Scripts\activate` on Windows

# Install dependencies
pip install mcp>=1.26.0 uvicorn pydantic

# Start server
python main.py

Endpoints

Endpoint

Transport

Use For

/sse

SSE

Claude, ChatGPT (via ngrok)

/v1/mcp

Streamable HTTP

ChatGPT native

/mcp

Streamable HTTP

Alias

Usage with ngrok

# Start ngrok
ngrok http 8000

# Use the ngrok URL in Claude/ChatGPT:
# https://your-ngrok-url/sse

Project Structure

claude-mcp-app/
ā”œā”€ā”€ app/
│   ā”œā”€ā”€ service/
│   │   ā”œā”€ā”€ mcp_server.py         # FastMCP instance
│   │   ā”œā”€ā”€ data/                 # Mock benchmark data
│   │   ā”œā”€ā”€ tools/                # MCP tools
│   │   │   ā”œā”€ā”€ benchmarking_tool.py
│   │   │   └── benchmarking_widget.py
│   │   └── widgets/              # HTML widgets
│   │       └── benchmarking_widget.html
ā”œā”€ā”€ common/
│   └── config.py                 # Configuration
ā”œā”€ā”€ main.py                       # Entry point
ā”œā”€ā”€ pyproject.toml               # Poetry config
└── README.md

Example Prompts

  • "How does my restaurant's $45,000 yearly profit compare to the industry average in California?"

  • "Compare my retail business revenue of $500,000 against industry benchmarks in Texas"

  • "Benchmark my healthcare company's monthly income of $80,000 against regional averages"

  • "How does my construction company in NY with $600,000 annual revenue compare?"

License

MIT

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    Enables quantitative trading analysis with 12 tools for real-time market data, 28+ technical indicators, FinBERT-powered news sentiment analysis, and automated trading signal generation for stocks and forex.
    Last updated
    1
  • A
    license
    -
    quality
    D
    maintenance
    Provides comprehensive market research and business analysis capabilities by integrating with eight major economic data sources like FRED, World Bank, and Census Bureau. It offers 28 specialized tools for calculating TAM/SAM, conducting industry analysis, and performing financial forecasting.
    Last updated
    25
    33
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    A comprehensive B2B intelligence server providing over 48 tools for lead generation, company research, and sales automation via the Model Context Protocol. It enables AI-powered prospect discovery, enrichment, and competitive analysis through seamless integrations with Make.com, Claude Desktop, and Apify.
    Last updated
    2
    MIT
  • F
    license
    -
    quality
    B
    maintenance
    AI-powered stock research MCP server with real-time data, CRUD operations, and interactive dashboard for fundamental analysis and comparisons.
    Last updated

View all related MCP servers

Related MCP Connectors

  • 16 AI-native tools with dual SSE + streamable-http transport. Free tier available.

  • SEC EDGAR financial data for AI agents — revenue, margins, filings, company comparisons.

  • Global stock research, ML forecasts, valuation signals, screeners & portfolio tracking in Claude

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dganesh5/claude-mcp-app'

If you have feedback or need assistance with the MCP directory API, please join our Discord server