Skip to main content
Glama

Daft.ie MCP Server

by amineremache
MIT License
2

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

  1. Clone the repository:
    git clone [YOUR_GITHUB_REPO_URL] cd daft-ie-mcp
  2. Install dependencies:
    npm install
  3. Build the server:
    npm run build
  4. 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_tool with server_name: "daft-ie-mcp" and tool_name: "search_rental_properties"
  • use_mcp_tool with server_name: "daft-ie-mcp" and tool_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>
-
security - not tested
A
license - permissive license
-
quality - not tested

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

  1. Features
    1. Setup
      1. Usage

        Related MCP Servers

        • -
          security
          A
          license
          -
          quality
          This MCP server utilizes DuckDuckGo for web searches, providing structured search results with metadata and features like smart content classification and language detection, facilitating easy integration with AI clients supporting the MCP protocol.
          Last updated -
          1
          25
          1
          JavaScript
          MIT License
        • -
          security
          A
          license
          -
          quality
          MCP server for using various search tools like Tavily API. Planning to support various search tools (i.e. wiki search, searxng, etc)
          Last updated -
          1
          Python
          MIT License
          • Apple
          • Linux
        • -
          security
          F
          license
          -
          quality
          An MCP server that provides access to Naver OpenAPI services, enabling users to search blogs, news, books, images, and other content through standardized Model Context Protocol interfaces.
          Last updated -
          Python
        • -
          security
          A
          license
          -
          quality
          An MCP server that integrates the Brave Search API to provide both web and local search capabilities, with features like pagination, filtering, and smart fallbacks.
          Last updated -
          7
          TypeScript
          MIT License

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/amineremache/daft-ie-mcp'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server