AgentKit
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., "@AgentKitForecast revenue for the next 6 months."
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.
AgentKit — MCP Server for Business Intelligence Agents
Expose enterprise KPIs, health scores, forecasting, and anomaly detection as tools, resources, and prompt templates that any MCP-compatible agent (Claude Desktop, Cursor, LangGraph, Claude Agent SDK, CrewAI) can use.
🔗 Live MCP server (SSE): https://agentkit.ysiddo-ai-projects.app/sse — connect from Claude Desktop via
mcp-remote(see claude_desktop_config.example.json). On-demand backend (first call ~30–60 s).
What It Does
6 MCP Tools:
query_kpis,get_company_health,detect_kpi_anomalies,forecast_metric,list_available_metrics,get_executive_summary6 MCP Resources:
kpi://Finance/latestand similar for Growth, Operations, People, ESG, IT_Ops1 Reusable Prompt:
monthly_executive_briefingLangGraph 3-agent workflow in
workflow.pyClaude Agent SDK demo in
demos/claude_agent_sdk_demo.pyCrewAI demo in
demos/crewai_demo.pyDSPy research scaffold in
research/dspy_experiment.py
Related MCP server: CRMy
Quick Start
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
cp .env.example .env # fill in keys + POSTGRES_URL
python mcp_server.pyClaude Desktop Setup
Add to ~/.config/Claude/claude_desktop_config.json:
{
"mcpServers": {
"agentkit": {
"command": "python",
"args": ["/abs/path/to/agentkit/mcp_server.py"],
"env": {
"POSTGRES_URL": "postgresql://...",
"ANTHROPIC_API_KEY": "sk-ant-..."
}
}
}
}Restart Claude Desktop, then ask:
"What's our company health right now?"
"Forecast revenue for the next 6 months."
"Are there anomalies in the Finance KPIs?"
LangGraph Workflow
from workflow import analyze
result = analyze("What drove gross margin in Q1?")
print(result["report"])Architecture
Claude Desktop / Cursor / LangGraph
│
▼ MCP
┌──────────────────┐
│ mcp_server.py │
│ 6 tools │
│ 6 resources │
│ 1 prompt │
└────────┬─────────┘
│
┌──────────────┼──────────────┐
▼ ▼ ▼
pg_store insights forecasting
(KPIs) (health, (LinearReg
anomalies) + Monte Carlo)License
MIT
This 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.
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/Yacine-ai-tech/AgentKit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server