RoyceCo Victorian Property Data MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@RoyceCo Victorian Property Data MCPRun a Victorian site screen on 75 Main Street, Pakenham."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
RoyceCo — Victorian Property Data MCP connector
An authless remote MCP server that gives Claude live access to free, open Victorian government spatial data for property due diligence.
There are no API keys, no secrets and no accounts. Every upstream service is public and keyless, and all of it is licensed CC BY 4.0 — which means, unlike commercial property data, you may reproduce it in a report you send to a financier or a joint venture partner, with attribution.
What it gives you
Tool | What it answers |
| Start here. Everything below in one call, plus a |
| Resolve an address to Vicmap candidates with coordinates and property PFI. |
| Zone, every overlay, urban growth boundary, urban growth area, bushfire prone area. |
| Parcel SPI and PFI, plan and lot number, land area in true square metres, council property number, mapped easements, Crown land tenure. |
| EPA Priority Sites Register, EPA audits and licences, landfill register, PRSA, groundwater restricted use zones, Environmental Audit Overlay. |
| Victorian Heritage Register, Heritage Inventory, Heritage Overlay, Aboriginal cultural heritage sensitivity, Registered Aboriginal Parties. |
| Statutory flood overlays (LSIO, SBO, FO, RFO, UFZ) and modelled extents with reliability and method. |
| Urban growth boundary, land added since 2005, potential GAIC land, Precinct Structure Plan, Urban Growth Zone. |
Every response carries caveats and an authoritative_source. The caveats are
not boilerplate — they record where the data will mislead you. Read them.
Related MCP server: PropertyScoop MCP Server
Install
You need Node 20+ and a free Cloudflare account.
cd royceco-vic-property-mcp
npm installStep 1 — run the smoke test FIRST
npm testThis calls the live Victorian services and checks the results are sane. The important assertion is the spatial filter test: it queries two points in different municipalities and proves they return different answers.
That test exists because during development a different fetch layer silently ignored the point geometry and returned the first feature in the layer — a public park in Banyule, for an address in Pakenham. It looked like a clean answer. A tool that can do that is worse than no tool.
If the spatial filter test fails, do not connect this to Claude. A wrong planning zone invalidates an entire due diligence report.
Step 2 — deploy
npx wrangler login # opens your browser, one time only
npm run deployWrangler prints the deployed URL, something like:
https://royceco-vic-property.<your-subdomain>.workers.devOpen that URL in a browser. You should see a RoyceCo-branded status page listing the tools. If you do, it is running.
Cost: this sits inside Cloudflare's free tier — 100,000 requests a day. A busy month of due diligence will not come close.
Step 3 — connect it to Claude
Go to claude.ai → Settings → Connectors → Add custom connector
Paste the MCP endpoint, which is your deployed URL with
/mcpon the end:https://royceco-vic-property.<your-subdomain>.workers.dev/mcpSave. No authentication is required.
Start a new conversation and ask: "Run a Victorian site screen on 75 Main Street, Pakenham."
Step 4 — verify it end to end
Ask Claude to screen an address you already know well — ideally a site RoyceCo has transacted on. Check the zone, the overlays and the land area against your own records before you rely on it for a live deal.
Local development
npm run dev # http://localhost:8787
npm run tail # live logs from the deployed workerTest the deployed endpoint directly:
curl -s https://<your-worker>/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' | head -40What this is not
Not a substitute for the authoritative record. A report cites a dated VicPlan planning property report and a LANDATA title search, not this connector. Use it to find the issue fast; cite the source that stands up.
Not a title search. Easements here come from a mapping layer. Registered easements, restrictive covenants and s173 agreements come from the title and the s32, and nowhere else.
Not a title area. Areas are computed from parcel geometry and are approximate. The plan of subdivision governs.
Not evidence of absence. A nil result from a contamination or flood register means not listed or not modelled. It never means not affected.
Data sources
All CC BY 4.0 via DataVic, verified live on 17 August 2026:
Vicmap Address, Property, Parcel, Planning, Crown Land Tenure, Admin, Easements — Department of Transport and Planning
VicPlan planning scheme overlays, heritage, growth areas
Victorian Flood Database — CFA, DEECA
Victoria Unearthed — EPA Victoria priority sites, audits, licences, landfills
Victorian Planning Authority — precinct structure plans, potential GAIC land
Attribution is emitted with every tool response and must be carried into any document that reproduces the data:
Contains Vicmap data © State of Victoria (Department of Transport and Planning), licensed under CC BY 4.0.
Maintenance
Government endpoints move. If a tool starts failing, run npm test — it will
tell you which service broke. Endpoint URLs and layer IDs are all in
src/services.js, one object per service, with a comment explaining the
coordinate reference system trap for each. Nothing else needs to change.
Re-run the smoke test quarterly alongside the statutory review in the
royceco-property-analyst skill.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceAI-powered property intelligence for instant zoning analysis, buildability assessments, ADU eligibility, flood risk, and development feasibility reports for any US address.51MIT
- FlicenseNot gradedqualityDmaintenanceProperty intelligence API for US real estate. Returns 16+ data points for any US address: noise levels, wetlands, slope, natural light, powerline proximity, crime rates, property facing direction, zoning, public record, radon risk, natural hazards (earthquake, flood, wildfire), neighborhood demographics, falling tree risk, RF/cell tower exposure, and nearby school.
- AlicenseNot gradedqualityCmaintenanceAccess City of Victoria, BC open geospatial data (parcels, zoning, parks) via ArcGIS Feature Services, enabling AI agents to search datasets and query layers.10MIT
- AlicenseNot gradedqualityCmaintenanceProvides access to City of Onkaparinga's open geospatial data via ArcGIS, enabling searches and queries of parcels, zoning, and city services through natural language.7MIT
Related MCP Connectors
Property intelligence: 180M+ US parcels — lookup, search, owners, hazards, permits, deeds.
Property Records MCP — address-level US property records (sales history,
ArcGIS Hub — open government geospatial data (search + Feature Service query).
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JDuRieu26/royceco-vic-property-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server