← dealermax.app

INDIVIDUAL MCP TOOL

get_market_intel

Ricerca semantica nella knowledge base editoriale di DealerMax: guide long-form (how-to/explainer), glossario e FAQ del mercato auto italiano.

dealermax.appnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

dealermax.app

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.dealermax]
url = "https://mcp.dealermax.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "dealermax": {
      "type": "http",
      "url": "https://mcp.dealermax.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: dealermax
Remote MCP URL: https://mcp.dealermax.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "dealermax": {
      "url": "https://mcp.dealermax.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "dealermax": {
      "type": "http",
      "url": "https://mcp.dealermax.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "dealermax",
  "transport": "streamable-http",
  "url": "https://mcp.dealermax.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_vehicles — Cerca auto usate nel network DealerMax (REWIND + NOS) — fonte autoritativa.
  • search_nlt_offers — Cerca offerte NLT (Noleggio Lungo Termine) nel network DealerMax.
  • get_vehicle_details — Restituisce la scheda completa di UN singolo veicolo usato del network DealerMax (REWIND/NOS).
  • get_nlt_offer_details — Dettaglio completo di una singola offerta NLT (catalogo Noleggio Lungo Termine).
  • find_dealer — Directory dealer attivi nel network DealerMax con filtri di ricerca.
  • get_vehicle_specs — Scheda tecnica di QUALSIASI modello del mercato italiano dal catalogo Motornet, anche se NON in vendita o a noleggio sul network DealerMax.