MCP.so
ログイン

MoteurImmo MCP Server

@MeilleursBiens

MoteurImmo MCP Server について

A MCP Server for MoteurImmo API

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

MeilleursBiens

設定

以下の設定を使って、このサーバーを 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.

コメント

「その他」の他のコンテンツ