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.
其他 分类下的更多 MCP 服务器
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
ghidraMCP
LaurieWiredMCP Server for Ghidra
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Awesome Mlops
visengerA curated list of references for MLOps
Nginx UI
0xJackyYet another WebUI for Nginx
评论