daft-mcp
0
Daft MCP Server is a platform that enables users to search for rental properties through MCP clients. It intelligently maps user search terms to appropriate property criteria and integrates with daft.ie using daftlistings library. The server is currently focused on residential listings.
Daft MCP Server
- A thin MCP server aimed at searching rental properties on daft.ie through an MCP client.
- Utilizes the
find_rental_properties
tool to locate properties based on location, price, bedrooms, and more. - Maps vague property search terms to specific criteria using utility LLM calls.
- Installation involves setting up a Python virtual environment, installing dependencies, and configuring API keys.
- Integrated with OpenRouter for routing requests and uses stdio for MCP client setup.
- Limitations include scope restriction to residential rentals and non-deterministic LLM outputs.
Limitations
- Current scope is limited to residential rental properties.
- Final output can be non-deterministic due to LLM behavior.
- The project lacks tests.