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

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

-
security - not tested
F
license - not found
-
quality - not tested

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