> ## Documentation Index
> Fetch the complete documentation index at: https://docs.goautofire.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Automotive MCP overview

> Connect an AI client to dealership inventory, leads, test drives, and insights with dealership-scoped access.

AutoFire MCP is a hosted, read-only [Model Context Protocol](https://modelcontextprotocol.io/) server for dealership data. It works with remote-MCP clients such as Codex and Claude Code.

**Server URL:** `https://mcp.goautofire.com/mcp`

## What it exposes

* Dealership profile and operating hours
* Inventory search and individual vehicle details
* Lead workflow records with contact details masked by default
* Optional, separately authorized access to one lead's contact details
* Test-drive workflow without customer contact details
* Recent aggregate dealership insights

## Security model

Each credential is permanently tied to one dealership. Tools do not accept a dealership ID, arbitrary SQL, table names, or outbound URLs. Owners and administrators choose the credential's permissions and a 30-, 60-, or 90-day expiration.

<Warning>
  MCP clients can send returned data to their AI or cloud provider. Review that provider's privacy, retention, and model-training settings before connecting lead data.
</Warning>

## Current authentication

AutoFire currently supports dashboard-issued bearer keys. OAuth discovery is intentionally unavailable until the hosted authorization flow is enabled. Do not turn on an OAuth setting in a client for this endpoint yet.

## Next steps

* [Create your first key](/mcp/quickstart)
* [Connect Codex](/mcp/codex)
* [Connect Claude Code](/mcp/claude-code)
* [Review security controls](/mcp/security)
