| --- |
| title: DealerMax MCP Demo |
| emoji: π |
| colorFrom: indigo |
| colorTo: yellow |
| sdk: gradio |
| sdk_version: 5.16.0 |
| app_file: app.py |
| pinned: false |
| license: mit |
| short_description: Demo MCP DealerMax β 6 tool automotive italiano |
| tags: |
| - mcp |
| - automotive |
| - italian |
| - api |
| - search |
| - dealer |
| - vehicles |
| - knowledge-base |
| --- |
| |
| # DealerMax MCP Demo |
|
|
| Demo pubblica del [Model Context Protocol](https://modelcontextprotocol.io) server di [DealerMax](https://dealermax.app), registrato sull'Anthropic MCP Registry come `app.dealermax/public-search` v1.0.0. |
|
|
| ## Cosa puoi fare |
|
|
| Sei strumenti su un endpoint pubblico, no-auth, fair-use rate-limited: |
|
|
| | Tool | Esempio query | |
| |---|---| |
| | `search_vehicles` | "SUV ibrido familiare in Lombardia sotto 30k β¬" | |
| | `search_nlt_offers` | "Elettrica city car under 300/mese 36 mesi" | |
| | `get_vehicle_details` | UUID o slug veicolo β specs + prezzo + dealer + podcast | |
| | `find_dealer` | "Concessionari BMW provincia Milano" | |
| | `get_market_intel` | "Incentivi auto elettriche 2026" β guide, glossario, FAQ, news | |
| | `get_vehicle_specs` | "Quanto consuma una Peugeot 2008 ibrida?" β specs tecniche pubbliche | |
|
|
| ## Architettura tecnica |
|
|
| - **Endpoint**: `https://mcp.dealermax.app/mcp/` |
| - **Trasporto**: Streamable HTTP (MCP spec 2025-03-26) |
| - **Auth**: nessuna (pubblico read-only) |
| - **Rate limit**: 60 req/min per IP (fair-use) |
| - **License**: CC-BY-4.0 |
| - **Registry**: [registry.modelcontextprotocol.io/v0.1/servers?search=app.dealermax](https://registry.modelcontextprotocol.io/v0.1/servers?search=app.dealermax) (DNS Ed25519 authenticated namespace) |
|
|
| ## Configurazione client nativo |
|
|
| Se preferisci usare un client MCP nativo (Claude Desktop, Cursor, ChatGPT Custom GPT, Gemini-CLI, Perplexity Pro, Grok Premium), vai sulla pagina onboarding ufficiale: [dealermax.app/mcp](https://dealermax.app/mcp). |
|
|
| ## Repository correlati |
|
|
| - [VMAzure/dealermax-mcp](https://github.com/VMAzure/dealermax-mcp) β thin repo MCP onboarding |
| - [VMAzure/dealermax-public-api](https://github.com/VMAzure/dealermax-public-api) β REST API key-gated per dealer (spec OpenAPI 3.0) |
| - [VMAzure/llms-txt-extensions](https://github.com/VMAzure/llms-txt-extensions) β frontmatter extensions per llms.txt |
| - [VMAzure/c2pa-automotive-actions](https://github.com/VMAzure/c2pa-automotive-actions) β C2PA action vocabulary automotive |
| - Dataset HF: [italian-automotive-glossary](https://huggingface.co/datasets/DealerMax/italian-automotive-glossary), [italian-automotive-faq](https://huggingface.co/datasets/DealerMax/italian-automotive-faq), [italian-automotive-guides](https://huggingface.co/datasets/DealerMax/italian-automotive-guides) |
|
|
| ## Operator |
|
|
| - **AZURE Srl** β P.IVA IT13005450963, Buccinasco (MI), Italy |
| - **Homepage**: https://dealermax.app |
| - **Contact**: support@dealermax.app |
|
|
| ## License |
|
|
| App code MIT. Underlying data CC-BY-4.0. The MCP server backend is part of the DealerMax production platform; this Space is a thin client that calls the public endpoint. |
|
|