property-prices-mcp

property-prices-mcp

3.2

If you are the rightful owner of property-prices-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server that allows users to search for property prices by postcode using the HM Land Registry's SPARQL endpoint.

The Property Price Search MCP Server is a robust tool designed to facilitate the search for property prices in the UK using the HM Land Registry's SPARQL endpoint. It offers a variety of search parameters, including postcode, street, city, price range, property type, and date range, allowing users to tailor their queries to specific needs. The server is implemented in TypeScript, ensuring full type safety, and provides a comprehensive test suite to maintain reliability. It supports MCP stdio transport for seamless integration with IDEs and offers a command-line interface for direct usage. The server is designed to handle case sensitivity issues by automatically converting street and city names to uppercase, ensuring accurate searches. It also provides detailed error handling and response formats to facilitate easy integration into other applications.

Features

  • Search property prices by postcode or street/city combination
  • Filter results by price range, property type, and date range
  • Connect to HM Land Registry's public SPARQL endpoint
  • Implements MCP stdio transport for IDE integration
  • TypeScript implementation with full type safety