Matternet Logistics Integration

Operator-facing logistics surface for requesting deliveries and tracking payload chain-of-custody across hospital, laboratory, and pharmacy workflows. Matternet has referenced a secure medical drone delivery portal for hospitals, but no public integration API (e.g. LIS/EHR dispatch) is publicly documented. Integration is delivered through partner engagements.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/matternet-logistics-integration"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

matternet-openapi.yml Raw ↑
openapi: 3.0.1
info:
  title: Matternet Cloud Platform API
  description: >-
    Placeholder OpenAPI description for the Matternet Cloud Software Platform.
    As of this profile (2026-06-20), Matternet does not publish a public or
    self-serve developer API. The platform exposes a consistent internal
    Hasura-powered GraphQL data layer that serves Matternet's own operator and
    client applications (Mission Control, Ground Operations, Management App
    Suite), and drones and Stations stream protobuf telemetry to the cloud over
    an MQTT broker (HiveMQ). None of these surfaces have published HTTP REST
    endpoints, schemas, base URLs, or authentication available to third-party
    developers. No endpoints are fabricated here; `paths` is intentionally
    empty. This document is a structural placeholder to be reconciled if and
    when Matternet publishes partner or public API documentation.
  termsOfService: https://www.matternet.com/
  contact:
    name: Matternet
    url: https://www.matternet.com/
  version: '0.0'
servers: []
paths: {}
components: {}