homeradar-mcp
homeradar-mcp
README
π HomeRadar MCP
Cerca immobili in Italia direttamente da Claude β in linguaggio naturale.
HomeRadar Γ¨ un MCP server che permette a Claude di cercare annunci immobiliari su Immobiliare.it, Idealista.it e Casa.it con un semplice messaggio.
β¨ Come funziona
Scrivi a Claude quello che cerchi:
"Cercami un trilocale in affitto a Milano Navigli, massimo 1.500β¬"
"Ci sono bilocali in vendita a Roma Prati sotto i 400.000β¬ con ascensore?"
"Trova appartamenti a Bologna, almeno 80 mq, con giardino"
Claude risponde con annunci, prezzi, indirizzi e link diretti alle pagine filtrate dei portali.
π Installazione rapida
Requisiti
- Claude Desktop
- Python 3.10+
- API key Anthropic (console.anthropic.com)
1. Clona il repository
git clone https://github.com/simonedelvecchio93/homeradar-mcp.git
cd homeradar-mcp
2. Installa le dipendenze
pip install -r requirements.txt
3. Configura Claude Desktop
Apri il file di configurazione di Claude Desktop:
- Windows:
%APPDATA%\Claude\claude_desktop_config.json - Mac:
~/Library/Application Support/Claude/claude_desktop_config.json
Aggiungi questa sezione (sostituisci il percorso e la tua API key):
{
"mcpServers": {
"homeradar": {
"command": "python",
"args": ["/percorso/homeradar-mcp/server.py"],
"env": {
"ANTHROPIC_API_KEY": "sk-ant-..."
}
}
}
}
4. Riavvia Claude Desktop
Chiudi e riapri Claude Desktop. Vedrai l'icona π¨ attiva nella chat.
π οΈ Strumenti disponibili
homeradar_cerca_immobili
Cerca annunci con filtri completi e analisi di mercato.
Parametri:
| Parametro | Tipo | Descrizione |
|---|---|---|
zona |
string | CittΓ o quartiere (es. "Milano Navigli") |
operazione |
vendita / affitto | Tipo di operazione |
tipo |
appartamento, villa, ufficio... | Tipo di immobile |
budget |
string | Prezzo massimo in euro |
superficie |
string | mΒ² minimi |
locali |
monolocale...5+ | Numero locali |
ascensore |
bool | Richiede ascensore |
garage |
bool | Richiede garage |
giardino |
bool | Richiede giardino |
animali |
bool | Animali ammessi |
note |
string | Preferenze libere |
numero_risultati |
1-10 | Quanti annunci (default 5) |
analisi_mercato |
bool | Analisi prezzi zona |
formato |
markdown / json | Formato risposta |
homeradar_link_portali
Genera i link filtrati ai portali senza generare annunci.
π¦ Struttura progetto
homeradar-mcp/
βββ server.py # MCP server principale
βββ requirements.txt # Dipendenze Python
βββ smithery.yaml # Configurazione Smithery
βββ README.md
πΆ Costi
HomeRadar usa Claude Haiku (il modello piΓΉ economico di Anthropic). Ogni ricerca costa circa β¬0,001 β praticamente gratuito.
π Licenza
MIT β libero di usare, modificare e distribuire.
π Autore
Creato da Simone Del Vecchio
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.