Machine layer

    Cadence Public Data API

    Read-only, CORS-open, CC BY 4.0. The ANZ Health Voice & AI Register, the ANZ Health AI Vendor Trust Tracker, 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/api/public/vendor-trust

    Search the Vendor Trust Tracker

    The ANZ Health AI Vendor Trust Tracker as filterable JSON: what AI voice and ambient-scribe vendors have published on their own public pages about data residency, model provenance, subprocessors, certifications and regulatory status. Every row includes source_url and checked_on, plus source_quote wherever the vendor published a statement. A record of disclosures, not an assessment or endorsement.

    Query parameters
    vendor
    Restrict to one vendor by slug.
    category
    voice_agent | ambient_scribe | ccaas | platform | foundation
    fact_key
    data_storage_region, data_processing_region, model_provenance, subprocessors, certifications, tga_status, pms_integrations, anz_entity, support_hours
    hq_country
    Vendor HQ country code (e.g. US, AU, NZ, UK).
    q
    Free-text substring across vendor_name, fact_value and source_quote, max 120 chars.
    limit
    1–500 (default 200)
    offset
    Pagination offset
    curl 'https://gocadence.ai/api/public/vendor-trust?fact_key=data_storage_region&limit=50'
    GET/vendor-trust/data.csv

    Vendor Trust Tracker CSV

    The full Vendor Trust Tracker as UTF-8 CSV, RFC 4180 quoted.

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

    Procurement Index — current edition

    Headline figures for the 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 tools are read-only and need no authentication. Responses include the evidence URL and CC BY 4.0 attribution so assistants can cite the source.

    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.
    • search_vendor_trust Search the Vendor Trust Tracker by vendor, category, fact key, HQ country and free text. Returns rows with source_url and checked_on, plus source_quote wherever the vendor published a statement.
    • 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

    Cadence-written data from every endpoint is released under CC BY 4.0. Quoted vendor text in the Vendor Trust Tracker remains the vendor's. 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.