MCP Data Analyst
MCP Data Analyst
Легковесный сервер Model Context Protocol (MCP), написанный на Python и Pandas, который предоставляет переиспользуемые возможности анализа данных в виде инструментов MCP.
Обзор
Этот проект демонстрирует, как MCP-совместимый клиент может обнаруживать и вызывать внешние инструменты анализа данных через стандартизированный MCP-сервер.
Сервер анализирует пример набора данных о продажах в формате CSV и предоставляет пять инструментов:
dataset_info— Возвращает размеры набора данных и названия столбцовdataset_summary— Возвращает описательную статистикуmissing_values— Обнаруживает пропущенные значенияsales_by_region— Фильтрует записи о продажах по регионуcolumn_analysis— Вычисляет статистику для числовых столбцов
Related MCP server: Claude Data Buddy
Архитектура
User / AI Host | v MCP Client | v MCP Server | v MCP Tools | v Python + Pandas | v Sales CSV Dataset
Структура проекта
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
Технологии
Python
Model Context Protocol (MCP)
Pandas
Pytest
MCP Inspector
Установка
Создайте и активируйте виртуальное окружение.
Windows PowerShell:
python -m venv venv
.\venv\Scripts\Activate.ps1This server cannot be installed
Maintenance
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
- FlicenseNot gradedqualityDmaintenanceEnables users to preprocess, analyze, and visualize CSV data through comprehensive tools for data manipulation, statistical analysis, and graph generation.3
- FlicenseNot gradedqualityDmaintenanceEnables conversational analysis of CSV and Parquet files through natural language, providing statistics, summaries, data type information, and comprehensive multi-step data analysis.
- FlicenseNot gradedqualityDmaintenanceAI-first CSV analysis tool that enables AI agents to analyze, query, and audit large CSV files directly within conversations, turning raw data into actionable insights.2
- FlicenseAqualityBmaintenanceEnables exploratory data analysis and machine learning on CSV datasets with tools for profiling, missing values, correlation, plotting, model training, and prediction.8
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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