MoteurImmo MCP Server
@MeilleursBiens
MoteurImmo MCP Server について
A MCP Server for MoteurImmo API
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"moteurimmo-mcp-server": {
"command": "npx",
"args": [
"tsc",
"--watch"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MoteurImmo MCP Server?
It is a Model Context Protocol server that integrates the MoteurImmo service into AI agents, enabling search and retrieval of real estate listings from multiple French property portals.
How to use MoteurImmo MCP Server?
Configure the server in your MCP client by setting the MOTEUR_IMMO_API_TOKEN environment variable with your API key, then run npx -y moteurimmo-mcp-server. The server exposes two tools: search_ads (search listings with filters) and get_ad (retrieve a specific listing by ID).
Key features of MoteurImmo MCP Server
- Search listings by price, surface, location, and more.
- Retrieve detailed information of a listing by ID.
- Filter listings by options (garage, terrace, garden, etc.).
- Optional negotiation analysis for listings.
- Optional ad history tracking.
Use cases of MoteurImmo MCP Server
- Ask an AI agent to find an apartment in Paris between €300,000 and €400,000 with at least two bedrooms.
- Request details of a specific real estate ad by its identifier.
- Integrate French property portal data into AI-powered workflows.
FAQ from MoteurImmo MCP Server
How do I configure the server?
Set the MOTEUR_IMMO_API_TOKEN environment variable in your MCP server configuration. For development, you can also create a .env file with MOTEURIMMO_API_URL and MOTEURIMMO_API_KEY.
What tools does the server provide?
Two tools: search_ads for filtering and listing ads, and get_ad for retrieving a single ad by its ID.
What are the optional features?
The server supports optional negotiation analysis and ad history.
Where does the listing data come from?
Data is fetched from the MoteurImmo API, which aggregates listings from French real estate portals.
What are the runtime requirements?
The server runs via npx and Node.js. No additional installation is needed for end users; development requires npm and TypeScript compilation.
「その他」の他のコンテンツ

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
コメント