Superpower AI Health Chat

SuperpowerAI chat assistant that lets members explore their lab data and protocols with clinical context. A consumer feature only; no public chat or completion API is documented.

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/superpower-health-ai-chat"
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

superpower-health-openapi.yml Raw ↑
openapi: 3.0.1
info:
  title: Superpower API
  description: >-
    Superpower is a consumer preventive-health and longevity membership
    (superpower.com). As of the catalog date Superpower does not publish a
    public, partner, or developer API: there is no documented developer portal,
    API reference, authentication scheme, or set of REST/GraphQL/streaming
    endpoints for ordering tests, retrieving biomarker results, accessing
    health scores, using the AI chat, or managing wearable integrations. All
    member functionality is delivered through the Superpower web and mobile
    apps. Wearable and health-app data (Oura, Whoop, Apple Health) is reported
    to be ingested via the third-party Vital aggregator, meaning Superpower is
    a consumer of an external API rather than a publisher of its own. This
    document is therefore intentionally empty of paths; it exists to record the
    absence of a public API surface and will be populated only if and when
    Superpower documents one. No endpoints have been fabricated.
  termsOfService: https://superpower.com/terms
  contact:
    name: Superpower
    url: https://superpower.com/
  version: '0.0'
servers:
  - url: https://superpower.com
    description: >-
      Marketing and member web origin. No public API base path is documented;
      this server entry is informational only.
paths: {}
components: {}