Back to Browse

Daleads MCP Server

by Resuly
Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Australian development application and property intelligence data for AI agents.

About

Australian development application and property intelligence data for AI agents.

Security Report

5.2
Moderate5.2Moderate Risk

DA Leads MCP is a well-structured server with proper authentication, minimal code security concerns, and permissions appropriately scoped to its purpose. The API key is correctly managed via environment variables and only sent to the official API endpoint. Minor code quality observations (broad exception handling, input validation suggestions) do not materially affect the security posture. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

4 files analyzed · 8 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-resuly-daleads-mcp": {
      "args": [
        "daleads-mcp"
      ],
      "command": "uvx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

DA Leads 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.

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.

Reviews

No reviews yet

Be the first to review this server!