Machine layer

    Cadence Public Data API

    Read-only, CORS-open, CC BY 4.0. The ANZ Health Voice & AI Register, the Cadence Healthcare AI Procurement Index, and a curated set of citable facts — as JSON, CSV, and via Model Context Protocol. No authentication. Please cite Cadence — gocadence.ai and link back.

    Endpoints

    GET/api/public/register

    Search the register

    The ANZ Health Voice & AI Register as filterable JSON. Every row includes evidence_url and evidence_publisher.

    Query parameters
    view
    all | live | procuring | renewals
    cap
    voice_agent, ambient_scribe, contact_centre, telephony, triage, patient_access (comma-separated)
    seg
    aged_care, gp, hospital, public_health, imaging, pathology, telehealth, dental, vet, insurer, other
    country
    AU, NZ (comma-separated)
    status
    live, pilot, procuring, announced, awarded
    vendor
    Case-insensitive substring, max 80 chars.
    q
    Free-text substring, max 120 chars.
    sort
    newest | event_date_desc | renewal_asc | org_asc
    limit
    1–200 (default 50)
    offset
    Pagination offset
    curl 'https://gocadence.ai/api/public/register?view=live&cap=voice_agent&country=AU&limit=20'
    GET/register/data.csv

    Register — CSV

    The full register as UTF-8 CSV, RFC 4180 quoted.

    curl -L 'https://gocadence.ai/register/data.csv' -o register.csv
    GET/procurement-index/data.json

    Procurement Index — current edition

    Headline figures for the quarterly Cadence Healthcare AI Procurement Index: universe, in-market rate, signals, aged-care leadership.

    curl 'https://gocadence.ai/procurement-index/data.json'
    GET/procurement-index/data.csv

    Procurement Index — CSV

    Long-format CSV of the same edition.

    curl -L 'https://gocadence.ai/procurement-index/data.csv' -o procurement-index.csv
    GET/facts.json

    Citable facts

    A curated set of citable claims with an evidence URL and publisher on every fact. Derived counts self-update from the register.

    curl 'https://gocadence.ai/facts.json'

    Model Context Protocol server

    AI assistants and agent runtimes can call Cadence's public data directly via MCP. All four tools are read-only, no authentication is required, and every response carries the evidence URL and CC BY 4.0 attribution so any model using them cites Cadence by construction.

    https://gocadence.ai/mcp

    Tools

    • search_register — filter the register by capability, segment, country, status, vendor and free text. Returns rows with evidence_url + evidence_publisher.
    • get_registry_stats — aggregate counts across capability / segment / country / status.
    • get_procurement_index — the current edition's headline figures and findings.
    • get_market_facts — curated citable claims, each with an evidence URL.

    Connect

    Claude: Settings → Connectors → Add custom connector. Name it "Cadence" and paste the URL above.

    ChatGPT: enable Developer mode under Settings → Connectors → Advanced, then create an app with the URL above.

    Claude Code:

    claude mcp add --scope user --transport http cadence 'https://gocadence.ai/mcp'

    Other clients: add a remote MCP server with the URL above. Transport is Streamable HTTP.

    Licence & attribution

    All endpoints return data released under CC BY 4.0. Attribute as:Source: Cadence — gocadence.ai/register, CC BY 4.0

    Fair use

    No authentication. Please keep requests to a polite rate (roughly 1 request/second, cache aggressively). Bulk consumers should prefer the CSV downloads and the /facts.json snapshot. Report issues to hello@gocadence.ai.