# mcpmax

Italian automotive platform, AI-ready

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add dealermax/mcpmax

# Browse available tools
npx -y @smithery/cli@latest tool list dealermax/mcpmax

# Get full schema for a tool
npx -y @smithery/cli@latest tool get dealermax/mcpmax search_vehicles

# Call a tool
npx -y @smithery/cli@latest tool call dealermax/mcpmax search_vehicles '{}'
```

## Direct MCP Connection

Endpoint: `https://mcpmax--dealermax.run.tools`

## Tools (5)

- `search_vehicles` — Cross-dealer semantic search on Italian used vehicles. Filters: region (regione/provincia/citta case-insensitive), bran…
- `search_nlt_offers` — Cross-dealer semantic search on Italian long-term rental (Noleggio Lungo Termine) offers. Filters: max monthly fee, max…
- `get_vehicle_details` — Full detail of a single vehicle: specs, price, photos, dealer, optional podcast. Accepts a UUID or a slug ending in UUI…
- `find_dealer` — Directory of active dealers in the DealerMax network. Filter by region (region name, province name or 2-letter code, or…
- `get_market_intel` — Italian automotive knowledge base: editorial guides, glossary terms, FAQ, automotive news. Semantic search.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get dealermax/mcpmax <tool-name>
```
