KPI Monitoring MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@KPI Monitoring MCP ServerAnalyze online retail sales and create a dashboard with key KPIs"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
đ KPI Monitoring System â Run Guide
Prérequis
Python 3.10+
pip
Installation
# 1. Cloner le repo
git clone <url-du-repo>
cd project
# 2. Installer les dépendances
pip install -r requirements.txt
# 3. Configurer la clé API
cp .env.example .env
# Ăditer .env et mettre ta clĂ© Anthropic :
# ANTHROPIC_API_KEY=sk-ant-xxxxxxxLancement
Terminal 1 â MCP Server (port 8000)
uvicorn app.mcp.server:app --port 8000 --reloadTerminal 2 â API principale (port 8001)
uvicorn app.main:app --port 8001 --reloadTester le systĂšme
# Test 1 : MCP Server opérationnel ?
curl http://localhost:8000/health
# Test 2 : Lister les outils disponibles
curl http://localhost:8000/tools
# Test 3 : Vérifier les permissions d'un agent
curl http://localhost:8000/permissions/data_engineer
# Test 4 : Lancer un pipeline complet
curl -X POST http://localhost:8001/run/start \
-F "file=@online_retail_raw.csv" \
-F "objective=Analyse les KPIs de ventes et génÚre un dashboard"
# Test 5 : Voir les logs d'un run
curl http://localhost:8001/run/run_20241201_120000/logsStructure des fichiers produits
runs/
run_20241201_120000/
metadata.json â info du run
decisions.jsonl â dĂ©cisions des agents
tool_calls.jsonl â appels MCP
artifacts/
cleaned_data.csv â produit par Data Engineer
insights.json â KPIs produits par Data Scientist
report.html â rapport final produit par Reporter
charts/
ca_mensuel.html â graphiques produits par BI Agent
top_pays.html
repartition.html
dashboard.html â dashboard assemblĂ© par BI AgentResponsabilitĂ©s par personne
Fichier | Codé par |
app/mcp/server.py | P1 |
app/orchestrator/engine.py | P1 |
app/agents/devops_agent.py | P1 |
app/storage/artifact_store.py | P1 |
app/tools/load_dataset.py | P2 |
app/tools/quality_check.py | P2 |
app/tools/clean_data.py | P2 |
app/tools/run_analysis.py | P2 |
app/agents/data_engineer.py | P2 |
app/agents/data_scientist.py | P2 |
app/tools/generate_chart.py | P3 |
app/tools/publish_dashboard.py | P3 |
app/agents/bi_agent.py | P3 |
app/tools/compile_report.py | P4 |
app/agents/reporter.py | P4 |
app/main.py (UI backend) | P4 |
test-pfa
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/Safae-az/An-Agentic-MCP-Powered-AI-Ecosystem-for-Data-Analytics-'
If you have feedback or need assistance with the MCP directory API, please join our Discord server