Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Daleads

FreeNot checked

Australian development application and property intelligence data for AI agents.

GitHubEmbed

About

Australian development application and property intelligence data for AI agents.

README

DA Leads MCP lets Claude, Cursor and other MCP clients query Australian development applications and address-level property intelligence through the DA Leads API.

It exposes 11 tools for DA search, nearby applications, council and category lookups, read-only SQL analysis, property intelligence, keyless samples and sandbox addresses.

Install

Run without installing globally:

uvx daleads-mcp

Or install with pipx:

pipx install daleads-mcp
daleads-mcp

Configuration

Paid tools use a DA Leads API key. The property sample tools work without a key.

{
  "mcpServers": {
    "da-leads": {
      "command": "uvx",
      "args": ["daleads-mcp"],
      "env": {
        "DALEADS_API_KEY": "dk_live_xxx"
      }
    }
  }
}

DALEADS_API_KEY is the only environment variable read by this package. Treat it as a secret. It is sent only to the fixed official HTTPS API endpoint at https://daleads.com.au/api.

Tools

  • search_das
  • get_da
  • nearby_das
  • list_categories
  • list_councils
  • get_stats
  • sql_query
  • property_intelligence
  • property_sample
  • property_flood_sample
  • property_sandbox_addresses

Data boundary

The adapter code and the data returned by DA Leads have separate licence boundaries. Installing this package does not grant a right to redistribute the API data. Starter and Scale usage is for internal analysis; customer-facing embedding, onward access, resale, or redistribution requires an Enterprise licence. See the DA Leads Terms, Privacy Policy, and Data Attributions.

The server reuses the DA Leads API authentication, plan limits and privacy controls. Public API and MCP responses do not expose applicant names.

Copyright 2026 Limon Tech. All rights reserved.

from github.com/resuly/daleads-mcp

Installing Daleads

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/resuly/daleads-mcp

FAQ

Is Daleads MCP free?

Yes, Daleads MCP is free — one-click install via Unyly at no cost.

Does Daleads need an API key?

No, Daleads runs without API keys or environment variables.

Is Daleads hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Daleads in Claude Desktop, Claude Code or Cursor?

Open Daleads on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Daleads with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs