Skip to main content
Glama

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 server

Claude 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.

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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