JUHE API Marketplace
amineremache avatar
MCP Server

Daft.ie MCP Server

An MCP server that enables interaction with the Daft.ie API for searching rental properties and retrieving detailed information about specific rental listings.

10
GitHub Stars
11/23/2025
Last Updated
MCP Server Configuration
1{
2 "name": "dafty-mcp",
3 "command": "node",
4 "args": [
5 "~/dafty-mcp/build/index.js"
6 ],
7 "env": {},
8 "disabled": false,
9 "alwaysAllow": []
10}
JSON10 lines
  1. Home
  2. MCP Servers
  3. daft-ie-mcp

README Documentation

Dafty MCP Server

Dafty MCP Banner

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_KEY environment variable), this tool will likely fail. Refer to src/daftApi.ts for more details and a link to the Daft.ie API documentation.

🛠️ Setup

  1. Clone the repository:

    git clone [YOUR_GITHUB_REPO_URL]
    cd dafty-mcp
    
  2. Install dependencies:

    npm install
    
  3. Build the server:

    npm run build
    
  4. Testing (Optional but Recommended): The project uses Vitest for unit testing. To run tests:

    npm test
    

    To run tests in watch mode:

    npm run test:watch
    
  5. 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_tool with server_name: "dafty-mcp" and tool_name: "search_rental_properties"
  • use_mcp_tool with server_name: "dafty-mcp" and tool_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>

Quick Install

Quick Actions

View on GitHubView All Servers

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source

Boost your projects with Wisdom Gate LLM API

Supporting GPT-5, Claude-4, DeepSeek v3, Gemini and more.

Enjoy a free trial and save 20%+ compared to official pricing.

Learn More
JUHE API Marketplace

Accelerate development, innovate faster, and transform your business with our comprehensive API ecosystem.

JUHE API VS

  • vs. RapidAPI
  • vs. API Layer
  • API Platforms 2025
  • API Marketplaces 2025
  • Best Alternatives to RapidAPI

For Developers

  • Console
  • Collections
  • Documentation
  • MCP Servers
  • Free APIs
  • Temp Mail Demo

Product

  • Browse APIs
  • Suggest an API
  • Wisdom Gate LLM
  • Global SMS Messaging
  • Temp Mail API

Company

  • What's New
  • Welcome
  • About Us
  • Contact Support
  • Terms of Service
  • Privacy Policy
Featured on Startup FameFeatured on Twelve ToolsFazier badgeJuheAPI Marketplace - Connect smarter, beyond APIs | Product Huntai tools code.marketDang.ai
Copyright © 2025 - All rights reserved