Demiton MCP

Talk to it through your AI.

Demiton runs as a Model Context Protocol (MCP) server. Connect Claude — or any MCP-compatible AI client — to your construction data. Ask questions in plain language. Demiton answers from what it knows about your jobs.

14-day Insights trial · No credit card · Cancel anytime

Two access modes
Anonymous · Public data

Public tier — no account required

Connect without authentication to query AusTender contract awards, ABR entity data, BOM weather events, and Australian open datasets. No credit card. No account. Good for exploring what Demiton knows before you sign up.

Available July 2026
Authenticated · Your data

Insights + Connected — authenticated

Authenticate with your Demiton API key to query your own uploaded contracts, tender history, and — on Connected — your live Business Central, Assignar, and KeyPay data. Identity-checked on every call.

Connected tools live now · Insights tools July 2026
Connect Claude Desktop

Add Demiton to Claude Desktop in two minutes.

Open your Claude Desktop config file (~/Library/Application Support/Claude/claude_desktop_config.json on macOS) and add the Demiton MCP server. Restart Claude Desktop — Demiton appears as a connected tool.

Anonymous (public data only)
{
  "mcpServers": {
    "demiton": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://api.demiton.io/mcp"
      ]
    }
  }
}
Authenticated (your data — Insights or Connected)
{
  "mcpServers": {
    "demiton": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://api.demiton.io/mcp",
        "--header",
        "Authorization: Bearer YOUR_DEMITON_API_KEY"
      ]
    }
  }
}

Find your API key at app.demiton.io/hq/api-keys

Available tools

Public tools

demiton_demoJuly 2026

Public-data queries — no authentication required. AusTender contract awards, ABR entity lookup, BOM weather events, CKAN open datasets. Ideal for exploring the platform before signing up.

Authenticated tools

ask_demitonJuly 2026

Authenticated queries against your own uploaded contracts and tender history. Ask which piling jobs priced below schedule rate. Find variance patterns across your last 24 months of jobs. Requires Insights tier.

query_project_financialsLive

Per-project P&L pulled from your live Business Central instance. Actual vs budget at cost-code level. Requires Connected tier.

query_asset_memoryLive

Fleet utilisation, charge rates, and operator history for each asset in your Assignar register. Requires Connected tier.

query_worker_memoryLive

Worker skills, induction records, allocation history, and proximity to a postcode. Requires Connected tier.

search_procurement_historyLive

Full-text search across your organisation's procurement history — vendor, value, project, status. Requires Connected tier.

Connected deployments expose 20+ additional tools covering project financials, worker scheduling, asset utilisation, site diary intelligence, and vendor reconciliation. All calls are identity-checked against your Microsoft Entra ID tenant.

What you can ask

Plain language. Structured answers. Your data.

Public data (anonymous)

Who won the last 10 AusTender piling contracts in Queensland?

What's the ABN and entity type for Fulton Hogan?

How many contracts did Indigenous-owned suppliers win on the Cross River Rail project?

Your data (Insights authenticated)

Which of my piling jobs in the last two years priced below the schedule rate?

Where did I lose margin on the Eagle Farm job?

Show me my tender win rate by project type over the last 24 months.

Start with a 14-day Insights trial.

Upload your historical contracts. Connect Claude. Ask which jobs priced low and why. No credit card required — your trial starts immediately on signup. When your 14 days end, AU$750 per month continues access.

MCP authenticated access · API key at app.demiton.io/hq/api-keys