Construction Job Costing Agent
БесплатноНе проверенMCP server providing construction job costing data and interactive visualizations for a fictitious general contractor, enabling queries on projects, budgets, co
Описание
MCP server providing construction job costing data and interactive visualizations for a fictitious general contractor, enabling queries on projects, budgets, cost codes, change orders, and cash flow.
README
A proof-of-concept MCP (Model Context Protocol) server that provides construction job costing data and interactive visualizations for Pacific Northwest Builders Inc., a fictitious general contractor.
What This POC Proves
- MCP as a data backend for Copilot — An MCP server can serve structured financial data (jobs, cost codes, change orders, cash flow) to M365 Copilot via SSE transport.
- MCP Apps for rich UI — Tool responses include
ui://resources with self-contained HTML views (SVG charts, interactive tables) that render inline in the Copilot panel. - Domain-specific agent — A declarative agent manifest gives Copilot the persona and instructions of a construction finance analyst.
- No external dependencies for charts — All visualizations use inline SVG — no Chart.js, D3, or other libraries.
Architecture
┌─────────────────────────────────────┐
│ M365 Copilot / Chat │
│ (Declarative Agent: Job Cost │
│ Analyst) │
└──────────────┬──────────────────────┘
│ SSE (port 3001)
▼
┌─────────────────────────────────────┐
│ MCP Server (Node.js) │
│ ┌───────────┐ ┌────────────────┐ │
│ │ tools.ts │ │ data.ts │ │
│ │ 7 tools │ │ 6 jobs │ │
│ │ │ │ cost codes │ │
│ │ Handlers │ │ change orders│ │
│ │ + UI refs │ │ cash flow │ │
│ └───────────┘ └────────────────┘ │
│ ┌──────────────────────────────┐ │
│ │ views/ (HTML+SVG) │ │
│ │ • job-dashboard.html │ │
│ │ • cost-breakdown.html │ │
│ │ • budget-vs-actual.html │ │
│ │ • cashflow-forecast.html │ │
│ │ • change-orders.html │ │
│ └──────────────────────────────┘ │
└─────────────────────────────────────┘
Setup
# Install dependencies
npm install
# Build TypeScript
npm run build
# Start the server
npm start
The server starts on http://localhost:3001 with SSE endpoint at /sse.
Tools
| Tool | Description | UI |
|---|---|---|
query_jobs |
List all projects with summary stats | Dashboard with sparkline bars |
get_job_detail |
Full detail for one job (cost codes, subs, COs) | — |
get_cost_breakdown |
Cost by category (Labor/Materials/Equipment/Subs/Overhead) | Donut chart |
get_cost_code_detail |
Budget vs actual by CSI cost code | Horizontal bar chart |
compare_budget_vs_actual |
Cross-job budget vs actual comparison | Grouped bar chart |
get_cashflow_forecast |
Monthly planned vs actual vs forecast | Line chart |
get_change_orders |
Change orders with status filtering | Interactive table |
Register as M365 Copilot Declarative Agent
- Start the MCP server (
npm start) - In the M365 Copilot admin or Teams Developer Portal, create a new declarative agent
- Point it to the
declarative-agent.jsonmanifest in this directory - The manifest references
http://localhost:3001/sseas the MCP server endpoint - For production, deploy the server and update the URL accordingly
Testing in Copilot
Once registered, try these prompts:
- "Show me a dashboard of all active projects" → Job dashboard with cards and budget bars
- "Which jobs are over budget?" → Filtered list highlighting Cascade Office Tower
- "Show the cost breakdown for the Downtown Transit Hub" → Donut chart of cost categories
- "What's the cash flow forecast for Cascade Office Tower?" → Line chart with planned/actual/forecast
- "List all pending change orders across projects" → Interactive table filtered to Pending
- "Compare budget vs actual for all projects" → Grouped bar chart
- "Give me the cost code detail for the bridge retrofit" → Budget vs actual bars by CSI code
Sample Data
The server includes realistic data for 6 construction projects totaling ~$113.6M in contract value:
| Project | Contract Value | Status | % Complete |
|---|---|---|---|
| Cascade Office Tower | $12.5M | In Progress | 67% |
| Riverfront Mixed-Use Complex | $28.3M | In Progress | 35% |
| Highway 101 Bridge Retrofit | $8.7M | In Progress | 82% |
| Summit Ridge Condos Phase 2 | $15.1M | In Progress | 12% |
| Downtown Transit Hub | $45.2M | In Progress | 55% |
| Lakewood Elementary Renovation | $3.8M | In Progress | 95% |
12 change orders, 8 subcontractors, monthly cash flow data, and CSI-format cost codes per job.
License
Internal proof-of-concept — not for production use.
Установка Construction Job Costing Agent
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/jgang724/construction-job-costing-agentFAQ
Construction Job Costing Agent MCP бесплатный?
Да, Construction Job Costing Agent MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Construction Job Costing Agent?
Нет, Construction Job Costing Agent работает без API-ключей и переменных окружения.
Construction Job Costing Agent — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Construction Job Costing Agent в Claude Desktop, Claude Code или Cursor?
Открой Construction Job Costing Agent на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Construction Job Costing Agent with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
