moteurimmo-mcp-server
1
MoteurImmo MCP Server is a tool for integrating MoteurImmo services with AI agents. It supports comprehensive searches and detailed information retrieval of real estate listings from various French portals.
MoteurImmo MCP Server
This MCP (Model Context Protocol) server integrates the MoteurImmo service into AI agents, facilitating the search and retrieval of real estate listings from various French portals.
Features
- Search listings based on criteria (price, size, location, etc.)
- Retrieve detailed information on a listing by its ID
- Filtering options (garage, terrace, garden, etc.)
- Negotiation analysis (optional)
- Ad history (optional)
Configuration
- Direct use of the MoteurImmo API with an MCP server.
Installation
- Install dependencies with
npm install
and compile the TypeScript project withnpm run build
.
Usage
- Start the server with
npm start
or in development mode withnpm run dev
.
Available Tools
- search_ads - Search listings with filters
- get_ad - Retrieve a specific listing by ID.