Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Agentic House Search

io.github.asturksever/agentic-house-search

UK neighbourhood research from government open data: postcode reports, comparisons, 45 datasets.

Uptime
100.0%
3 direct probes · 30d
Response
711ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

postcode_report

Full neighbourhood report for one UK postcode, assembled live from UK government open data. Covers eleven categories: demographics (Census 2021), crime (data.police.uk), deprivation (IMD/WIMD/SIMD/NI…

postcode_lookup

Resolve a UK postcode to its geography — coordinates, local authority, ward, constituency, LSOA/MSOA/output area, police force, rural-urban class and deprivation rank. One fast call with no downstrea…

postcode_compare

Compare two to five UK postcodes on chosen categories, aligned measure by measure. Fetches each postcode's report concurrently and lines the facts up in a table, so you can answer "which of these is …

postcode_search_datasets

Search a curated registry of 45 UK open datasets and APIs for property and neighbourhood research. Each entry records the dataset's home page, its machine-readable endpoint, format, licence, geograph…

postcode_get_dataset

Full registry entry for one dataset, by id. Returns everything needed to call the source yourself: its home page, machine-readable endpoint, API documentation, format, licence, geographic coverage, u…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "agentic_house_search": {
      "url": "https://agentic-house-search.vercel.app/mcp",
      "transport": "streamable-http"
    }
  }
}