
Epoch
Supports UIby kyanitelabs
Grounded time estimation MCP server for AI agents using PERT, COCOMO II, and Monte Carlo simulations.
What it does
Epoch provides AI agents with data-driven project estimation capabilities. It eliminates timeline hallucinations by applying established software engineering estimation methods and a reference database of 126k+ data points to predict task duration, cost, and schedule risk.
Tools
pert_estimate: Performs three-point estimation with confidence intervals.cocomo_estimate: Calculates software sizing using LLM-adapted COCOMO II drivers.monte_carlo_schedule: Runs simulations for deterministic project timeline predictions.token_cost_estimate: Forecasts API costs across various LLM providers.count_business_days: Calculates working days accounting for international holidays.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"epoch": {
"command": "npx",
"args": ["@kyanitelabs/epoch"]
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
- Cursor
- VS Code
- Windsurf
Quick install
npx @kyanitelabs/epochInformation
- Pricing
- free
- Published
- 5/29/2026
- stars






