# Old Cars Data

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/pinecreeklabs/oldcarsdata-mcp  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/old-cars-data

## Description
Collector-car auction history, live listings, bid trails, and market statistics for AI agents.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "old-cars-data": {
    "command": "npx",
    "args": ["-y","old-cars-data"]
  }
}
```

## Documentation & README

# Old Cars Data MCP Server

Old Cars Data exposes collector-car auction history, live listings, bid trails, and market statistics through a remote Model Context Protocol (MCP) server.

## Remote Server

```text
https://api.oldcarsdata.com/mcp
```

Transport: Streamable HTTP

## Authentication

Old Cars Data supports OAuth-based authentication for compatible MCP clients. Developer tools that do not support OAuth may use an Old Cars Data API key where the client allows custom authorization headers.

## Available Data

- Completed collector-car auction results
- Live auction listings
- Bid history
- Vehicle makes and models
- Pricing statistics and market trends

Coverage includes Bring a Trailer, Cars & Bids, Hagerty, PCAR Market, All Collector Cars, Gooding & Co, and RM Sotheby's.

## Documentation

- MCP setup guide: https://oldcarsdata.com/docs/mcp
- API documentation: https://oldcarsdata.com/docs
- Product website: https://oldcarsdata.com

## Registry

This repository contains the `server.json` manifest used to publish Old Cars Data to the official MCP Registry under:

```text
com.oldcarsdata/mcp
```

