service-economics
Free service management tools — playbooks, benchmarks, and instant service health analysis. DigitalCore MCP gives you free access to service management expertise directly in your AI assistant. Run a Service Reality Check to score your service health in 60 seconds. Access strategy playbooks for ser
README
DigitalCore MCP Free
Free service management toolkit for MCP-enabled AI assistants.
Get instant access to 29 expert playbooks, KPI metrics, and service health scoring - all through the Model Context Protocol (MCP).
🚀 Quick Start
Add DigitalCore to your MCP client with a single config line:
Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"digitalcore": {
"serverUrl": "https://mcpfree.digitalcore.app/mcp"
}
}
}
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"digitalcore": {
"url": "https://mcpfree.digitalcore.app/mcp",
"transport": "streamable-http"
}
}
}
VS Code GitHub Copilot
Add to your MCP settings:
{
"servers": {
"digitalcore": {
"type": "http",
"url": "https://mcpfree.digitalcore.app/mcp"
}
}
}
Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"digitalcore": {
"url": "https://mcpfree.digitalcore.app/mcp",
"transport": "http"
}
}
}
🛠️ Available Tools
1. list_playbooks
List all 29 service management playbooks covering margin protection, renewal risk, capacity planning, and more.
User: "What playbooks do you have?"
AI: [calls list_playbooks] → Returns categorized list of all playbooks
2. get_playbook
Get detailed content for any playbook including problem statement, key takeaways, and KPIs.
User: "Tell me about margin protection"
AI: [calls get_playbook(name="engagement-margin-protection")] → Returns playbook details
3. explain_metric
Understand KPI metrics with formulas, benchmarks, and improvement tips.
User: "How do I calculate gross margin?"
AI: [calls explain_metric(metric_name="gross_margin")] → Returns formula and tips
4. run_service_reality_check
⭐ Flagship Tool - Get instant health scoring for any service.
User: "Check my service health: €500K revenue, €400K costs, 5 FTEs, 95% SLA"
AI: [calls run_service_reality_check(...)] → Returns comprehensive health score with insights
Example Output:
{
"overall_score": 72,
"dimensions": {
"economics": {"score": 65, "status": "Attention Needed"},
"delivery": {"score": 92, "status": "Healthy"},
"efficiency": {"score": 58, "status": "Attention Needed"}
},
"insights": [
{"type": "warning", "message": "Margin of 20% is below the 35% healthy threshold..."},
{"type": "positive", "message": "Strong SLA achievement of 95%..."}
]
}
5. submit_email
Get access to the comprehensive Service Economics Guide.
6. submit_feedback
Help improve the service by rating tool responses.
📊 Playbook Categories
| Category | Examples |
|---|---|
| Margin & Profitability | Engagement Margin Protection, Cost Optimization |
| Renewal & Retention | Renewal Risk Assessment, Churn Prevention |
| Capacity & Resources | Capacity Planning, Utilization Optimization |
| SLA & Performance | SLA Management, Performance Monitoring |
| Growth & Expansion | Upsell Identification, Service Expansion |
🔗 API Endpoints
| Endpoint | Method | Description |
|---|---|---|
/mcp |
POST | MCP JSON-RPC endpoint |
/health |
GET | Service health check |
/tools |
GET | List available tools |
/metadata |
GET | Server metadata |
/configs |
GET | Client configuration snippets |
🌐 Direct API Access
For non-MCP clients, REST endpoints are available:
# List playbooks
curl https://mcpfree.digitalcore.app/list_playbooks
# Get specific playbook
curl "https://mcpfree.digitalcore.app/get_playbook?name=engagement-margin-protection"
# Run service reality check
curl -X POST https://mcpfree.digitalcore.app/run_service_reality_check \
-H "Content-Type: application/json" \
-d '{"revenue": 500000, "costs": 400000, "ftes": 5, "sla_achievement": 95}'
📖 About DigitalCore
DigitalCore is a strategic service management platform for MSPs, MSSPs, and IT service providers. Our platform helps you:
- Optimize margins with real-time financial insights
- Predict renewals with AI-powered risk scoring
- Plan capacity with demand forecasting
- Track SLAs with automated breach detection
Learn more: digitalcore.app
🔒 Privacy & Security
- No API key required for free tier
- Session data retained for 90 days
- Email addresses retained until unsubscribe
- No PII logged except voluntarily submitted email
- See our Privacy Policy
📜 License
MIT License - see LICENSE for details.
🤝 Support
- Documentation: digitalcore.app/mcp
- Email: support@digitalcore.app
- Issues: GitHub Issues
Made with ❤️ by DigitalCore
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。