# Service Economics

Free service management tools — playbooks, benchmarks, and instant service health analysis. No account required.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add digitalcore/service-economics

# Browse available tools
npx -y @smithery/cli@latest tool list digitalcore/service-economics

# Get full schema for a tool
npx -y @smithery/cli@latest tool get digitalcore/service-economics list_playbooks

# Call a tool
npx -y @smithery/cli@latest tool call digitalcore/service-economics list_playbooks '{}'
```

## Direct MCP Connection

Endpoint: `https://service-economics--digitalcore.run.tools`

## Tools (6)

- `list_playbooks` — List all 29 service management playbooks covering margin protection, renewal risk, capacity planning, and more.
- `get_playbook` — Get detailed playbook content including problem statement, key takeaways, KPIs, and implementation guidance.
- `explain_metric` — Get detailed explanations of service management metrics including formulas, benchmarks, and improvement tips.
- `run_service_reality_check` — Calculate a comprehensive health score for any service based on revenue, costs, FTEs, and SLA achievement.
- `submit_email` — Submit email to receive the full PDF report with detailed recommendations.
- `submit_feedback` — Submit feedback on tool results to help improve the service.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get digitalcore/service-economics <tool-name>
```

## Resources

- `playbook://index` — Index of all 29 service management playbooks

## Prompts (3)

- `analyze_service_health` — Analyze a service's financial and operational health
- `find_relevant_playbook` — Find the most relevant playbook for a service management challenge
- `explain_service_kpis` — Get explanations of key service management KPIs
