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:
| Tier | What the MCP can read |
|---|---|
| Public | AusTender, ABR, BOM, and CKAN open data |
| Insights | Public data + your uploaded contracts and estimating data |
| Connected | Public 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.
After signing up at demiton.io/insights, your MCP endpoint and API key are available in HQ → API Keys.
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" } } }}On Insights, the MCP reads from the procurement classification index applied to your uploaded contracts. Upload data first at app.demiton.io - see Uploading Your Data.
The public tier exposes read-only MCP access to AusTender, ABR, BOM, and CKAN open data. A free Demiton account is required - sign up at demiton.io.
In Claude Desktop, connect using mcp-remote (OAuth 2.1):
{ "mcpServers": { "demiton": { "type": "stdio", "command": "npx", "args": ["-y", "mcp-remote", "https://api.demiton.io/mcp"] } }}On first run, mcp-remote opens a browser window to complete sign-in with your Demiton account. No API key is stored in the config.
Then ask Claude: “What civil contractors were awarded Cross River Rail packages?” or “What were the weather conditions at Morningside in March 2024?”
When you’re ready to query your own contract data, upgrade to Insights.
What tools does the Demiton MCP server provide?
Project intelligence
| Tool | What it does |
|---|---|
query_project_financials | Budget, spend, and health status for a project |
query_cost_code_breakdown | Spend broken down by cost code for a project |
query_variance_drivers | What is driving budget variance on a project |
query_project_memory | Institutional memory accumulated for a project |
query_project_induction_requirements | Induction requirements for a project site |
Workforce
| Tool | What it does |
|---|---|
query_workers_on_project | Workers currently allocated to a project |
query_worker_skills | Qualifications and skills for a worker |
query_worker_inductions | Inductions completed by a worker |
query_worker_operated_assets | Plant and equipment a worker is qualified to operate |
query_workers_qualified_for | Workers qualified for a given role or asset type |
query_workers_near_postcode | Workers within a radius of a location |
query_projects_for_worker | Projects a worker is assigned to |
query_worker_memory | Institutional memory accumulated for a worker |
query_relationship_memory | Memory for a specific worker-project relationship |
Assets
| Tool | What it does |
|---|---|
query_assets_on_project | Plant and equipment allocated to a project |
query_asset_charge_rate | The charge rate for a piece of plant |
query_asset_operators | Workers qualified to operate a specific asset |
query_asset_memory | Institutional memory accumulated for an asset |
Site data
| Tool | What it does |
|---|---|
search_assignar_forms | Search site diaries, safety forms, toolbox talks, and inspection records |
search_assignar_allocations | Search resource allocation records |
Procurement intelligence
| Tool | What it does |
|---|---|
search_procurement_history | Search historical procurement records from Graph Mail and connected procurement sources |
query_vendor_memory | Institutional 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
- Uploading Your Data - Insights customers: upload contracts and estimating data to start querying
- Connecting a System - Connected customers: connect your ERP, field ops, and payroll systems
- API Access - programmatic access via API key (Connected tier)
- Connectors overview - all systems Demiton integrates with