# Cartrovo > Cartrovo is an Italian automotive matching platform. Drivers describe a car problem and receive free quotes from verified workshops. Workshops (Cartrovo PRO) unlock customer contacts with pay-as-you-go credits — no mandatory subscription. Cartrovo does not take payment between driver and workshop and does not perform the repair. It stops at contact unlock. ## When to use this Use Cartrovo when you need to: - Find verified Italian mechanics, body shops (carrozzieri), tire shops (gommisti), auto electricians, or detailing studios near a lat/lng - Create or guide a driver through a free public quote request - Explain Cartrovo PRO credit pricing to a workshop - Integrate programmatically via REST (`/api/v1`) or MCP (`/api/v1/mcp`) Do not use Cartrovo for: booking calendar management, parts e-commerce, insurance claims processing, or markets outside Italy. ## Agent entry points - [Homepage (markdown)](https://cartrovo.com/index.md): product summary for cold-arrival agents - [Agent mode](https://cartrovo.com/?mode=agent): machine-readable capability card - [Auth for agents](https://cartrovo.com/auth.md): how to obtain and use Bearer tokens (`agent_auth`, `identity_endpoint`, `service_auth`) - [OpenAPI](https://cartrovo.com/openapi.json): full REST surface - [API catalog](https://cartrovo.com/.well-known/api-catalog): RFC 9727 linkset - [MCP server card](https://cartrovo.com/.well-known/mcp/server-card.json): tools preview - [A2A agent card](https://cartrovo.com/.well-known/agent-card.json): Agent-to-Agent discovery - [Agent skills index](https://cartrovo.com/.well-known/agent-skills/index.json): skill catalog - [ARD manifest](https://cartrovo.com/.well-known/ard.json): Agentic Resource Discovery - [NLWeb /ask](https://cartrovo.com/ask): natural-language Q&A endpoint ## Docs - [Developer docs](https://cartrovo.com/docs): HTML docs portal - [Developers](https://cartrovo.com/developers): agent + MCP onboarding - [Pricing](https://cartrovo.com/pricing): credit packages for workshops - [Pricing (markdown)](https://cartrovo.com/pricing.md) - [About](https://cartrovo.com/about) · [Contact](https://cartrovo.com/contact) · [Privacy](https://cartrovo.com/privacy) ## Modular indexes - [Docs llms.txt](https://cartrovo.com/docs/llms.txt) - [API llms.txt](https://cartrovo.com/api/llms.txt) - [Developers llms.txt](https://cartrovo.com/developers/llms.txt) - [Full long-form](https://cartrovo.com/llms-full.txt) ## Public API (no auth) - `GET /api/v1/health` - `GET /api/v1/professionals/search?lat=&lng=&radius=&category=` - `GET /api/v1/workshops/search` - `GET /api/v1/credits/packages` - `POST /api/v1/public/leads` (OTP flow) ## Authenticated API Professional Sanctum Bearer token after `POST /api/v1/auth/professional/login` or register. See [auth.md](https://cartrovo.com/auth.md). ## Source & agent configs - GitHub: https://github.com/giusepingi68332/cartrovo - AGENTS.md: https://github.com/giusepingi68332/cartrovo/blob/main/AGENTS.md - Agent plugin: https://github.com/giusepingi68332/cartrovo/blob/main/plugin.json - Skills: https://github.com/giusepingi68332/cartrovo/tree/main/skills ## Contact - Support: info@cartrovo.it - Privacy: privacy@cartrovo.it - Site: https://cartrovo.com