Automotive MCP clients

Connect AutoFire to local and cloud-compatible MCP clients

AutoFire serves the modern 2026 MCP protocol and a stateless compatibility path for 2025-era clients. Authentication support depends on the client surface.

generic HTTP requestStreamable HTTP
POST /mcp HTTP/1.1
Host: mcp.goautofire.com
Authorization: Bearer $AUTOFIRE_MCP_TOKEN
Content-Type: application/json
MCP-Protocol-Version: 2026-07-28

MCP client compatibility matrix

Use a separate AutoFire credential per client so access can be attributed and revoked independently.

ClientTransportAuthenticationStatusGuide
Codex CLI, IDE, and desktopStreamable HTTPBearer token environment variableSupportedOpen ↗
Claude CodeRemote HTTPAuthorization header from environmentSupportedOpen ↗
Generic 2026 MCP clientStreamable HTTPBearer token headerSupportedOpen ↗
ChatGPT hosted pluginRemote MCPOAuth 2.1Feature-gated pending production OAuth verificationOpen ↗

Cloud MCP authentication

Hosted clients that do not support a custom bearer secret require OAuth. AutoFire’s OAuth resource metadata and consent storage are feature-gated; the public OAuth option will remain unadvertised until Supabase OAuth, asymmetric JWT signing, audience validation, consent, and revocation are tested in production-like conditions.

No token passthrough

The MCP resource server validates credentials for its own audience. It does not forward the inbound bearer token to another API or give clients a Supabase service-role key.

Requirements for a generic MCP client

  • HTTPS Streamable HTTP support
  • Bearer Authorization header support
  • MCP 2026-07-28 or stateless 2025 compatibility
  • JSON Schema-based tool input validation
  • Ability to respect read-only tool annotations
  • Secret storage outside prompts and project source

Connect your dealership without exposing the whole database

Start with a 30-day, read-only key and only the scopes your client needs.

Open MCP & API