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.
README
Daft.ie MCP Server
This is an MCP (Model Context Protocol) server designed to interact with the Daft.ie API, specifically focusing on renting functionalities.
Features
- Search Rental Properties: Search for rental listings based on various criteria like location, price range, number of bedrooms, and property type.
- Get Rental Property Details: Retrieve detailed information about a specific rental property using its unique ID.
Setup
-
Clone the repository:
git clone [YOUR_GITHUB_REPO_URL] cd daft-ie-mcp -
Install dependencies:
npm install -
Build the server:
npm run build -
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": { "daft-ie-mcp": { "command": "node", "args": ["~/daft-ie-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: "daft-ie-mcp"andtool_name: "search_rental_properties"use_mcp_toolwithserver_name: "daft-ie-mcp"andtool_name: "get_rental_property_details"
Example: Searching for rental properties in Dublin
<use_mcp_tool>
<server_name>daft-ie-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>daft-ie-mcp</server_name>
<tool_name>get_rental_property_details</tool_name>
<arguments>
{
"property_id": "1234567"
}
</arguments>
</use_mcp_tool>
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.