hometrack-mcp.yml
No official hosted or remote Model Context Protocol server was found for Hometrack — nothing in the developer portal, nothing in the MCP registries, and the GitHub organisation has zero public repositories. The tool set below is DERIVED from the 59 operations Hometrack publishes, as a proposal for what an agent-facing surface would look like. It is not published by Hometrack. Every candidate tool names the real operationId it would bind to, so its input schema is the operation's parameters + requestBody in the referenced OpenAPI — nothing here is invented. Note the access reality: every one of these tools would require an OAuth 2.0 client-credentials token issued under a Hometrack commercial agreement; only `get_valuation_api_status` is anonymously callable.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Descriptor
Candidate descriptor · transport
Tools
get_valuation_api_status— Check whether the Valuation API is currently available. The only anonymously callable operation Hometrack publishes.value_property— Run a valuation on a property for an account (real-time Valuation API).exchange_valuation_api_key— Exchange an API key for a five-minute Valuation API token.order_broker_valuation— Create a broker valuation order for one or more properties, with loan and property context.order_broker_valuation_with_climate— Create the valuation order with climate data for the property (v2).get_broker_order— Retrieve a valuation order by id.get_broker_order_status— Retrieve the status of a valuation order.get_broker_valuation— Retrieve a completed valuation by id (202 while still in production).get_broker_valuation_input— Retrieve the valuation input supplied at inception — what the caller asserted about the property.get_raw_broker_valuation— Retrieve the raw valuation response with all data and audit traces (internal projection).get_property_epc— Return EPC (energy performance) data for a property by UPRN.get_property_flood_risk— Return flood risk data for a property by UPRN (supplier Twinn).get_property_ground_risk— Return ground risk data for a property by UPRN (supplier Terrafirma).get_property_subsidence_risk— Return subsidence score data for a property by UPRN (supplier Twinn).get_property_coastal_erosion_risk— Return coastal erosion data for a property by UPRN (supplier Twinn).create_prh_instruction— Create a property-risk instruction for an organisation (opens a case).reinstruct_prh_case— Reinstruct or reprocess an existing case.list_prh_cases— List and filter cases (status, lender reference, instruction reference, date ranges, has-report), paged.get_prh_case— Retrieve a single case.get_prh_case_process— Retrieve a case filtered to a specific case process, and that process's status.get_prh_case_status— Read data-provider status updates on a case, or the latest one.post_prh_case_status— Post a data-provider status update onto a case.list_prh_case_documents— List the documents attached to a case.attach_prh_case_document— Attach a document to a case (202 accepted).get_prh_case_document— Retrieve a case document, and verify it.get_prh_case_report— Retrieve the valuation reports attached to a case — all, a specific revision, or the latest.search_prh_property_repository— Search the organisation's property valuation repository by external reference, instruction reference or UPRN; or fetch by repository id.search_prh_properties_by_postcode— Search properties by postal code (and optional address line), paged.request_property_valuation_report— Request a Property Valuation Report (async; returns a transactionReference).download_property_valuation_report— Download a previously generated Property Valuation Report (PDF/XML; 202 while still generating).get_account_licences— Return the product licences belonging to the authenticated account.get_report_branding— Retrieve the co-branding configuration for an account.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.