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.
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.
- 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
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.
Build from source — clone the repository and build it, then point your client at the binary
