Address
LiveOwned + computed1 credit
address_by_uprn
address_by_uprn()Fetch the canonical address record for a known UPRN.
Backed by REST endpoint
Lookup by UPRN/v1/address/uprn/{uprn}Usage
// Once connected to MarketCode MCP, ask your assistant naturally:
// "Use address_by_uprn to fetch the canonical address record for a known uprn"
// Or call directly via the MCP SDK:
const result = await client.callTool({
name: "address_by_uprn",
arguments: { /* see tool schema below */ },
});Try address_by_uprn in your assistant.
30-minute call. We'll provision a key and connect your assistant.