loading…
Search for a command to run...
loading…
Free service management tools — playbooks, benchmarks, and instant service health analysis. DigitalCore MCP gives you free access to service management expertis
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
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).
Add DigitalCore to your MCP client with a single config line:
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"digitalcore": {
"serverUrl": "https://mcpfree.digitalcore.app/mcp"
}
}
}
Add to claude_desktop_config.json:
{
"mcpServers": {
"digitalcore": {
"url": "https://mcpfree.digitalcore.app/mcp",
"transport": "streamable-http"
}
}
}
Add to your MCP settings:
{
"servers": {
"digitalcore": {
"type": "http",
"url": "https://mcpfree.digitalcore.app/mcp"
}
}
}
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"digitalcore": {
"url": "https://mcpfree.digitalcore.app/mcp",
"transport": "http"
}
}
}
list_playbooksList 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
get_playbookGet 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
explain_metricUnderstand 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
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%..."}
]
}
submit_emailGet access to the comprehensive Service Economics Guide.
submit_feedbackHelp improve the service by rating tool responses.
| 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 |
| 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 |
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}'
DigitalCore is a strategic service management platform for MSPs, MSSPs, and IT service providers. Our platform helps you:
Learn more: digitalcore.app
MIT License - see LICENSE for details.
Made with ❤️ by DigitalCore
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"service-economics": {
"command": "npx",
"args": []
}
}
}