Daft.ie MCP Server
Search and retrieve rental property details from Daft.ie via web scraping.
Dafty MCP Server

Disclaimer
This is an independent, open-source project and is not affiliated with, endorsed, or sponsored by Daft.ie. This tool is provided for educational and experimental purposes only. The data is scraped from a publicly available website, and its use is subject to the terms of service of that website. The author assumes no liability for the use or misuse of this software. Please use it responsibly and ethically.
This is an MCP (Model Context Protocol) server designed to interact with Daft.ie, primarily for searching rental properties via web scraping.
✨ Features
- 🔍 Search Rental Properties: Search for rental listings based on various criteria like location, price range, number of bedrooms, and property type. This tool uses web scraping.
- 📄 Get Rental Property Details: Attempts to retrieve detailed information about a specific rental property using its unique ID.
- Note: This tool relies on the official Daft.ie API (v3) which requires an API key. Without a valid key (set via the
DAFT_API_KEYenvironment variable), this tool will likely fail. Refer tosrc/daftApi.tsfor more details and a link to the Daft.ie API documentation.
- Note: This tool relies on the official Daft.ie API (v3) which requires an API key. Without a valid key (set via the
🛠️ Setup
-
Clone the repository:
git clone [YOUR_GITHUB_REPO_URL] cd dafty-mcp -
Install dependencies:
npm install -
Build the server:
npm run build -
Testing (Optional but Recommended): The project uses Vitest for unit testing. To run tests:
npm testTo run tests in watch mode:
npm run test:watch -
Configure MCP Settings: Add the following configuration to your MCP settings file (e.g.,
~/.config/Code/User/globalStorage/rooveterinaryinc.roo-cline/settings/mcp_settings.json):{ "mcpServers": { "dafty-mcp": { "command": "node", "args": ["~/dafty-mcp/build/index.js"], "env": {}, "disabled": false, "alwaysAllow": [] } } }
🚀 Usage
Once the MCP server is configured and running, you can use the following tools:
use_mcp_toolwithserver_name: "dafty-mcp"andtool_name: "search_rental_properties"use_mcp_toolwithserver_name: "dafty-mcp"andtool_name: "get_rental_property_details"
Example: Searching for rental properties in Dublin
<use_mcp_tool>
<server_name>dafty-mcp</server_name>
<tool_name>search_rental_properties</tool_name>
<arguments>
{
"location": "Dublin",
"min_price": 1000,
"max_price": 2000,
"num_beds": 2
}
</arguments>
</use_mcp_tool>
Example: Getting details for a specific property
<use_mcp_tool>
<server_name>dafty-mcp</server_name>
<tool_name>get_rental_property_details</tool_name>
<arguments>
{
"property_id": "1234567"
}
</arguments>
</use_mcp_tool>
Related Servers
Bright Data
sponsorDiscover, extract, and interact with the web - one interface powering automated access across the public internet.
Playwright
Provides browser automation capabilities using Playwright. Interact with web pages, take screenshots, and execute JavaScript in a real browser environment.
Puppeteer
Provides browser automation using Puppeteer, enabling interaction with web pages, taking screenshots, and executing JavaScript.
Context Scraper MCP Server
A server for web crawling and content extraction using the Crawl4AI library.
Puppeteer MCP Server
Automate browser interactions using Puppeteer, controlling new or existing Chrome instances.
comet-mcp
Connect Claude Code to Perplexity Comet browser for agentic web browsing, deep research, and real-time task monitoring
Hacker News
Fetches and parses stories from Hacker News, providing structured data for top, new, ask, show, and job posts.
YouTube
Fetch YouTube subtitles
iReader MCP
Tools for reading and extracting content from the internet.
YouTube Transcript
A zero-setup server to extract transcripts from YouTube videos on any platform.
Website to Markdown MCP Server
Fetches and converts website content to Markdown with AI-powered cleanup, OpenAPI support, and stealth browsing.