APIs
The REST APIs use OAuth2 client credentials authentication and return JSON responses. The MCP server runs on the Model Context Protocol instead.
Query Norwegian property data by cadastre number. Retrieve plots, buildings, owners, addresses, and assets.
RESTSearch and match Norwegian addresses and locations using configurable matching service codes.
RESTGenerate and validate embed tokens for securely embedding Placepoint maps in external applications.
MCPConnect Claude to Placepoint data through the Model Context Protocol and ask for property analysis in plain language, with no client code to write. Claude looks up cadastre (matrikkel), land register (grunnbok), companies and ownership chains, area plans and plan documents, risk and map layers, travel time and aerial imagery, combines them across sources, and returns text, tables, maps, interactive dashboards or PDF reports. Work that normally means one register at a time and days of manual assembly (due diligence, portfolio and board reports, credit and climate risk, location analysis) runs in minutes.
How it works
Get credentials
Contact Placepoint to receive your client ID and client secret for API access.
Request a token
Exchange your credentials for an OAuth2 access token using the client credentials flow.
Call the API
Include the Bearer token in the Authorization header of every API request.