Labsco
MCP SERVER

Daft.ie MCP Server

by amineremache

Search Irish rental listings by location, price and bedrooms from a chat client.

Real Estate & Property
Summary
The search half works with no key; the detail half will not without one.

search_rental_properties reads the public site, so a location plus a price range and a bed count returns results immediately. get_rental_property_details is a different path — it calls the Daft.ie v3 API and, without DAFT_API_KEY set, it will not return anything. This is an independent project and is not affiliated with Daft.ie.

What it is

An independent MCP server for Daft.ie, aimed at rental search. It reads the public site directly for search, and uses the official Daft.ie API for per-listing detail.

What you get
  • Rental search by location, price range, number of bedrooms and property type — search_rental_properties
  • Detail for one listing by its ID — get_rental_property_details
  • Runs locally after npm install and npm run build; no hosted service in the middle
Requirements

Node.js with npm to build, then point your client at build/index.js. search_rental_properties needs no credentials. get_rental_property_details goes through the Daft.ie v3 API and needs a key in DAFT_API_KEY.

Setup effort

Build from source — clone the repository and build it, then point your client at the binary