Carmd Authentication
Authentication profile for every CarMD surface that could actually be reached. There is no OpenAPI to derive securitySchemes from, so every entry below was established by calling the surface. The CarMD Vehicle API's own auth model could not be verified: its host refused connections.
CarMD declares 0 security scheme(s) across its OpenAPI definitions.
Security Schemes
Source
Authentication Profile
generated: '2026-08-27'
method: probed
source: >-
live probes 2026-08-27 — https://carmd.com/.well-known/openid-configuration,
https://carmd.com/api/ucp/mcp, https://carmd.com/api/2026-04/graphql.json,
https://carmd.com/llms.txt; plus https://api.carmd.com/member/docs (unreachable)
provider: CarMD
providerId: carmd
description: >-
Authentication profile for every CarMD surface that could actually be reached. There is no OpenAPI to
derive securitySchemes from, so every entry below was established by calling the surface. The CarMD
Vehicle API's own auth model could not be verified: its host refused connections.
surfaces:
- name: CarMD UCP Commerce MCP
endpoint: https://carmd.com/api/ucp/mcp
scheme_type: none
scheme: anonymous
verified: probed
evidence: >-
POST tools/list and POST initialize both returned HTTP 200 with no Authorization header and no API
key. No 401/403 challenge was issued.
required_context:
- field: meta.ucp-agent.profile
in: body
required: true
description: >-
Every tool call must carry a UCP agent profile URI. Omitting it returns HTTP 422 with JSON-RPC
error -32001 "UCP discovery failed" (data.code invalid_profile_url). This is agent identity
discovery, not a credential.
payment_authorization: >-
Payment on complete_checkout requires contemporaneous human buyer approval; the provider's llms.txt
states agents must not complete payment without explicit buyer consent.
- name: CarMD Storefront GraphQL
endpoint: https://carmd.com/api/2026-04/graphql.json
scheme_type: none
scheme: anonymous
verified: probed
evidence: >-
Anonymous POST introspection returned the full 424-type schema, and an anonymous data query returned
shop.name "CarMD" and live product records — both HTTP 200 with no storefront access token supplied.
note: >-
Customer-scoped fields (customer, order history) still require a customer access token minted through
customerAccessTokenCreate or the OIDC flow below.
- name: CarMD customer accounts (OpenID Connect)
endpoint: https://shopify.com/authentication/93440671876
discovery: https://carmd.com/.well-known/openid-configuration
scheme_type: openIdConnect
scheme: 'OAuth 2.0 authorization code + PKCE (S256)'
verified: probed
flows:
authorization_code:
authorization_url: https://shopify.com/authentication/93440671876/oauth/authorize
token_url: https://shopify.com/authentication/93440671876/oauth/token
refresh_url: https://shopify.com/authentication/93440671876/oauth/token
scopes: [openid, email, 'customer-account-api:full', 'customer-account-mcp-api:full']
client_auth: [client_secret_basic, client_secret_post]
token_format: 'JWT (RS256 id_token)'
scopes_artifact: scopes/carmd-scopes.yml
- name: CarMD Vehicle API (CarScan)
endpoint: https://api.carmd.com/
human_url: https://api.carmd.com/member/
scheme_type: unknown
scheme: unverified
verified: none
evidence: >-
Host DNS-resolves to 54.86.119.234 but TCP 80 and 443 are closed. curl returned "Connection timed
out after 8001 milliseconds" and an independent fetcher returned ECONNREFUSED on 54.86.119.234:443.
The developer documentation at https://api.carmd.com/member/docs, still linked from the carmd.com
footer, could not be retrieved; archive.org was also unreachable from this run.
note: >-
Search-engine indexed text of that documentation page describes registration issuing two credentials,
with an authorization key that must be sent in a request header rather than as a query parameter.
That is second-hand and unverified, so it is recorded here as a lead, not as a documented scheme.
findings:
api_key: unverified
oauth2: true
openid_connect: true
mutual_tls: false
anonymous_surfaces: 2
maintainers:
- FN: Kin Lane
email: kin@apievangelist.com
Work with this as data
Every security artifact 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 security posture
4 MCP tools reach this
find_securityBrowse and filter every security artifact in the catalog.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.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/security/carmd-authentication"
curl "https://apis.io/api/v1/security?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.