Analytics
criticalpathpartners.ca
Analyzes construction project schedules for delay claims and forensic analysis using Primavera P6 files.
ENDPOINT 1
https://mcp.criticalpathpartners.ca/mcp
MCP server metadata
- Name
- cpp-forensic-mcp
- Version
- 1.0.0
Critical Path Partners' forensic-scheduling tools for Primavera P6 XER files. Implements AACE RP 29R-03 (Forensic Schedule Analysis — MIP 3.3 Windows, MIP 3.6 Impacted As-Planned, MIP 3.7 Time Impact Analysis, MIP 3.8 Collapsed As-Built), 52R-06 (Time Impact Analysis), 67R-11 (Contract Risk Allocation), 49R-06 (Identifying the Critical Path), and 122R-22 (QRAMM maturity model). Pair with the SCL Delay & Disruption Protocol (§3-§22) and DCMA-14 metrics for full forensic claim coverage. Each tool returns a JSON-safe dict; many also write HTML/DOCX/PDF deliverables to disk when given an output_dir. Forensic-correctness discipline: tool narratives surface CORRELATION not CAUSATION; CPP heuristic thresholds are explicitly disclosed; no fabricated case citations.
Known tools 13
concurrent_delay_matrixBuild the per-window x per-party concurrent-delay attribution matrix from a chronological list of XER snapshots.
Inferred read-onlywoet_classifierWorked-vs-On-time Execution Timeline (WOET) per-activity day-by-day classification of as-built execution against baseline.
Inferred read-onlytime_impact_analysis_fragnetTime Impact Analysis (TIA) — prospective fragnet insertion into a pre-impact baseline schedule.
Inferred read-onlycritical_path_validatorCritical-path validation, logic health, and DCMA-14 assessment of a Primavera P6 schedule.
Inferred read-onlydcma14_health_checkFull Schedule Health Dashboard HTML report — DCMA-14 + CPLI + BEI + variance/slip register against the baseline.
Inferred read-onlypath_explorerLogic-trace driver-chain explorer — answers "WHY is this activity critical?
Inferred read-onlymonte_carlo_p50_p80Monte Carlo Schedule Risk Analysis — P10/P50/P80/P90 completion-date forecast for a Primavera P6 schedule.
Inferred read-onlyclaim_workbench_evidence_ledgerForensic claim workbench — analyzes a folder of mixed evidence (XER chain + MSG/PDF/DOCX/XLSX correspondence) and produces a unified workbench dashboard.
Inferred read-onlyxer_parserParse a Primavera P6 XER file and return a TABLE SUMMARY (not the full row-level data — XER row dumps explode the MCP context window).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.cpp-forensic-mcp]
url = "https://mcp.criticalpathpartners.ca/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cpp-forensic-mcp": {
"type": "http",
"url": "https://mcp.criticalpathpartners.ca/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cpp-forensic-mcp
Remote MCP URL: https://mcp.criticalpathpartners.ca/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"cpp-forensic-mcp": {
"url": "https://mcp.criticalpathpartners.ca/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cpp-forensic-mcp": {
"type": "http",
"url": "https://mcp.criticalpathpartners.ca/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cpp-forensic-mcp",
"transport": "streamable-http",
"url": "https://mcp.criticalpathpartners.ca/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for criticalpathpartners.ca was fetched 2026-08-03T03:56:13.488Z and is being refreshed.
criticalpathpartners.ca is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.