Daft
БесплатноНе проверенMCP server that enables AI assistants to search Irish property listings on Daft.ie via the daftlistings library.
Описание
MCP server that enables AI assistants to search Irish property listings on Daft.ie via the daftlistings library.
README
MCP server that lets AI assistants search Irish property listings on Daft.ie via the daftlistings Python library.
Requirements
- Python 3.10+
- uv (recommended) or a standard venv + pip
- git (the
daftlistingsdependency is installed from itsmasterbranch, which includes a fix not yet on PyPI)
Install
git clone https://github.com/damosullivan/daft-mcp.git daft-mcp && cd daft-mcp
uv sync # creates .venv and installs dependencies
Run
daft-mcp # entry point
# or: uv run daft-mcp # run in the project venv
# or: python -m daft_mcp.server
The server speaks MCP over stdio and waits for a client to connect.
Configure your MCP client
The examples below assume you run the client from this repo's directory. For a
global config, swap . for an absolute path (e.g. /home/me/src/daft-mcp).
OpenCode
opencode mcp add # interactive: pick local, name it "daft", use the uv command below
Or add it directly to your opencode.jsonc:
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"daft": {
"type": "local",
"command": ["uv", "--directory", ".", "run", "daft-mcp"],
"enabled": true
}
}
}
Verify with opencode mcp list, then restart OpenCode.
Claude Desktop / Claude Code
Add to claude_desktop_config.json:
{
"mcpServers": {
"daft": {
"command": "uv",
"args": ["--directory", ".", "run", "daft-mcp"]
}
}
}
Codex
Add to ~/.codex/config.toml:
[mcp_servers.daft]
command = "uv"
args = ["--directory", ".", "run", "daft-mcp"]
No uv? Point the client at the venv python instead:
python -m daft_mcp.server(e.g..venv/bin/python).
Available tools
| Tool | What it does |
|---|---|
search_properties |
Main search with full filtering (price, beds, type, BER, facilities, location, sort…) |
suggest_locations |
Fuzzy-match Daft location names from a partial query |
get_search_types |
List search types (residential sale, rent, commercial, sharing…) |
get_property_types |
List property types (houses, apartments, sites…) |
get_facilities |
List facility filters valid for a given search type (parking, alarm, garden…) |
Example
"Find 3-bed houses for sale in Dublin City between €400k and €500k"
The assistant uses suggest_locations (if needed) and search_properties to
return live Daft.ie results.
Development
uv sync # install dev deps if added
mypy src/ # type checks
npx @modelcontextprotocol/inspector uv run daft-mcp # MCP Inspector
Limitations
daftlistingsis unofficial and may break if Daft.ie changes their API.- Results are bounded by what Daft.ie's search API returns.
- No auth required; Daft.ie may rate-limit aggressive use.
License
MIT — see LICENSE.
Установка Daft
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/damosullivan/daft-mcpFAQ
Daft MCP бесплатный?
Да, Daft MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Daft?
Нет, Daft работает без API-ключей и переменных окружения.
Daft — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Daft в Claude Desktop, Claude Code или Cursor?
Открой Daft на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Daft with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
