Data Collection
propertylabs.org
Provides access to public construction permit data and company activity for specified addresses and cities.
ENDPOINT 1
https://propertylabs.org/mcp
MCP server metadata
- Name
- propertylabs
- Version
- 0.2.0
Use PropertyLabs for public construction and development intelligence. Anonymous tools intentionally mirror PropertyLabs public-data boundaries. Use the returned PropertyLabs URL when the user wants to verify or explore a public address or canonical permit record.
Known tools 3
search_address_permitsLook up the public PropertyLabs permit history for a specific civic address in a specific city.
Inferred read-onlyget_public_permitRetrieve a permit using the numeric PropertyLabs canonical permit ID and city slug.
Inferred read-onlysearch_company_activityGet an aggregate, city-scoped sample of permit activity matching a developer, applicant, builder or contractor name.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.propertylabs]
url = "https://propertylabs.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"propertylabs": {
"type": "http",
"url": "https://propertylabs.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: propertylabs
Remote MCP URL: https://propertylabs.org/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"propertylabs": {
"url": "https://propertylabs.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"propertylabs": {
"type": "http",
"url": "https://propertylabs.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "propertylabs",
"transport": "streamable-http",
"url": "https://propertylabs.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for propertylabs.org was fetched 2026-08-23T14:20:14.897Z.
propertylabs.org is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.