Mantra Health GraphQL API

The first-party Mantra Health API. The host api.mantrahealth.com answers 200 with the plain-text banner "Mantra Health API" and exposes a GraphQL endpoint at /graphql that is served by Apollo Server (it enforces Apollo CSRF prevention and returns Apollo error extension codes). The endpoint is reachable anonymously and answers the meta field {__typename} -> "Query", but schema introspection is disabled and unknown fields are rejected with a generic GRAPHQL_VALIDATION_FAILED / "Invalid request." response, so no schema, operation list or type system can be read without credentials. Mantra publishes no reference documentation for it.

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/mantra-health-graphql-api"
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.

API entry from apis.yml

apis.yml Raw ↑
aid: mantra-health-graphql-api
name: Mantra Health GraphQL API
description: The first-party Mantra Health API. The host api.mantrahealth.com answers 200 with the plain-text
  banner "Mantra Health API" and exposes a GraphQL endpoint at /graphql that is served by Apollo Server
  (it enforces Apollo CSRF prevention and returns Apollo error extension codes). The endpoint is reachable
  anonymously and answers the meta field {__typename} -> "Query", but schema introspection is disabled
  and unknown fields are rejected with a generic GRAPHQL_VALIDATION_FAILED / "Invalid request." response,
  so no schema, operation list or type system can be read without credentials. Mantra publishes no reference
  documentation for it.
humanURL: https://mantrahealth.com/our-solutions/
baseURL: https://api.mantrahealth.com/graphql
tags:
- GraphQL
- Healthcare
- Telehealth
tags_raw:
- GraphQL
- Health Care
- Telehealth
properties:
- type: RateLimits
  url: rate-limits/mantra-health-rate-limits.yml
- type: Authentication
  url: authentication/mantra-health-authentication.yml
- type: Conventions
  url: conventions/mantra-health-conventions.yml