Skip to content
Not sure a repair quote is fair? Check it free with Fixxr.
Fixxr

For developers and AI platforms

The Fixxr MCP Server

Drivers increasingly ask an AI assistant what is wrong with their car instead of searching for it. An assistant can only give a useful answer if it can read real repair data. This is a free, public Model Context Protocol endpoint that gives any assistant real cost ranges, trouble-code meanings, symptom guidance, and safety recalls, and a way to connect a driver to verified local shops.

Endpoint

https://fixxr.repair/api/mcp
Transport:
Streamable HTTP (JSON-RPC 2.0 over POST)
Auth:
None. Public, read-only.
Coverage:
Repair data is nationwide. Shop matching is Charlotte and the Raleigh–Durham Triangle, North Carolina.
Cost:
Free.

Tools

Connecting

Point any MCP-compatible client at the endpoint. For Claude Desktop or Claude Code, add it as a remote server:

claude mcp add --transport http fixxr https://fixxr.repair/api/mcp

Or call it directly. Every tool result includes a fixxr.repair URL so an assistant has something to cite:

curl -X POST https://fixxr.repair/api/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

What this data is, and is not

Roadmap

This release is read-only. Booking — letting an assistant post a repair request and return real quotes from verified shops on the driver’s behalf — is next. If you are building an assistant that should be able to book auto repair, we would like to hear from you: contact@fixxr.repair.