Skip to main content
Glama
rohansinghdeo123-sys

MCP Data Analyst

MCP Data Analyst

A lightweight Model Context Protocol (MCP) server built with Python and Pandas that exposes reusable data-analysis capabilities as MCP tools.

Overview

This project demonstrates how an MCP-compatible client can discover and invoke external data-analysis tools through a standardized MCP server.

The server analyzes a sample sales CSV dataset and exposes five tools:

  • dataset_info - Returns dataset dimensions and column names

  • dataset_summary - Returns descriptive statistics

  • missing_values - Detects missing values

  • sales_by_region - Filters sales records by region

  • column_analysis - Calculates statistics for numeric columns

Related MCP server: Claude Data Buddy

Architecture

User / AI Host | v MCP Client | v MCP Server | v MCP Tools | v Python + Pandas | v Sales CSV Dataset

Project Structure

mcp-data-analyst/ ├── data/ │ └── sample_sales.csv ├── tests/ │ └── test_analysis.py ├── tools/ │ ├── init.py │ ├── analysis_tools.py │ └── csv_tools.py ├── server.py ├── requirements.txt ├── pytest.ini ├── .gitignore └── README.md

Technologies

  • Python

  • Model Context Protocol (MCP)

  • Pandas

  • Pytest

  • MCP Inspector

Installation

Create and activate a virtual environment.

Windows PowerShell:

python -m venv venv
.\venv\Scripts\Activate.ps1
F
license - not found
Not graded
quality - not tested
C
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

View all related MCP servers

Related MCP Connectors

  • Paste-your-data analytics: CSV profiling, A/B tests, correlation, growth. 4 of 7 free.

  • The statistical analyst in your AI chat — validated, citable, re-runnable analysis of your data.

  • Machine-readable utilities and datasets for AI agents.

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/rohansinghdeo123-sys/mcp-data-analyst'

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