Skip to main content
ClaudeWave

DA Leads MCP server for Australian development application and property intelligence data

MCP ServersOfficial Registry0 stars0 forksPythonUpdated today
Install in Claude Code / Claude Desktop
Method: UVX (Python) · daleads-mcp
Claude Code CLI
claude mcp add daleads-mcp -- uvx daleads-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "daleads-mcp": {
      "command": "uvx",
      "args": ["daleads-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# DA Leads MCP

<!-- mcp-name: io.github.resuly/daleads-mcp -->

DA Leads MCP lets Claude, Cursor and other MCP clients query Australian development applications and address-level property intelligence through the [DA Leads API](https://daleads.com.au/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:

```bash
uvx daleads-mcp
```

Or install with pipx:

```bash
pipx install daleads-mcp
daleads-mcp
```

## Configuration

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

```json
{
  "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](https://daleads.com.au/terms),
[Privacy Policy](https://daleads.com.au/privacy), and
[Data Attributions](https://daleads.com.au/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.

What people ask about daleads-mcp

What is resuly/daleads-mcp?

+

resuly/daleads-mcp is mcp servers for the Claude AI ecosystem. DA Leads MCP server for Australian development application and property intelligence data It has 0 GitHub stars and was last updated today.

How do I install daleads-mcp?

+

You can install daleads-mcp by cloning the repository (https://github.com/resuly/daleads-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is resuly/daleads-mcp safe to use?

+

resuly/daleads-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains resuly/daleads-mcp?

+

resuly/daleads-mcp is maintained by resuly. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to daleads-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy daleads-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: resuly/daleads-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/resuly-daleads-mcp)](https://claudewave.com/repo/resuly-daleads-mcp)
<a href="https://claudewave.com/repo/resuly-daleads-mcp"><img src="https://claudewave.com/api/badge/resuly-daleads-mcp" alt="Featured on ClaudeWave: resuly/daleads-mcp" width="320" height="64" /></a>

More MCP Servers

daleads-mcp alternatives