gaff-check
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@gaff-checkCheck flood risk and planning for 4 The Avenue, Killiney"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
gaff-check
Due diligence on any Irish property, for AI agents.
gaff-check is an open-source MCP (Model Context Protocol) server that gives AI assistants β Claude, Cursor, ChatGPT, or any MCP-compatible agent β ground truth from Ireland's scattered public property datasets.
Ask your assistant:
"Should I bid on this bungalow in Killiney? Tell me everything I should worry about."
β¦and it can check, in one conversation:
ποΈ Planning applications near the property (that pending apartment block behind the back garden)
πΆ Sold prices on the street and in the area (Property Price Register)
π Flood risk (OPW / GSI flood mapping)
β’οΈ Radon risk (EPA radon risk areas)
πΊοΈ Zoning (Myplan generalised land-use zoning)
β‘ BER / energy rating context and retrofit grant signals (phase 2)
All from official, public Irish datasets. No scraping of commercial listing sites. No estimates β records.
Why
Buying (or renovating, or just being nosy about) a house in Ireland means trawling six-plus government websites, each with its own dreadful UX, none of which talk to each other. The data is public. The synthesis isn't. gaff-check is the glue: a single, boring, reliable tool layer so the reasoning can happen in your AI assistant.
Related MCP server: Korean Land MCP
What it is not
Not a valuation engine. It returns records; your agent does the thinking.
Not a Daft/MyHome scraper. Public state data only.
Not a website. It's a utility that enhances tools you already use.
Quick start (target UX)
npx gaff-check # stdio MCP serverClaude Desktop config:
{
"mcpServers": {
"gaff-check": { "command": "npx", "args": ["-y", "gaff-check"] }
}
}Status
Pre-alpha. See SPEC.md for the design and docs/DATA_SOURCES.md for the data plumbing.
Licence
MIT. Data returned by the tools is subject to the licences of the underlying public datasets (mostly CC-BY 4.0 / PSI) β see DATA_SOURCES.md.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/iarfhlaith/gaff-check'
If you have feedback or need assistance with the MCP directory API, please join our Discord server