Skip to content

MCP Server

The Demiton MCP server exposes your operational data as tools that any MCP-compatible AI client - including Claude - can call directly. Ask questions about project financials, workforce, site records, and institutional memory in natural language, with every response sourced from your connected data.

Available on every tier. What changes between tiers is the scope of data the MCP can read:

TierWhat the MCP can read
PublicAusTender, ABR, BOM, and CKAN open data
InsightsPublic data + your uploaded contracts and estimating data
ConnectedPublic data + uploads + your live integrated systems (ERP, field ops, payroll, documents)

Every tool call is identity-bound and audited.


How do I connect Claude or ChatGPT to Demiton?

The MCP server is accessible at your deployment’s /mcp endpoint.

In Claude Desktop, add to your claude_desktop_config.json:

{
"mcpServers": {
"demiton": {
"type": "http",
"url": "https://YOUR_DEPLOYMENT_URL/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}

Your deployment URL and API key are available in HQ → API Keys.


What tools does the Demiton MCP server provide?

Project intelligence

ToolWhat it does
query_project_financialsBudget, spend, and health status for a project
query_cost_code_breakdownSpend broken down by cost code for a project
query_variance_driversWhat is driving budget variance on a project
query_project_memoryInstitutional memory accumulated for a project
query_project_induction_requirementsInduction requirements for a project site

Workforce

ToolWhat it does
query_workers_on_projectWorkers currently allocated to a project
query_worker_skillsQualifications and skills for a worker
query_worker_inductionsInductions completed by a worker
query_worker_operated_assetsPlant and equipment a worker is qualified to operate
query_workers_qualified_forWorkers qualified for a given role or asset type
query_workers_near_postcodeWorkers within a radius of a location
query_projects_for_workerProjects a worker is assigned to
query_worker_memoryInstitutional memory accumulated for a worker
query_relationship_memoryMemory for a specific worker-project relationship

Assets

ToolWhat it does
query_assets_on_projectPlant and equipment allocated to a project
query_asset_charge_rateThe charge rate for a piece of plant
query_asset_operatorsWorkers qualified to operate a specific asset
query_asset_memoryInstitutional memory accumulated for an asset

Site data

ToolWhat it does
search_assignar_formsSearch site diaries, safety forms, toolbox talks, and inspection records
search_assignar_allocationsSearch resource allocation records

Procurement intelligence

ToolWhat it does
search_procurement_historySearch historical procurement records from Graph Mail and connected procurement sources
query_vendor_memoryInstitutional memory accumulated for a vendor - performance, payment history, scope patterns

What questions can I ask Demiton through Claude?

Once connected, you can ask your AI assistant questions like:

  • “What’s the current budget position on Pacific Highway?”
  • “Which workers on site at Burringbar are qualified to operate the excavator?”
  • “Show me safety incidents recorded in the last two weeks.”
  • “What were the ground conditions on the Cunningham Gap project last month?”
  • “Who’s available near postcode 4000 with earthworks experience?”

Every answer is sourced from your connected data and filtered to data you are authorised to see.


Next steps