🤖 DataAgent - AI Veri Analizi Sistemi
Bu proje, MCP (Model Context Protocol) tabanlı veri analizi AI agent’ı içerir.
📁 Proje Yapısı
DataAgent/
├── DataAnalysisAgent/ # MCP Server (Pure MCP Tools)
│ ├── server.py # MCP Server Implementation
│ ├── app.py # Standalone CLI App
│ ├── requirements.txt # Python Dependencies
│ └── smithery.yaml # Smithery MCP Config
│
└── DataAgent-app/ # Mastra Client (AI Agent)
├── src/ # Mastra Agent Implementation
├── package.json # Node.js Dependencies
└── mastra.config.ts # Mastra Configuration
🚀 Smithery Deployment
1. MCP Server Deploy (DataAnalysisAgent)
cd DataAnalysisAgent
smithery deploy
2. Mastra App Deploy (DataAgent-app)
cd DataAgent-app
npm run build
# Deploy to your preferred platform
🔧 Local Development
MCP Server:
cd DataAnalysisAgent
pip install -r requirements.txt
python server.py
Mastra Client:
cd DataAgent-app
npm install
npm run dev
📊 Özellikler
- 6 MCP Tool: load_data, analyze_data, get_data_info, filter_data, calculate_statistics, group_analysis
- Multi-format Support: CSV, Excel, JSON
- Turkish Language: Türkçe dil desteği
- Statistical Analysis: İstatistiksel analiz araçları
- Data Filtering: Gelişmiş veri filtreleme
- Group Analysis: Kategori bazında analiz
🌐 Smithery Integration
Bu proje Smithery MCP platformu ile entegre edilmiştir:
- MCP Server:
DataAnalysisAgent/smithery.yaml - Authentication: API Key tabanlı
- Tools: 6 adet veri analizi aracı
📋 Requirements
- Python 3.11+
- Node.js 18+
- Smithery CLI
- Git
Version: 1.0.0
License: MIT
Author: DataAgent Team
DataAnalysisAgent
Project Details
- EmirHth/DataAgent
- Last Updated: 5/27/2025
Recomended MCP Servers
This is an implementation project of a JVM-based MCP (Model Context Protocol) server. The project aims to provide...
mcp pytest service to update LLM with context about last pytest results
The official Redis MCP Server is a natural language interface designed for agentic applications to manage and search...
A Message Control Protocol (MCP) server that provides unified access to QuickBooks Time API functionality. Developed with AI...
MCP Server for https://qase.io
flutter, mcp, modular, code-generator, ai-assistant, .net, devtools, code-review, test-generator, refactor
An MCP server that autonomously evaluates web applications.
An MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.





