dealermax-mcp

VMAzure/dealermax-mcp
★ 0 stars Unknown language 🔍 Search Updated 2d ago
Public read-only MCP server for the Italian automotive marketplace DealerMax. 5 tools: search_vehicles, search_nlt_offers, get_vehicle_details, find_dealer, get_market_intel. Hosted at mcp.dealermax.app, registered on registry.modelcontextprotocol.io as app.dealermax/public-search.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dealermax-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "VMAzure/dealermax-mcp"
      ]
    }
  }
}