- Explore MCP Servers
- daft-ie-mcp
Daft Ie Mcp
What is Daft Ie Mcp
daft-ie-mcp is an MCP server designed to interact with the Daft.ie API, focusing specifically on rental functionalities.
Use cases
Use cases include searching for rental properties in specific locations, filtering listings by price or number of bedrooms, and retrieving detailed information about a particular rental property.
How to use
To use daft-ie-mcp, clone the repository, install dependencies, build the server, and configure the MCP settings. Once set up, you can utilize tools to search for rental properties or get details about specific properties.
Key features
Key features include searching rental properties based on criteria such as location, price range, number of bedrooms, and property type, as well as retrieving detailed information about specific rental properties using their unique IDs.
Where to use
daft-ie-mcp can be used in real estate applications, property management systems, and any platform that requires access to rental property listings and details from the Daft.ie API.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Daft Ie Mcp
daft-ie-mcp is an MCP server designed to interact with the Daft.ie API, focusing specifically on rental functionalities.
Use cases
Use cases include searching for rental properties in specific locations, filtering listings by price or number of bedrooms, and retrieving detailed information about a particular rental property.
How to use
To use daft-ie-mcp, clone the repository, install dependencies, build the server, and configure the MCP settings. Once set up, you can utilize tools to search for rental properties or get details about specific properties.
Key features
Key features include searching rental properties based on criteria such as location, price range, number of bedrooms, and property type, as well as retrieving detailed information about specific rental properties using their unique IDs.
Where to use
daft-ie-mcp can be used in real estate applications, property management systems, and any platform that requires access to rental property listings and details from the Daft.ie API.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
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.
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>
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










